码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
WPF 实现指定UI控件截图
using System.Windows.Media.Imaging; using System.IO; private void SaveToImage(FrameworkElement ui, string fileName, int width, int height) { try { S..... ...
分类:Windows程序   时间:2016-04-13 12:54:59    阅读次数:676
poj-1207 THE 3n+1 problem
Description Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this p ...
分类:其他好文   时间:2016-04-13 00:04:06    阅读次数:126
视觉中的深度学习方法CVPR 2012 Tutorial Deep Learning Methods for Vision
Schedule Speaker Biographies Acknowledgments This work was partially supported by the National Science Foundation Career Award #1149633. Any opinions, ...
分类:其他好文   时间:2016-04-10 19:13:39    阅读次数:515
【Python笔记】图片处理库PIL的源代码安装步骤
前段时间项目须要对某些图片打水印,用到Python的PIL库,本文以Imaging-1.1.7为例,记录PIL库的源代码编译/安装步骤。 PIL全称Python Image Library。它支持多种图片格式的处理,能为我们的应用程序代理强大的图像处理能力,如裁剪、旋转、打水印等。 从官网下载v1. ...
分类:编程语言   时间:2016-04-09 15:25:24    阅读次数:202
UVA - 11927 Games Are Important (SG)
Description Games Are Important One of the primary hobbies (and research topics!) among Computing Science students at the University of Alberta is, of ...
分类:其他好文   时间:2016-04-09 12:03:24    阅读次数:246
UVa 12100 Printer Queue (习题 5-7)
The only printer in the computer science students’ union is experiencing an extremely heavy workload. Sometimes there are a hundred jobs in the printe ...
分类:其他好文   时间:2016-03-30 00:09:15    阅读次数:241
UVA 103 (Stacking Boxes)
【题目】 Description Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving d...
分类:其他好文   时间:2016-03-29 13:03:05    阅读次数:196
国内计算机类期刊 SCI收录:
国内计算机类期刊 SCI收录: JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY,计算机科学与技术,英文,双月刊, SCIE 国内计算机类期刊 EI收录: 核心类 计算机学报 软件学报 计算机研究与发展 计算机集成制造系统 电子学报 通信学报 自动化学报 非核心类
分类:其他好文   时间:2016-03-18 00:14:53    阅读次数:271
“.science”域名总量十强域名商:时代互联第三
IDC评述网(idcps.com)03月17日报道:根据ntldstats.com发布的最新数据显示,截至2016年3月16日17时,全球.science域名注册总量达到345,446个。其中,国外域名商AlpnamesLimited占据了总量的81.94%,共有283,046个.science域名,在众多国内外域名商中遥遥领先。另外,中国域名..
分类:其他好文   时间:2016-03-17 13:03:28    阅读次数:186
Objective-C之优雅的命名
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。 – Phil Karlton 计算机语言是人和计算机之间通讯的媒介。好的代码
分类:其他好文   时间:2016-03-14 16:23:19    阅读次数:129
1084条   上一页 1 ... 67 68 69 70 71 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!