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

搜索资源列表

  1. troubleTree

    0下载:
  2. 根据模糊故障数的资料,实现了核心的算法。test类是启动测试类。该算法主要实现核心部分,具体应用要根据实际的环境对代码作简单的修改即可-under the fuzzy information on the number of failures to achieve a core of the algorithm. Test is the test launch category. The algorithm main core, specific application according to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:张煜
  1. cprogramtogetthecharactervalueofavector

    0下载:
  2. c语言矩阵特征值求解代码,在求解特征选择和特征提取时候使用的。欢迎各位测试,提意见。-c matrix eigenvalue language code for the solution of feature selection and feature extraction often used. Welcome to test opinions.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.6kb
    • 提供者:刘泽奎
  1. VCWeiMiaoJiYanShi

    1下载:
  2. 一个使用在VC++里,一个微妙级的延时程序,包括整个测试代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:36.83kb
    • 提供者:pawo
  1. Kalman-cpp

    0下载:
  2. Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.68kb
    • 提供者:杨勐
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3.15kb
    • 提供者:白浩泉
  1. computation_geometry_lib

    0下载:
  2. 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:26.56kb
    • 提供者:keenas
  1. 1

    0下载:
  2. 基于DSP5416的FFT测试程序(ASM代码).rar-FFT dsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:35.17kb
    • 提供者:董印
  1. EX23_FFT

    0下载:
  2. FFT资料,包含开发源代码等内容,代码经过测试-FFT files tested
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:152.74kb
    • 提供者:Jack
  1. complex

    0下载:
  2. 这是在vc++环境下,定义复数类、实现复数类、并进行了复数类的测试的完整程序代码。-This is in vc++ environment, the definition of complex classes, to achieve complex class and the test carried out a complete complex class code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:6.63kb
    • 提供者:鹤中云
  1. numerical-integration

    0下载:
  2. 数值积分的matlab代码,通过了调试测试,含有一个实现函数,以及一个测试用主函数。-Matlab code for numerical integration, through the commissioning test, with an implementation function, and a test main function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.46kb
    • 提供者:马凝
  1. FFTandTestInBCB

    0下载:
  2. FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:309.25kb
    • 提供者:lcj
  1. ksflybh

    0下载:
  2. fft测试代码,用于测试快速傅立叶变换的工程-the FFT test code for engineering test fast Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:929.94kb
    • 提供者:
  1. gaussElim

    0下载:
  2. 这是一个用C++编写的矩阵类,含测试代码,供大家研究使用。实现了矩阵的创建、初始化、拷贝、赋值、乘法、加法、转置、求秩等运算,并给出了利用高斯消去法进行求逆、解线性方程组等功能。也可再次扩展。-Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.09kb
    • 提供者:李刚
  1. Test_SSE

    0下载:
  2. SSE测试代码,的确可用,同时加入了openmp加速,性能提升有10x-SSE test code, is indeed available, while adding the openmp acceleration, performance improvements have 10x
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9.03mb
    • 提供者:于由
  1. PID

    0下载:
  2. 位置型PID仿真测试代码(delphi)-Location Type PID simulation test code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:268.58kb
    • 提供者:舒服
  1. PSOtest

    0下载:
  2. pso性能测试代码,实现基准的10个测试函数,通过世代距离、最大伸展、均值和方差等评估算法性能。-pso performance test code to achieve the benchmark 10-test function, through generations the maximum extension, the mean and variance peer uation algorithm performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:9.8mb
    • 提供者:zhujinlong
  1. beeColony

    0下载:
  2. 用java语言写的通用人工蜂群算法,源代码里面有清晰的英文注释以及测试代码。可供大家学习研究。-It is the common artificial bee colony algorithm written in java language, the source code which has a clear English comments and test code. For everyone to study.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:3.56kb
    • 提供者:Yang
  1. ABC

    1下载:
  2. C++语言写的通用人工蜂群算法,里面有详细的注释。源代码中具有Main函数,里面写有测试代码,可直接运行看测试结果。-the artificial artificial bee colony algorithm of C++ language edition, which has a detailed note. Source code with Main function, which has written test code, can run directly to see the tes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:Yang
  1. 硬阈值(HardThresholding)测试代码

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

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:12345671
  1. Lervenberg_Marquardt_Algorithm

    0下载:
  2. Lervenberg-Marquardt 算法的实现,包括测试代码,并有辅助函数。解压缩后可直接运行,包含3个例子,在LMFnlsq2test.pdf中有对算法的详细描述。(The function is an improved version of the function LMFnlsq widely tested on the nonlinear regression, curve fitting and identification problems. Better descr ipti
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:226kb
    • 提供者:icommonweal
« 12 3 »
搜珍网 www.dssz.com