码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
PictureWebHandler
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加载图片
在Python中对图片的处理采用了PIL库,这个库可用于图片的一些常用操作,如改变尺寸、格式、色彩、旋转等处理。首先要先安装Python(在这里不做介绍)。安装完Python后,安装PIL库就非常简单了,只需按如下步骤进行1、下载PIL的Source Kit(因为这个包支持全部平台)Imaging-...
分类:编程语言   时间:2015-07-13 11:39:24    阅读次数:127
Physiological Processes of Speech Production--Reading Notes (1)
语音生成生理过程的读书笔记,会一直连载。...
分类:其他好文   时间:2015-07-12 07:22:28    阅读次数:258
Physiological Processes of Speech Production--Reading Notes (4)
Physiological Processes of Speech Production--Reading Notes (4)...
分类:其他好文   时间:2015-07-12 07:22:13    阅读次数:197
Physiological Processes of Speech Production--Reading Notes (2)
Physiological Processes of Speech Production--Reading Notes (2)...
分类:其他好文   时间:2015-07-12 07:19:49    阅读次数:293
Acoustic Theory of Speech Production--Reading Notes (2)
Acoustic Theory of Speech Production--Reading Notes (2)...
分类:其他好文   时间:2015-07-11 18:37:53    阅读次数:120
Acoustic Theory of Speech Production--Reading Notes (1)
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
暴力 BestCoder Round #46 1001 YJC tricks time
题目传送门 1 /* 2 暴力:模拟枚举每一个时间的度数 3 详细解释:http://blog.csdn.net/enjoying_science/article/details/46759085 4 期末考结束第一题,看看题解找找感觉:) 5 */ 6 #include ...
分类:其他好文   时间:2015-07-06 15:27:49    阅读次数:131
Trie树
翻译自topcoder中的一篇文章:https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/简介有很多种算法和数据结构可以用来在文本中建立字符串的索引和对字符串进行查找,一些已经被包含在了标准库中,一些还没有。Trie这种数据结构是一个还没有被包含在标准库中的一个很好的例子。假设word表示...
分类:其他好文   时间:2015-07-03 17:34:54    阅读次数:129
1084条   上一页 1 ... 77 78 79 80 81 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!