using System;using System.Configuration;using System.Drawing;using System.Drawing.Imaging;using System.Globalization;using System.IO;using System.Text...
分类:
Web程序 时间:
2015-07-15 19:03:57
阅读次数:
140
在Python中对图片的处理采用了PIL库,这个库可用于图片的一些常用操作,如改变尺寸、格式、色彩、旋转等处理。首先要先安装Python(在这里不做介绍)。安装完Python后,安装PIL库就非常简单了,只需按如下步骤进行1、下载PIL的Source Kit(因为这个包支持全部平台)Imaging-...
分类:
编程语言 时间:
2015-07-13 11:39:24
阅读次数:
127
Physiological Processes of Speech Production--Reading Notes (4)...
分类:
其他好文 时间:
2015-07-12 07:22:13
阅读次数:
197
Physiological Processes of Speech Production--Reading Notes (2)...
分类:
其他好文 时间:
2015-07-12 07:19:49
阅读次数:
293
Acoustic Theory of Speech Production--Reading Notes (2)...
分类:
其他好文 时间:
2015-07-11 18:37:53
阅读次数:
120
This is the first tiny part of reading notes about Acoustic Theory of Speech Production....
分类:
其他好文 时间:
2015-07-08 18:55:39
阅读次数:
161
用office做了一张pdf - -
这是一维的情形,如果是二维,可以把每一行的一维树状数组看成一个节点,然后再把二维树状数组看成一维树状数组。
好文章:https://www.topcoder.com/community/data-science/data-science-tutorials/binary-indexed-trees/#prob
两道入门题:http:/...
分类:
编程语言 时间:
2015-07-06 21:50:30
阅读次数:
181
题目传送门 1 /* 2 暴力:模拟枚举每一个时间的度数 3 详细解释:http://blog.csdn.net/enjoying_science/article/details/46759085 4 期末考结束第一题,看看题解找找感觉:) 5 */ 6 #include ...
分类:
其他好文 时间:
2015-07-06 15:27:49
阅读次数:
131
翻译自topcoder中的一篇文章:https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/简介有很多种算法和数据结构可以用来在文本中建立字符串的索引和对字符串进行查找,一些已经被包含在了标准库中,一些还没有。Trie这种数据结构是一个还没有被包含在标准库中的一个很好的例子。假设word表示...
分类:
其他好文 时间:
2015-07-03 17:34:54
阅读次数:
129