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 robotics (STRIPS) used a block worl...
分类:
其他好文 时间:
2015-01-21 20:08:58
阅读次数:
185
Mary Shaw寻求一种更好的软件工程研究方法MaryShawSchool of Computer Science, Carnegie Mellon University摘要关于对物理学,生物学和医学的研究过程,人们早已有了公开的精准的解释。即便是在形式上看似简单,但这个领域的内和外也算提供了有价...
分类:
其他好文 时间:
2015-01-20 00:49:53
阅读次数:
283
【转载】Data Science at the Command Line
分类:
其他好文 时间:
2015-01-20 00:47:03
阅读次数:
394
搬运自本人博客:http://www.xgezhang.com/python_pil.html
最近用到一些简单的图像处理,这里简单介绍一下,Python Imaging Library (PIL)是PythonWare公司提供的免费的图像处理工具包,是python下的图像处理模块,支持多种格式,并提供强大的图形与图像处理功能。虽然在这个软件包上要实现类似MATLAB中的复杂的图像处理算法并...
分类:
编程语言 时间:
2015-01-19 14:33:30
阅读次数:
260
Here is a list of books which I have read and feel it is worth recommending to friends who are interested in computer science.Machine LearningPattern ...
分类:
其他好文 时间:
2015-01-16 18:31:46
阅读次数:
221
uva 111 History Grading
Many problems in Computer Science involve maximizing some measure according to constraints.
Consider a history exam in which students are asked to put several histori...
分类:
其他好文 时间:
2015-01-13 23:22:43
阅读次数:
513
点击打开链接
1353. Milliard Vasya's Function
Time limit: 1.0 second
Memory limit: 64 MB
Vasya is the beginning mathematician. He decided to make an important contribution to the science ...
分类:
其他好文 时间:
2015-01-13 17:46:33
阅读次数:
150
平常一般都在Linux下用Python,今天女票突然说让帮忙把一些图片全部弄成一个分辨率的,作为程序员,这种重复的工作还是交给计算机吧。
废话不多说,打开Cmd看下Windows的python下面是否有PIL(python imaging library)这个库,很不辛,木有。
于是到 PIL官网 下载一个,python imaging library 1.1.7 for Py...
分类:
编程语言 时间:
2015-01-12 20:59:45
阅读次数:
546
private void GetFrames(string pPath, string pSavedPath) { DrawImage.Image gif = DrawImage.Image.FromFile(pPath); Imaging.FrameDim...
分类:
其他好文 时间:
2015-01-12 16:05:50
阅读次数:
711
导入命名空间using System.Windows.Media.Imaging;using System.IO;using Microsoft.Xna.Framework.Media;代码:public void CaptureScreen(object sender, EventArgs e){...