资源列表
GaussianNormalize
- 高斯内部归一化。 当一个特征中的各个分量具有不一样的权值时,应该把他们归一化到具有相同的权值。-Gaussian internal normalized. When a feature of the various components have not the same as the right value, they should be normalized to have the same weight.
smtp2_source
- 邮件-----发送--- ---功能------------ Send e-mail function
Red_Black_Tree
- 红黑树的建树插入删除结点,在红黑树下进行的一系列操作,自己测试已经通过,采用洗牌生成的随机数列-Insert the achievements of black tree delete nodes, in a red, black and a series of operations carried out under a tree that he has passed the test, the use of cards to generate random numbers
PiscesTextEditor
- js写字板上传有版权争议的内容和*病毒代码 [浏览分类目录] (重要) 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存在-js WordPad From copyright controversial content and Trojan code [Browse Categories] (
check
- 检验数字类型,日期的小程序,可以用来在网页中检测FORM表中的一些数据类型-The number of types of testing, date of small programs that can be used to detect the page FORM table some of the data types
oSceneLoaderLib_ce
- load osm file in ogre
calculator
- 计算器的交互界面,实现八种不同的计算功能-Calculator interface to achieve eight different computing power
txsb
- 智能识别已经在飞速发展,本文是一篇介绍智能识别算法的优秀作品,希望对大家有所帮助。-Intelligent Identification has been in rapid development, this article is to introduce a smart algorithm to identify outstanding works, I hope all of you to help.
word
- 本章介绍了系统的流程过程以及编程的实现功能和程序-This chapter describes the process of the system processes as well as the realization of programming functions and procedures
quanguomonijiaotongzixunxitong
- (1)提供对城市信息进行编辑(如:添加或删除)的功能。 (2)城市之间有两种交通工具:火车和飞机。提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能。 (3)提供两种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。 (4)旅途中耗费的总时间应该包括中转站的等候时间。 (5)咨询以用户和计算机的对话方式进行。由用户输入起始站、终点站、最优决策原则和交通工具,输出信息:最快需要多长时间才能到达或者最少需要多少旅费才能到达,并详细说明依次于何时乘坐哪一趟列车或哪一次班机
Access
- 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,