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

资源列表

  1. 双端选择排序算法

    0下载:
  2. 双端选择排序算法:是选择排序算法的变种,可以定位每个子表中最小和最大元素 并把它们分别放在子表的开头和结尾.-dual-Selection Sorting Algorithm : The algorithm is to select the varieties, each positioning table for the smallest and largest elements and their son were on the table at the beginning and en
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:倪莎
  1. 人工智能小模型

    0下载:
  2. 这是个人工智能模型。只能接收陈述语句的训练,如“苹果是红的”,也可用陈述句提问,如“苹果是什么”-This is a model of artificial intelligence. Statements statement only receive training, such as "Red Apple," also available declarative sentence questions, such as "What is the Apple&quo
  3. 所属分类:人工智能/神经网络/遗传算法

  1. windowed_Burg

    0下载:
  2. Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10.69kb
    • 提供者:ff
  1. 测试速度

    0下载:
  2. 本测试采用叠加方式循环一亿次,得出来的时间越小就代表你的电脑运算速度越快。温馨提示:在开始测试之前请关闭所有的应用程序!-the overlay method to test cycle 100 million times, and so the smaller the time on behalf of your computing faster. Warm Tip : Before the commencement of testing Please close all applicatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.5kb
    • 提供者:ldx
  1. para

    0下载:
  2. 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:883byte
    • 提供者:董方
  1. advancenewton

    0下载:
  2. 改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equation : given interval [0,1] o
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:801byte
    • 提供者:董方
  1. hypot

    0下载:
  2. 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:790byte
    • 提供者:董方
  1. 运筹学单纯形算法

    1下载:
  2. 运筹学单纯形算法,对偶单纯形算法,和改进单纯形算法的程序。-tacticians simplex algorithm, dual simplex algorithm, and improve the simplex algorithm procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42.92kb
    • 提供者:纸飞机
  1. 运筹学最小支撑树求解

    0下载:
  2. 运筹学最小支撑树的求解方法。该程序共有两种计算方法,可以用不同方法求解出最小支撑树。也可以对求解过程进行单步执行,从而清楚看出算法的求解过程。-tacticians minimum spanning tree method of solution. There are two procedures for the calculation method can use a different method to solve the smallest spanning tree. The solut
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:70.74kb
    • 提供者:纸飞机
  1. ID3_src

    0下载:
  2. 一个用C#写的ID3算法,属于数据挖掘中的决策树生成算法。-a C# write ID3 algorithm, data mining is the decision tree generation algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:罗成
  1. see5-public

    1下载:
  2. 数据挖掘中的决策树生成的经典的see5软件的源代码。-Data Mining Tree Generation classic see5 the software's source code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:76.7kb
    • 提供者:罗成
  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.8kb
    • 提供者:陈静波
搜珍网 www.dssz.com