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

资源列表

« 1 2 ... .41 .42 .43 .44 .45 27946.47 .48 .49 .50 .51 ... 28276 »
  1. functionz1

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, given N breakpoints, it is nece
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3911
    • 提供者:讲演
  1. functionz

    0下载:
  2. 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3360
    • 提供者:讲演
  1. svmlight_multiclass

    0下载:
  2. windows操作系统下的支持向量机算法实现工具包,支持多类别分类,功能强大!-windows operating system support vector machine algorithm tool kit, support multi-category classification, powerful!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:75140
    • 提供者:刘志刚
  1. c4.5-win

    0下载:
  2. windows操作系统下的决策树分类算法工具包,经典的C4.5算法实现,功能巨强大!-windows operating system under the decision tree classification algorithm tool kit, the classical algorithm C4.5, functional Giant powerful!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97172
    • 提供者:刘志刚
  1. c4.5r8

    1下载:
  2. 决策树分类算法源代码,非常优秀的数据挖掘工具包,全部使用C语言完成的-decision tree classification algorithm source code, excellent data mining tool kits, all use the C language completed
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:161431
    • 提供者:刘志刚
  1. DPSK

    1下载:
  2. DPSK误码率分析的程序,很完整的,供大家参考参考-DPSK BER analysis procedures, complete, for your information.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4401
    • 提供者:
  1. implementofLMS_Equalizer

    1下载:
  2. 采用LMS算法的盲均衡仿真程序,挺简单的,大家可作为参考-using LMS blind equalization algorithm for the simulation program, quite simply, we can reference
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1016
    • 提供者:
  1. CSkyRainReg

    0下载:
  2. 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31016
    • 提供者:zxp
  1. c++vector

    0下载:
  2. 这是一个显示如何用VECTOR的一个程序,C++中的VECTOR功能类似,但是也有不同-This is a show of how to use a VECTOR procedures, the VECTOR C functions similar, but also different
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8501
    • 提供者:亿摆
  1. c++new

    0下载:
  2. C++中定义变量的一个小程序,C++中变量声明与C中有一些区别,这个程序使用于从C转到C++上的学者-C variable definition of a small procedure, C and C variable declaration that there were some difference in the use of this procedure from C to C of scholars
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6457
    • 提供者:亿摆
  1. c++io

    0下载:
  2. C++中输入输出的例子,对于C++入门的学者来说有一定的参考价值,可以学习C++的基本语法-C input and output example, the entry for C scholars have some reference value, can learn the basic syntax C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2746
    • 提供者:亿摆
  1. c++const

    0下载:
  2. C++中定义常量以及一些语法规则,由于C++中规则较为烦琐,所以代码中也加了一定注释,可以参考一下-C defined constants and some grammar rules, because C is more cumbersome rules, the code also increases to a certain notes for reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3048
    • 提供者:亿摆
« 1 2 ... .41 .42 .43 .44 .45 27946.47 .48 .49 .50 .51 ... 28276 »
搜珍网 www.dssz.com