码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
Sorting
This webpage covers the space and time Big-O complexities of sorting algorithms used in Computer Science.Follow: sorting of big O实用的算法可视化工具:WIn32 Linu...
分类:其他好文   时间:2015-02-09 18:14:07    阅读次数:164
随机生成验证码
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S...
分类:其他好文   时间:2015-02-09 17:45:39    阅读次数:130
论文中的算法描述 By 薛磊
在写论文的过程中,我们经常需要描述一些算法,如何描述才能清晰、美观、易读、无歧义?薛磊从《Writing for computer science》中整理了一份PPT,介绍几种常见的算法描述方法。下面是下载链接:Algorithms_writing.pdf
分类:编程语言   时间:2015-02-09 00:32:57    阅读次数:527
论文中的数学符号使用
在写论文的时候,我们经常需要使用各种数学变量、符号、公式,这些都需要保持适当的规范,才能使论文更加准确、美观、易读。我从《Writing for computer science》中整理了20个小Tips,做成了一张PPT,分享给大家。下面是下载链接:Writing_for_computer_Mat...
分类:其他好文   时间:2015-02-08 23:13:53    阅读次数:253
POJ 1208.cpp
The Blocks ProblemTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 4815Accepted: 2043DescriptionMany areas of Computer Science use simple, abs...
分类:其他好文   时间:2015-02-07 18:51:32    阅读次数:139
Whitespace character
Incomputer science,whitespaceis anycharacteror series of whitespace characters that represent horizontal or verticalspaceintypography. When rendered, ...
分类:其他好文   时间:2015-02-05 20:21:10    阅读次数:302
UVa122:Trees on the level
Trees on the levelBackgroundTrees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking M...
分类:其他好文   时间:2015-02-04 23:03:13    阅读次数:227
E - Trees on the level
Trees on the levelBackgroundTrees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking M...
分类:其他好文   时间:2015-02-04 20:12:29    阅读次数:159
python利用PIL库使图片高斯模糊
一、安装PILPIL是Python Imaging Library简称,用于处理图片。PIL中已经有图片高斯模糊处理类,但有个bug(目前最新的1.1.7bug还存在),就是模糊半径写死的是2,不能设置。在源码ImageFilter.py的第160行:所以,我们在这里自己改一下就OK了。项目地址:h...
分类:编程语言   时间:2015-02-04 18:33:12    阅读次数:206
uva 101 The Blocks Problem (模拟)
uva 101  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...
分类:其他好文   时间:2015-02-03 19:38:53    阅读次数:341
1084条   上一页 1 ... 87 88 89 90 91 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!