码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
ASP.NET MVC5 生成验证码
1 ValidateCode.csusing System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;namespace Common{ //...
分类:Web程序   时间:2014-08-27 10:43:57    阅读次数:242
Non-blocking algorithm(非阻塞算法,非阻塞同步的算法实现)
Non-blocking algorithm In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual ex...
分类:其他好文   时间:2014-08-26 09:52:09    阅读次数:270
HDU-4288-Coder(线段树)
Problem Description   In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure. The term has become increasing popular since the adven...
分类:其他好文   时间:2014-08-25 22:54:25    阅读次数:408
PICVideo介绍及正版下载
PICVideo是完美的唯一可同时支持64位和32位的MJPEG(动态JPEG)视频编解码器。 Pegasus Imaging提供了业界里最快速和最高品质的影像压缩与解压缩技术。Pegasus优化了动态JPEG、无损失的JPEG以及具有所有权的wavel...
分类:其他好文   时间:2014-08-25 19:36:34    阅读次数:285
PICVideo介绍及正版下载
PICVideo是完美的唯一可同时支持64位和32位的MJPEG(动态JPEG)视频编解码器。Pegasus Imaging提供了业界里最快速和最高品质的影像压缩与解压缩技术。Pegasus优化了动态JPEG、无损失的JPEG以及具有所有权的wavelet,所以搭档可以享受到最快速的影像压缩技术。达...
分类:其他好文   时间:2014-08-25 19:08:54    阅读次数:192
POJ 3974 Palindrome
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionAndy the smart computer science student was attending an algor...
分类:其他好文   时间:2014-08-25 14:39:54    阅读次数:182
Consistency model(The system supports a given model if operations on memory follow specific rules)
Consistency model From Wikipedia, the free encyclopedia In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed da...
分类:其他好文   时间:2014-08-25 11:53:34    阅读次数:359
【Python笔记】图片处理库PIL的源码安装步骤
前段时间项目需要对某些图片打水印,用到Python的PIL库,本文以Imaging-1.1.7为例,记录PIL库的源码编译/安装步骤。 PIL全称Python Image Library,它支持多种图片格式的处理,能为我们的应用程序代理强大的图像处理能力,如裁剪、旋转、打水印等。 从官网下载v1.1.7版本源码并解压后,cd至解压目录,读README可知,若想在应用中处理jpeg图片,需要预先...
分类:编程语言   时间:2014-08-22 17:56:09    阅读次数:278
uva 10785 - The Mad Numerologist
题目 Numerology is a science that is used by many people to find out a mans personality, sole purpose of life, desires to experience etc. Some calculations of numerology are very complex, while oth...
分类:其他好文   时间:2014-08-21 21:20:25    阅读次数:254
DNA分子结构3D模型
生物信息资源更新越来越快,使用可视化的方法来分析DNA序列已成为生物信息学的一个研究热点,用图形表示DNA序列的方法也越来越成熟。2011年,著名杂志《Science》发表一篇引起轰动的文章:《Presenting the Human Genome:Now is 3D!》,这篇文章完全给我们描述了人类基因组测序未来的蓝图,可见3D技术在很多领域都是发展方向。 使用mono可以快速的创建DNA分子结构立体模型。...
分类:其他好文   时间:2014-08-21 17:20:54    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!