英文题目,汉语内容,有点挂羊头卖狗肉的嫌疑,不过请不要打击我这颗想学好英语的心。当了班主任我才发现大一18本书,11本是英语的,能多用两句英语就多用,个人认为这样也是积累的一种方法。 Thanks open source pioneers dedicated to computer science ...
分类:
其他好文 时间:
2014-09-26 19:15:58
阅读次数:
334
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
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
在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
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
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
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
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 是一个python实现的免费开源的机器学习算法包,从字面意思可知,science 代表科学,kit代表工具箱,直接翻译过来就是用于机器学习的科学计算包。 安装scikit-learn有两种方式: (1)安装官方发布的包。 (2)安装第三方开发工具,里边已经包含了s...
分类:
其他好文 时间:
2014-09-12 11:53:13
阅读次数:
207
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