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

资源列表

« 1 2 ... .32 .33 .34 .35 .36 25237.38 .39 .40 .41 .42 ... 28276 »
  1. linear-list 线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置

    0下载:
  2. 构造一个空的线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置-Linear form constructed from an empty table in order to find only elements with the same value for a given element position in the table
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:1.17kb
    • 提供者:小丫
  1. PolynomialNet 用数据结构实现两个多项式相加

    0下载:
  2. 用数据结构实现两个多项式相加,相减,相乘,其中还用到检验多项式是否正确-Data structure with two polynomial addition, subtraction, multiplication, which also used the correct test polynomial
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:42.55kb
    • 提供者:loli
  1. 编程实现生产者消费者或读写者的同步问题

    0下载:
  2. 编程实现生产者消费者或读写者的同步问题 编程实现生产者消费者或读写者的同步问题,目标掌握信号量实现进程同步及其应用-Programming producers or consumers who read and write the synchronization programming producers, consumers or those who read and write synchronization problem, the target volume to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:1.14kb
    • 提供者:瓜哥
  1. Rastrigrin matlab平台下的测试函数Rastrigrin

    0下载:
  2. matlab平台下的测试函数Rastrigrin,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function Rastrigrin, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1.12kb
    • 提供者:王晋
  1. Lobatto高斯-罗巴脱积分计算积分点的位置及各积分点的权值

    1下载:
  2. 高斯-罗巴脱积分计算积分点的位置及各积分点的权值-Gauss- Roba de-integral calculation of the location of integration points and the weights of integration points
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:929byte
    • 提供者:李颖雄
  1. lzwyasuo三次差分编码 和一次LZW压缩matlab源码

    1下载:
  2. 三次差分编码 和一次LZW压缩matlab源码,绝对正确,而且压缩率很高,80 以上,要是有不懂的,可以咨询我。-This is a realisation of lzw compression.If you have some problems ,you can contact with me.
  3. 所属分类:压缩解压

    • 发布日期:2017-03-23
    • 文件大小:788byte
    • 提供者:天龙
  1. 准确率召回率及f值的计算源码

    1下载:
  2. 准确率召回率及f值的计算源码,本代码主要用于上述三个数值的计算,主要针对自然语言处理领域检索结果。-the values of the F and the values of Recall and the precession 。the program is offen used in the area of NLP .
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:840byte
    • 提供者:ChangLiwei
  1. exp2_4 建立一个复数类imaginary

    0下载:
  2. 建立一个复数类imaginary,其私有数据成员x和y表示复数的实部和虚部,构造函数imaginary用于对复数的实部和虚部初始化,友员函数add,sub,mul和div分别用于进行复数的加、减、乘和除法运算,静态函数show用于显示运算结果。在主函数中,实例化两个复数,并输入一个运算符,按运算符选择相应的友员函数进行复数运算,然后输出运算结果。 -The establishment of a complex class imaginary, its private data member
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-27
    • 文件大小:10kb
    • 提供者:jacky
  1. Datastruct_C 实现顺序表的就地逆置

    0下载:
  2. Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:533byte
    • 提供者:李杨
  1. LSSVMlab_v17_R2009b_R2010b 是新版lssvm1.7的工具箱

    1下载:
  2. 是新版lssvm1.7的工具箱,用于分类和回归,相比较libsvm能得到好的结果-Is a new version lssvm1.7 toolbox for classification and regression, compared with libsvm can get good results
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-09-19
    • 文件大小:119kb
    • 提供者:wangguiyun
  1. Cramer2Rao_Bound 克拉美罗下界

    5下载:
  2. 对于参数估计问题,克拉美罗界(简称CRB)为任何无偏估计量的方差确定了一个下限. 即不可能求得方差小于下限的无偏估计量,并为比较无偏估计量的性能提供了一个标准. 本程序对CLRB(克拉美罗下界)进行了描述,预留了参数。 希望能对同志们提供帮助。-For the parameter estimation problem, Cramer-Rao bound (referred to as CRB) for any unbiased estimator of variance to determine
  3. 所属分类:matlab例程

    • 发布日期:2015-11-26
    • 文件大小:2kb
    • 提供者:张威
  1. pellet-2.3.0一种基于Tableau算法的描述逻辑推理机

    1下载:
  2. Pellet是一种基于Tableau算法的描述逻辑推理机,由美国马里兰大学(College Park分校)的MindSwap实验室开发。此为最近的更新-Pellet is an OWL 2 reasoner. Pellet provides standard and cutting-edge reasoning services for OWL ontologies. For applications that need to represent and reason about
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-16
    • 文件大小:24.26mb
    • 提供者:王冬冬
« 1 2 ... .32 .33 .34 .35 .36 25237.38 .39 .40 .41 .42 ... 28276 »
搜珍网 www.dssz.com

浏览历史记录

关闭