CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .61 .62 .63 .64 .65 27366.67 .68 .69 .70 .71 ... 28276 »
  1. jinbao

    1下载:
  2. 基于自适应子带频谱熵的稳健性语音端点检测,自己写的,希望对大家有帮助。-based on adaptive sub-band spectrum entropy stability voice activity detection, wrote it myself, and I hope to be helpful.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:李金宝
  1. GA_MFC

    0下载:
  2. 一个利用C++开发遗传算法类,支持任意设定位段值,使用方便。-C development of a genetic algorithm categories, support spaces of arbitrary value and convenient.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:206156
    • 提供者:redsun
  1. aerofoil

    1下载:
  2. 一个能将一般图纸(CAD或其他)的弯曲或者其他变形之后的翼型复原成原始翼型-one can generally drawings (CAD or other) or other of bending deformation of the airfoil recovery after the original wing into Type
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:118281
    • 提供者:liweihua
  1. SJJG_BIT

    0下载:
  2. 常用数据结构演示: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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:585711
    • 提供者:林健
  1. VirusModel

    0下载:
  2. 基于复杂系统理论的计算机病毒传播模型的计算机仿真分析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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111061
    • 提供者:林健
  1. huffman_tree

    0下载:
  2. huffman树的建立文件,从软件设计师考试辅导书中参考 -Huffman tree document creation, software designers examination counseling reference book
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:18344
    • 提供者:hhzhhz
  1. php_calc

    0下载:
  2. 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-with PHP prepared by the express
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6809
    • 提供者:ZihanYang
  1. csharp100li

    0下载:
  2. c#实例程序,整个压缩文件含有几十个C#例子,希望对大家有帮助-c # sample program, the entire compressed files contain dozens of examples of C#, and I hope to be helpful
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:452816
    • 提供者:jinglianwen
  1. Matrix.operation

    0下载:
  2. 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:冬梅
  1. EGA

    0下载:
  2. 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:王硕
  1. Snake(070414)

    0下载:
  2. 贪吃蛇自动吃事,暂无处理碰壁情况,可以自己试着处理下-huge memory automatically eat, no treatment failures, they can try to deal with the next
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:33992
    • 提供者:qiao
  1. pow

    0下载:
  2. double pow(double,double) 省去了libm的麻烦。可以自由使用-double pow (double, double) save a libm trouble. Free use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:段云
« 1 2 ... .61 .62 .63 .64 .65 27366.67 .68 .69 .70 .71 ... 28276 »
搜珍网 www.dssz.com

浏览历史记录

关闭