码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
A Brief Introduction About A-star Pathfinding Algorithm For Beginners
英文题目,汉语内容,有点挂羊头卖狗肉的嫌疑,不过请不要打击我这颗想学好英语的心。当了班主任我才发现大一18本书,11本是英语的,能多用两句英语就多用,个人认为这样也是积累的一种方法。 Thanks open source pioneers dedicated to computer science ...
分类:其他好文   时间:2014-09-26 19:15:58    阅读次数:334
MVC-生成验证码
1.在网上可以随便找一个生成验证码的类例如:using System;using System.Drawing;using System.Drawing.Imaging;using System.Web.UI;using System.Drawing.Drawing2D;using System.I...
分类:Web程序   时间:2014-09-25 01:06:38    阅读次数:339
welcome
what is this school about?1.it is about applications of computer science,tools and technologies and staticstics to scientific analysis.2.it is not abo...
分类:其他好文   时间:2014-09-24 01:37:27    阅读次数:348
解决PIL “decoder jpeg not available” 和 “ImportError: The _imaging C module is not installed”的问题
在python安装Image后发现只要加载ImageFont就出现 The _imaging C module is not installed 的提示,经百度谷歌搜索后。发现WIN系统的人都会使用网上已经编译好的一个包。而LINUX下回答都很模糊。基本如下处理即可(CENTOS 5 64bit)y...
分类:其他好文   时间:2014-09-19 17:06:55    阅读次数:165
优先队列(堆) Priority Queue
Priority Queue Definition & Description:                    In computer science/data structures, a priority queue is an abstract data type which is like a regular queue or stack data str...
分类:其他好文   时间:2014-09-19 03:25:45    阅读次数:301
POJ 1325 二分图匹配/匈牙利算法
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11922 Accepted: 5077 Description As we all know, machine scheduling is a very classical problem in computer science an...
分类:其他好文   时间:2014-09-17 10:22:26    阅读次数:188
uva----(100)The 3n + 1 problem
The 3n + 1 problemBackgroundProblems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recur...
分类:其他好文   时间:2014-09-14 11:18:37    阅读次数:178
C#放缩、截取、合并图片并生成高质量新图的类
using System;using System.Drawing;using System.Drawing.Imaging;using System.Drawing.Drawing2D;using System.IO;namespace Framework{public class ImageCl...
分类:其他好文   时间:2014-09-12 21:59:24    阅读次数:226
机器学习算法库scikit-learn的安装
scikit-learn 是一个python实现的免费开源的机器学习算法包,从字面意思可知,science 代表科学,kit代表工具箱,直接翻译过来就是用于机器学习的科学计算包。 安装scikit-learn有两种方式: (1)安装官方发布的包。 (2)安装第三方开发工具,里边已经包含了s...
分类:其他好文   时间:2014-09-12 11:53:13    阅读次数:207
Functional programming
In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treat...
分类:其他好文   时间:2014-09-09 11:07:08    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!