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

搜索资源列表

  1. Java编程测试源代码

    0下载:
  2. 一个简单的例子,在它里面用到一个Factory类. 假设规定名字的输入格式可以是: fisrtname lastname lastname,firstname 我们需要一个父类Namer,Namer中有字符串类型的成员: frName与lsName,有成员函数getFrname() 和getLsname(),通过继承Namer定义以上两种名字格式的子类:FirstFirst与LastFirst. Factory类提供一个函数,它根据输入的参数判断输入的名字是哪种格式,然后
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-26
    • 文件大小:875
    • 提供者:ED
  1. GSO-code

    3下载:
  2. 一种全新的智能算法-萤火虫群算法。该算法主要用于求解多峰函数。包含2个文件。用matlab打开GSO.m可以直接运行。如果要修改测试函数,可以修改J1.m函数。-A new intelligent algorithms- fireflies swarm. The algorithm used to solve multimodal function. Contains two files. Open GSO.m can use matlab to run. If you want to modi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-28
    • 文件大小:1637
    • 提供者:
  1. 单纯形和人口迁移的混合全局优化算法

    0下载:
  2. 摘要:针对基本人口迁移算法具有易早熟和精度不高等缺陷,利用人口迁移算法随机产生的点采用单纯形法进行优化,提出了 一种基于单纯形法和人口迁移算法的混合全局优化算法。通过典型的测试函数Shaffer,验证了改进后算法的性能,并与10 种类型 的粒子群优化算法进行比较,结果表明,该文算法能获得比较好的解,收敛成功率高达100%。
  3. 所属分类:报告论文

  1. FDA

    1下载:
  2. Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1493
    • 提供者:chris
  1. power-system-problem-based-on-PSO

    1下载:
  2. 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。-The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:223232
    • 提供者:durongmao
  1. ioexplorer

    0下载:
  2. IO函数调用测试 -Test program for IO function
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-18
    • 文件大小:799263
    • 提供者:站长
  1. spso

    0下载:
  2. 这个是用基本粒子群优化算法解两个测试函数的最小值问题。-This is a fundamental particle swarm optimization algorithm using two test function solution of the minimum problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1258
    • 提供者:chenyanhai
  1. LinuxC

    0下载:
  2. linux c函数详解 , 第一章:字符测试函数 第二章:数据转换函数 第三章:内存配置函数-Detailed linux c function, the first chapter: Chapter II character test function: data transfer function in Chapter III: memory allocation function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4967585
    • 提供者:yuyong
  1. TimeCostClass

    0下载:
  2. 检测程序时间消耗的类,用于测试函数级performance.-Testing procedures time consuming class, used to test function-class performance.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:10495
    • 提供者:tuzhiguo
  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. n57

    0下载:
  2. 一个神经网络采用遗传算法训练的PPT,挺不错的-A PPT about GA train used by nn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:110446
    • 提供者:李林
  1. can50

    0下载:
  2. CAN测试程序。华控CAN50模块(can转usb)的测试程序(VC,VB,DELPHI)以及函数功能说明。-CAN demo for CAN50 module
  3. 所属分类:SCM

    • 发布日期:2017-05-29
    • 文件大小:11283539
    • 提供者:gao
  1. oracle

    0下载:
  2. 测试通过的oracle编程(给出了表和数据) 1.函数:输入姓名,课程名,成绩 完成对SC表的插入操作 2.级联修改实现方法:两种方法实现级联删除 3.触发器:在Student表中添加一列:sum_avg(总成绩),在SC表中作一触发器,当添加一行之后,将该学生的总成绩相应改变。 4.过程:输入姓名,课程名,成绩.该过程完 成对SC表的插入操作 5.竖表转横表的方法-Test of oracle Programming (give the table and data)
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:4531
    • 提供者:rong_hu
  1. SUMTW

    0下载:
  2. 惩罚函数中的外点约束方法,通过VC++2005测试-sumtW
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:1010873
    • 提供者:liuting
  1. Equation_testbench3

    0下载:
  2. 电机测试,异步电动机模型,一个是函数文件,一个是命令文件 -Equation_testbench3
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3473
    • 提供者:wuming
  1. text_denoising

    1下载:
  2. 基于bandelet去噪的测试函数,并用信噪比进行评估-It is used for testing the Bandelet denoising
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1030
    • 提供者:zhouyu
  1. 123

    0下载:
  2. 函数定积分类设计与实现 ,对任意的函数积分,并以SIN做测试函数-Type of definite integral function of the design and implementation of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1563
    • 提供者:梁狄林
  1. s3c2440_cnt

    0下载:
  2. 基于飞凌OK2440的IO arm-linux驱动及测试函数-飞凌OK2440 based on the IO arm-linux driver and test function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1432
    • 提供者:ZHANGYONG
  1. f4

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

    • 发布日期:2017-04-01
    • 文件大小:1014
    • 提供者:gaoqian
  1. opt4j-2.0

    1下载:
  2. Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-17
    • 文件大小:1968447
    • 提供者:stuart
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com