码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
binary heap
Incomputer science, aheapis a specializedtree-baseddata structurethat satisfies theheap property:If A is a parentnodeof B then the key of node A is or...
分类:其他好文   时间:2014-06-11 09:23:53    阅读次数:376
VmodCAM 初始化
; WIP Last Changed Rev: 2172 ;************************************************************************************** ; Copyright 2011 Aptina Imaging Corporation. All rights reserved. ...
分类:其他好文   时间:2014-06-05 10:55:01    阅读次数:330
UVa-101 - The Blocks Problem
The Blocks Problem  Background  Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robo...
分类:其他好文   时间:2014-06-04 21:55:37    阅读次数:313
poj1207
The 3n + 1 problemTime Limit:1000MSMemory Limit:10000KTotal Submissions:50513Accepted:15986DescriptionProblems in Computer Science are often classifie...
分类:其他好文   时间:2014-06-02 08:36:51    阅读次数:218
iOS中MD5加密字符串实现
1.MD5加密Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and R...
分类:移动开发   时间:2014-06-02 00:37:48    阅读次数:303
uva 103 Stacking Boxes
Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving differential equations...
分类:其他好文   时间:2014-05-26 04:31:34    阅读次数:234
windows store app 读写图片
1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using...
分类:移动开发   时间:2014-05-23 06:35:37    阅读次数:295
图片流Base64编码 转图片
usingSystem;usingSystem.Drawing;usingSystem.Drawing.Imaging;usingSystem.IO;usingSystem.Web;namespaceOnlinePhotoCapture{/// /// 将图片base64字符串原还原为图片并调整尺寸...
分类:其他好文   时间:2014-05-23 02:53:21    阅读次数:416
uva 101 History Grading
Background Many problems in Computer Science involve maximizing some measure according to constraints. Consider a history exam in which students are asked to put several historical events into chr...
分类:其他好文   时间:2014-05-23 00:14:42    阅读次数:386
poj 1330 Nearest Common Ancestors
DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is shown below:In the figure, each node is lab...
分类:其他好文   时间:2014-05-21 03:23:51    阅读次数:296
1084条   上一页 1 ... 105 106 107 108 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!