资源列表
gaussj.rar
- 高斯消去法求逆矩阵,简单易学,特别适合初学者, Gaussian elimination inverse matrix, easy to learn, especially suitable for beginners
weiqi.rar
- 自己写的,基于MC算法和UCT算法的围棋程序,棋力有限,属于实验性质的代码,另,开发环境是VS2008,不知道选项里为什么没有,This is Go program ,writen by my own, based on MC algorithm and UCT algorithm . the level is limited. It s experimental nature of the code, and the other, the development environment is
可以把任意字符(数字、字母、汉字)转化成ascii码
- 可以把任意字符(数字、字母、汉字)转化成ascii码,也可以把ascii码还原 -Can be any character (numbers, letters, Chinese characters) into ascii code ascii code can also restore
AT89s52
- 89s52单片机控制机器车循迹程序,绝对能运行本人都在实验中。-89s52 microcontroller control of the machine vehicle tracking program, I can certainly run in the experiment.
quicksort
- 快速排序[非递归]算法 by buptwugh-Quick sort [non-recursive] algorithm made by buptwugh
ant_VB
- 基本的蚁群算法,VB编写的,很实用,很有效-The basic ant colony algorithm, VB prepared
WLBensator
- WLB400型涡轮流量计双参数补偿器的研制WLB400 Turbine Flowmeter Development of two-parameter compensator-WLB400 Turbine Flowmeter Development of two-parameter compensator
libsvm-weights-3.0
- 关于libsvm的编译程序,很适合初学者看,希望能对你们有一定的帮助-Compiler on the libsvm, it is suitable for beginners to see, hoping to have some help to you
timu
- 有n(最大20)个人围成一圈,顺序排号。从第1个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号-With n (maximum 20) individuals form a circle, the order Arranging. 1 person reported from the start number (number from 1 to 3 report), 3 registration people who withdraw from the circle
PESQ(ITU-P.862)
- PESQ评分源码(按照ITU P.862标准)-PESQ score source (according to ITU P.862 standard)
mm
- 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得
zhenzhibiao
- 离散数学的真值表实现,主要是实现命题的真值计算,以及对命题变元的赋值-Truth table for implementation of discrete mathematics, is to achieve the true value proposition, and the assignment of propositional variables, etc.