CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 测试

搜索资源列表

  1. RANDOMS

    0下载:
  2. 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4361
    • 提供者:张张
  1. 逼近与拟合

    0下载:
  2. 6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8664
    • 提供者:刘渝
  1. 布尔运算

    0下载:
  2. 5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-five Boolean operations on the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2563
    • 提供者:刘渝
  1. 概率统计

    1下载:
  2. 2个关于概率统计的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two on the statistical probability of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1230
    • 提供者:刘渝
  1. 二维积分函数

    1下载:
  2. 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used norm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3934
    • 提供者:angel2271
  1. 三维积分函数

    1下载:
  2. 2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used nor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2080
    • 提供者:angel2271
  1. 滤波器

    0下载:
  2. 数个关于滤波器的产生的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-few of the filter C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13015
    • 提供者:angel2271
  1. 排序函数

    0下载:
  2. 3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:angel2271
  1. Bpriori_0

    0下载:
  2. 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10537
    • 提供者:hq
  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
    • 文件大小:3589
    • 提供者:ldx
  1. LU_Decompound_for_C++

    0下载:
  2. 应用LU分解法计算矩阵的程序 C++制作 未编译,已经测试-application LU decomposition of the matrix calculation procedure produced no C compiler, testing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1583
    • 提供者:老张
  1. Interpreter and libraries

    0下载:
  2. Haskell编译器和库 Haskell是一种广谱语言,适合各种应用。他尤其适合需要高度可修改和维护的程序。大多数软件产品的生命期主要花费在规范,设计和维护而不是编程。函数式语言能很好的写能够真正执行(也可以测试和调试)的规范,该规范也就是最终程序的第一个原型。 -Haskell compiler and libraries Haskell is a broad-spectrum language, suitable for a variety of applications. In p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4191382
    • 提供者:鲍军波
  1. Basic_of_CMA

    0下载:
  2. 恒模算法的简介,它适用于信道的盲均衡。Matlab程序提供基本的框架,可以修该里面的参数以测试该算法的性能-CMA briefings, which applies to Channel Blind balanced. Matlab to provide a basic framework, it can be done inside of the parameters to test the performance of the algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149339
    • 提供者:冰激凌
  1. RSAExample

    1下载:
  2. 一个素数测试算法,运用最简单的素数测试方法 把所有比它小的数都一一除过-a prime test algorithm, using the most simple-a few test methods all over it are several small inter-off on January 1
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1357893
    • 提供者:江鹏
  1. STFT.对时间序列进行短时傅立叶变换的源程序

    2下载:
  2. 这是一个对时间序列进行短时傅立叶变换的源程序,测试过,好用的.,This is a program for STFT,which had tested.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-20
    • 文件大小:39627
    • 提供者:ssw1
  1. f1

    1下载:
  2. 这是几个常用的测试函数,通过这个测试函数可以比较算法性能的优劣。-This is a test of several commonly used functions, through this test function can compare the algorithm performance is good or bad.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:840
    • 提供者:gaoqian
  1. avalanche-master

    2下载:
  2. 计算回测程序,多因子选股模型,单因子测试(Calculation of back - test program, multi - factor stock - picking model, the single factor test)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:12288
    • 提供者:newton1
  1. VB FFT测试

    0下载:
  2. FFT的一个测试 界面比较简洁 琢磨琢磨还是可以的(A test of FFT Relatively simple interface, pondering and pondering is still possible)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:4096
    • 提供者:0XFF00
  1. 优化算法测试函数集合

    2下载:
  2. 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
  3. 所属分类:数学计算

  1. 硬阈值(HardThresholding)测试代码

    0下载:
  2. 硬阈值(HardThresholding)测试代码(HardThresholding This algorithm has certain performance guarantees as described in CS)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:12345671
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com