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

资源列表

« 1 2 ... .58 .59 .60 .61 .62 25563.64 .65 .66 .67 .68 ... 28276 »
  1. LMS 源程序

    1下载:
  2. MATLAB里面有LMS算法的程序,下面是我自己编写的LMS算法程序,供交流-MATLAB LMS algorithm inside the procedure, the following is my own preparation of the LMS algorithm procedures for the exchange of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:欧阳文森
  1. bp源程序

    0下载:
  2. 很好 我采用得是串行方式对bp网络进行训练,为何训练时误差dsum约来越大??望指教!-good, I have used in serial mode is the right bp network training, training errors are about to dsum greater? ? Look weekend!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:欧阳文森
  1. 22338877

    0下载:
  2. 蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant Algorithm in numerical methods and applications to solve the optimization problem function extremum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:26926
    • 提供者:武松
  1. Java 二叉树 算法

    0下载:
  2. 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:yxl
  1. guji

    2下载:
  2. 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3755
    • 提供者:qqiang
  1. vc调用matlab

    0下载:
  2. 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1756
    • 提供者:李震
  1. jieci

    0下载:
  2. 系统辨识中,一个很重要的方法是用相关分析法辨识脉冲响应,该程序可以计算出输入和输出序列的互相关函数,以及计算出脉冲响应估计值-system identification, a very important way is to analyze the identification impulse response, the program can calculate the input and output sequence of cross-correlation function, and c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3756
    • 提供者:qqiang
  1. kache

    0下载:
  2. 模糊数学中典型的卡车倒车入库模拟仿真程序,充分利用了一定的经典的模糊规则,来实现卡车倒车的模拟-typical truck reversing the arsenal of simulation procedures and make full use of a certain classic fuzzy rules to achieve the reversal of simulated truck
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:qqiang
  1. 圆周率计算

    0下载:
  2. 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3152
    • 提供者:qqiang
  1. bptree

    0下载:
  2. 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3777
    • 提供者:qqiang
  1. A Practical Introduction to Data Structures and Al

    0下载:
  2. A Practical Introduction to Data Structures and Algorithm Analysis,数据结构和算法,里面包括Java描述、C++描述和C描述三个版本,非常全-A Practical Introduction to Data Structures and Analysis Algorithm, data structures and algorithms, including Java inside descr iption, descr ipti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7299995
    • 提供者:妖精雨
  1. Matlab求解线性规划

    1下载:
  2. 此程序在matlab环境下运行,适于求解线性规划一类问题。(单纯形法)-this procedure in running Matlab environment suitable for solving a class of linear programming problems. (Simplex)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1880
    • 提供者:董延军
« 1 2 ... .58 .59 .60 .61 .62 25563.64 .65 .66 .67 .68 ... 28276 »
搜珍网 www.dssz.com