码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
C# 生成二维码
项目引用引用ThoughtWorks.QRCode.dll 类 新建类QrCodeHelper 引用 using ThoughtWorks.QRCode.Codec; using System.Drawing; using System.Drawing.Imaging; using System.I ...
分类:Windows程序   时间:2016-06-30 16:01:29    阅读次数:202
Algorithm - Introduction
Goal: Use Computer to solve problems step by step!!! What is Computer Science? Computer Science is the study of problems, problem-solving, and the sol ...
分类:其他好文   时间:2016-06-27 23:14:47    阅读次数:176
python 图片上添加数字源代码
最近因工作需要,需要在图片上添加数字,查询了资料,自己写了一个方法,并进行了测试,由于代码用到了PIL库,需要下载安装,下载地址:http://www.pythonware.com/products/pil/,下载Imaging-1.1.7.tar.gz后解压得到,Imaging-1.1.7,在命令 ...
分类:编程语言   时间:2016-06-23 18:29:50    阅读次数:209
三代测序文章
Long-read sequence assembly of the gorilla genome http://science.sciencemag.org/content/352/6281/aae0344 Insights into hominid evolution from the gori... ...
分类:其他好文   时间:2016-06-21 15:33:39    阅读次数:179
MIT Introduction to Computer Science and Programming (Lesson one )
MIT Introduction to Computer Science and Programming (Lesson one ) 这篇文是记载 MIT 计算机科学及编程导论 第一集 的笔记 Lesson one : Goals of the course;what is computation; ...
分类:其他好文   时间:2016-06-19 18:14:39    阅读次数:162
1052 - String Growth
1052 - String Growth PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Zibon just started his courses in Computer science. Af ...
分类:其他好文   时间:2016-06-16 23:07:04    阅读次数:264
数据结构基本概念
In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Data structures can imp... ...
分类:其他好文   时间:2016-06-16 10:32:14    阅读次数:228
使用Aspose组件将WORD、PDF、PPT转为图片
using System; using System.Collections.Generic; using System.Text; using OMCS.Engine.WhiteBoard; using ESBasic; using System.Drawing.Imaging; using System.IO; using System.Drawing; using Schematrix; ...
分类:Web程序   时间:2016-06-12 02:29:20    阅读次数:408
谈谈命名
谈谈命名 Martin Fowler曾经在一篇文章中曾经引用过Phil Karlton的话: There are only two hard things in Computer Science: cache invalidation and naming things. 他说这句话在很长的一段时间 ...
分类:其他好文   时间:2016-06-12 00:11:59    阅读次数:105
安装Python图型处理库Python Imaging Library(PIL)
方法1: 在Debian/Ubuntu Linux下直接通过apt安装: $sudo apt-get install python-imaging Mac和其他版本的Linux可以直接使用easy_install或pip安装,安装前需要把编译环境装好: $sudo easy_intall PIL 或 ...
分类:编程语言   时间:2016-06-07 14:52:20    阅读次数:398
1084条   上一页 1 ... 62 63 64 65 66 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!