搜索资源列表

  1. 小波变换源码

    0下载:
  2. 带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。-with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4422
    • 提供者:麦子
  1. matlab遗传算法程序(new)

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6867
    • 提供者:enao
  1. mutation

    0下载:
  2. matlab程序 遗传算法变异程序 敬请各位高手指教-Matlab procedures genetic algorithm variation procedures you please enlighten master
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1052
    • 提供者:闫小月
  1. VC_GAD

    0下载:
  2. 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7623
    • 提供者:王斌
  1. immunity

    1下载:
  2. 提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9012
    • 提供者:江泉
  1. programmingtest01

    0下载:
  2. 遗传算法将个体的集合──群体作为处理对象,利用遗传操作──交换和突变,使群体不断\"进化\",直到成为满足要求的最优解。-individual genetic algorithm -- a collection of groups as a subject of the use of genetic-operation and exchange of mutation, so continuous "Evolution&quo
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:684796
    • 提供者:周功建
  1. shuju

    0下载:
  2. 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9996
    • 提供者:顶替
  1. chromosome

    0下载:
  2. 文件中有程序源代码,计算软色体的交叉概率和变异概率-document is the source code to calculate the soft-color cross - mutation probability and the probability
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:2716
    • 提供者:王沪龙
  1. duodianjiaocha

    0下载:
  2. 用多点交叉实现遗传算法,能够自主选择种群大小、变异率、交叉率以及染色体编码的输出,结果输出为文本。-with more cross-Genetic algorithm, can choose the size of population, the mutation rate, chromosome cross-rate encoding and output, the output text.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5373
    • 提供者:flying840310
  1. fencen

    0下载:
  2. 用分层实现遗传算法,高、低两个层次并行运行,自主选择种群规模、变异率及两层的交叉率,结果以文本方式输出。-layered with Genetic algorithms, low - and high-level parallel operations, choosing their own population size, mutation rate and the two-tier cross-rates, the results
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6730
    • 提供者:flying840310
  1. GA-2

    0下载:
  2. 利用遗传算法求解一个问题的最优解,包括交叉、变异等过程 -using a genetic algorithm for the optimal solution, including crossover and mutation processes
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2086
    • 提供者:薛燕
  1. wave_max

    0下载:
  2. 小波变换极大值推算突变点的奇异度指标-wavelet transform maximum projection of singular point mutation indicator
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8728
    • 提供者:wwhblue
  1. ADAPTIVEGA

    0下载:
  2. ADPTIVE GA是改进遗传算法程序,提供了各种交叉算子,变异算子,具有强大的计算功能-ADPTIVE GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator, with powerful computing capabilities
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:208794
    • 提供者:周期函数
  1. GAGJ)

    0下载:
  2. 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -improved GA. Fga.m for the main program of genetic algorithm using binary Gray code, Based on the roulette method of nonlinear ranking choic
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:林洋
  1. SBDcode

    0下载:
  2. 本源码是基于视频检索的镜头边界检测,能有效的检测渐变与突变。对于初涉该领域的人应该会有很大的帮助!-the source video retrieval is based on the shot boundary detection, the effective evolution and mutation detection. For a fledgling in the field should be of great help!
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:146518
    • 提供者:张小军
  1. sss

    0下载:
  2. 在现有的道路条件下,提高交通控制和管理水平,合理利用现有的交通设施,充分发挥其能力,是解决我国现在交通问题的有效方法之一。而对单路口信号配时的优化,是城市交通区域控制的基础,十分之重要。本文将自适应变异粒子群算法应用于交通信号配时,与传统的信号配时方法相比较,车辆的平均延误得到了明显的改善。-the existing road conditions, traffic control and management, rational us
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25880
    • 提供者:花心
  1. SLICE_SHOT

    0下载:
  2. 一种基于时空切片的镜头突变检测方法,视频检索的朋友可以参考-A time slice shot mutation detection method, video retrieval can refer friends
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:364695
    • 提供者:田波
  1. immune-genetic-algorithm

    0下载:
  2. 免疫遗传算法matlab 程序,该算法由抗原识别、初始抗体产生、适应度计算、向记忆细胞分化、抗体的促进和抑制、抗体产生(交叉、变异) 六个模块组成-immune genetic algorithm Matlab procedure, the algorithm by antigen identification, initial antibody, fitness, to the memory cells, antibody for t
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1720
    • 提供者:He Hong
  1. java-ga-devel-alpha-0.1.tar

    0下载:
  2. 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30590
    • 提供者:李文
  1. AI_yichuan

    0下载:
  2. 用C语言实现的遗传算法。计算交叉概率和变异概率。-C language of genetic algorithm. Calculated crossover probability and mutation probability.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2650
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org