码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
C#压缩图片1
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S...
分类:Windows程序   时间:2015-11-24 09:48:57    阅读次数:219
C# ImageHelper
using System;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Web;public class ImageHelper{ #region 正方型裁剪并缩放 /// ...
分类:Windows程序   时间:2015-11-23 16:22:04    阅读次数:273
语法糖(Syntactic sugar )
https://en.wikipedia.org/wiki/Syntactic_sugarIncomputer science,syntactic sugarissyntaxwithin aprogramming languagethat is designed to make things eas...
分类:其他好文   时间:2015-11-17 16:48:42    阅读次数:378
(纪录片)你必须知道的科学 The Science That You Have To Know (2014)
简介:类型:纪录片制片国家/地区:英国语言:英语上映日期:2014-2片长:150分钟主要内容: 你有没有认真想过,自己的身体有多奇妙?人体是世间最复杂的一项工程杰作,他也带来了一些非常令人费解的问题。比如说人为什么会感冒?屁是从哪里来的?一千年后人类将变成什么样子?想知道答案就不要走开,我们将会....
分类:其他好文   时间:2015-11-16 10:52:01    阅读次数:104
网站验证码制作
asp.net验证码制作usingSystem;usingSystem.IO;usingSystem.Drawing;usingSystem.Drawing.Imaging;usingSystem.Text;usingSystem.Collections;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI..
分类:Web程序   时间:2015-11-14 23:36:35    阅读次数:568
(纪录片)《星际穿越》中的科学 The Science of Interstellar
简介:导演:Gail Willumsen编剧:Gail Willumsen主演:克里斯托弗·诺兰/乔纳森·诺兰/基普·索恩/马修·麦康纳类型:纪录片/短片制片国家/地区:美国语言:英语上映日期:2014-11-25(美国)片长:41分钟又名:探索频道:星际穿越的科学IMDb链接:tt4415360主...
分类:其他好文   时间:2015-11-08 18:02:00    阅读次数:210
(纪录片)科学的故事:权力、证据与激情 The Story Of Science: Power, Proof And Passion
简介:导演:纳特·沙曼编剧:纳特·沙曼主演:Michael J. Mosley类型:纪录片官方网站:www.bbc.co.uk/programmes/b00s9mms制片国家/地区:英国语言:英语首播:2010-04-27集数:6又名:科学的故事IMDb链接:tt1647292主要内容: 1/6.....
分类:其他好文   时间:2015-11-08 17:46:52    阅读次数:145
PIL参考手册
Python Imaging LibraryHandbookhttp://effbot.org/imagingbook/pil-index.htm随机验证码的产生 1 import Image, ImageDraw, ImageFont, ImageFilter 2 import random 3 ...
分类:其他好文   时间:2015-11-04 14:34:50    阅读次数:578
C#实现图片文件到数据流再到图片文件的转换 --转
/----引入必要的命名空间using System.IO;using System.Drawing.Imaging;//----代码部分----// private byte[] photo;//公用缓冲区 public string SourFilePath;//源图...
分类:Windows程序   时间:2015-10-29 17:49:03    阅读次数:192
Image和字节数组互转
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Linq;using System.Text;na...
分类:编程语言   时间:2015-10-27 19:44:43    阅读次数:235
1084条   上一页 1 ... 70 71 72 73 74 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!