码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
C#放缩、截取、合并图片并生成高质量新图的类
原文:C#放缩、截取、合并图片并生成高质量新图的类using System;using System.Drawing;using System.Drawing.Imaging;using System.Drawing.Drawing2D;using System.IO; namespace Fram...
分类:Windows程序   时间:2014-11-14 21:02:25    阅读次数:350
Palindrome(最长回文串manacher算法)O(n)
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionAndy the smart computer science student was attend...
分类:编程语言   时间:2014-11-12 21:00:46    阅读次数:231
New York University
Graduate School of Arts and Science (GSAS)https://cs.nyu.edu/webapps/content/academic/admissionsPhDDeadline for PhD addmission for Fall 2015: Dec 12Ma...
分类:其他好文   时间:2014-11-12 00:18:50    阅读次数:204
Trees on the level
Background Trees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines' CM-5 are based on fat trees. Quad- and octal-trees are f...
分类:其他好文   时间:2014-11-11 22:56:41    阅读次数:239
BitmapSource ConvertTo Bitmap
偶遇需要把 BitmapSource 转成 Bitmap。 。。using System;using System.Drawing;using System.Drawing.Imaging;using System.Windows;using System.Windows.Media.Imagin....
分类:其他好文   时间:2014-11-07 18:31:40    阅读次数:225
HDU 5078 Revenge of LIS II(dp LIS)
Problem Description In computer science, the longest increasing subsequence problem is to find a subsequence of a given sequence in which the subsequence's elements are in sorted order, lowest to hig...
分类:其他好文   时间:2014-11-06 21:57:19    阅读次数:187
BestCoder#16 A-Revenge of Segment Tree
Revenge of Segment TreeProblem DescriptionIn computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows q...
分类:其他好文   时间:2014-11-06 08:11:28    阅读次数:240
HDU5086——Revenge of Segment Tree(BestCoder Round #16)
Revenge of Segment TreeProblem DescriptionIn computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows q...
分类:其他好文   时间:2014-11-02 12:20:55    阅读次数:191
HDU5087——Revenge of LIS II(BestCoder Round #16)
Revenge of LIS IIProblem DescriptionIn computer science, the longest increasing subsequence problem is to find a subsequence of a given sequence in wh...
分类:其他好文   时间:2014-11-02 12:04:13    阅读次数:140
[ACM] HDU 5086 Revenge of Segment Tree(所有连续区间的和)
Revenge of Segment Tree Problem Description In computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows querying which of the stored segments c...
分类:其他好文   时间:2014-11-02 10:50:48    阅读次数:232
1084条   上一页 1 ... 94 95 96 97 98 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!