CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 算法 测试

搜索资源列表

  1. GA_Test

    0下载:
  2. 利用GA算法实现软件测试的测试用例选取,对参数估计进行GA估计-GA algorithm using software testing test cases selected, the parameter estimate is estimated GA
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3153980
    • 提供者:kevin
  1. DP

    0下载:
  2. 动态规划算法,已通过调试,里面包含了两个测试文件-Dynamic programming algorithm, has passed testing, which includes two test file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3007
    • 提供者:sujing
  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
    • 文件大小:3223
    • 提供者:白浩泉
  1. bijiaowuxindingweisuanfa

    0下载:
  2. 本程序实现测试、比较无线定位算法 移动台初始位置由MSPosition给出 输出移动台的估计位置。 比较各个算法的RMSE、CRLB、GDOP比较各个算法的时间复杂度。 -wuxiandingweisuanfabijiao
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:4303
    • 提供者:朱江
  1. boostingDemo

    0下载:
  2. adaboost的实现算法,可进行人脸的样本训练-implementation of the AdaBoost algorithm, can be a sample of people face training
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:227193
    • 提供者:yinxin
  1. Action

    0下载:
  2. SDL库是个非常简单的图像库,适合开发小游戏、做算法测试的界面。非常方便。请自行寻找SDL库的库、头文件等等。VS2003下通过-SDL library is a very simple image library, the development of suitable game, the interface to do the test algorithm. Very convenient. Look for your own library SDL library, header file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:384419
    • 提供者:mayao
  1. CordicNCO

    0下载:
  2. 基于CORDIC算法的,数字控制振荡器的设计。带测试程序,输入一个振荡频率,输出SIN和COS的波形!-Based on the CORDIC algorithm, the digital controlled oscillator design. With test procedures, enter a oscillation frequency, the output waveform SIN and COS!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:4056
    • 提供者:咚咚
  1. genetic

    0下载:
  2. 理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点-Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a stand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:黄永聪
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2083
    • 提供者:pauly_917
  1. RWXML8

    1下载:
  2. 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3844190
    • 提供者:龚有平
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:314300
    • 提供者:张一
  1. 6

    0下载:
  2. 继续上次传的简单遗传算法,本次加入啦测试部分。-Continue to the last mass of the simple genetic algorithm, to join you in this part of the test.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:小光
  1. Test_funtion

    1下载:
  2. 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:35844
    • 提供者:周旭
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  1. DES

    0下载:
  2. DES算法单机版,VB编程环境,经过测试,可以使用。-DES Athmetic, In Visual Basic
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:9937
    • 提供者:在水一方
  1. computation_geometry_lib

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

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

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. ACMfilecompare

    0下载:
  2. ACM 模拟测试, 文件分析器, 内附详细实现过程,算法相关.-ACM simulation tests, the document analyzer, containing a detailed implementation of the algorithm related.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:262817
    • 提供者:UlSean
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com