资源列表
jinbao
- 基于自适应子带频谱熵的稳健性语音端点检测,自己写的,希望对大家有帮助。-based on adaptive sub-band spectrum entropy stability voice activity detection, wrote it myself, and I hope to be helpful.
GA_MFC
- 一个利用C++开发遗传算法类,支持任意设定位段值,使用方便。-C development of a genetic algorithm categories, support spaces of arbitrary value and convenient.
aerofoil
- 一个能将一般图纸(CAD或其他)的弯曲或者其他变形之后的翼型复原成原始翼型-one can generally drawings (CAD or other) or other of bending deformation of the airfoil recovery after the original wing into Type
SJJG_BIT
- 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
VirusModel
- 基于复杂系统理论的计算机病毒传播模型的计算机仿真分析C++例程。文档请见:http://yumenlj.googlepages.com/virus_model.pdf-complex system based on the theory of computer virus propagation model of computer simulation analysis C routines. Documents see : http : / / yumenlj.googlepages.com
huffman_tree
- huffman树的建立文件,从软件设计师考试辅导书中参考 -Huffman tree document creation, software designers examination counseling reference book
php_calc
- 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-with PHP prepared by the express
csharp100li
- c#实例程序,整个压缩文件含有几十个C#例子,希望对大家有帮助-c # sample program, the entire compressed files contain dozens of examples of C#, and I hope to be helpful
Matrix.operation
- 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic array allocation of space. Novic
EGA
- 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
Snake(070414)
- 贪吃蛇自动吃事,暂无处理碰壁情况,可以自己试着处理下-huge memory automatically eat, no treatment failures, they can try to deal with the next
pow
- double pow(double,double) 省去了libm的麻烦。可以自由使用-double pow (double, double) save a libm trouble. Free use