CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - Calculation

搜索资源列表

  1. abooy

    0下载:
  2. hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.28kb
    • 提供者:阿波
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:黄善理
  1. Flash5 五子棋

    1下载:
  2. 该游戏用到了人工智能算法,较为复杂。 在计算游戏的智能方面可以有较大提高。-the game uses artificial intelligence algorithm, is more complex. In the calculation of intelligent game can be greatly enhanced.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:26.99kb
    • 提供者:itchy
  1. uniformXover

    0下载:
  2. matlab 编程,遗传算法的均均交叉,用于遗传算法的计算。-Matlab programming, genetic algorithm both have overlapping genetic algorithm for the calculation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:孔令启
  1. dossier

    0下载:
  2. For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51.35kb
    • 提供者:ZHU
  1. 遗传算法TDOA解决

    6下载:
  2. 用遗传算法解决通信中的TDOA问题 文件名 program 完成功能 求出在进行account_test次的试验中每一次的最优染色体,并且求出均值MV,和均方误差MSE 文件名 definition_constant( ) 完成功能 对各个常量试验参数进行设定 文件名 main_program 完成功能 完成一次试验的计算 文件名 all_Noise 完成功能 计算TDOA值(由基站所测量的TDOA(受到噪声的干扰)) 文件名 gen_ini_pop_
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:田园
  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]=calobjvalue(pop,i) 2)计算群体中
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.8kb
    • 提供者:江泉
  1. 45666011matlab__(new)

    0下载:
  2. 遗传算法的matlab实现程序 多个实例与多种计算方法-genetic algorithm to achieve Matlab procedures with multiple instances of multiple calculation method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.07kb
    • 提供者:phado
  1. S200502106_SVM_for_classfication

    1下载:
  2. SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.89kb
    • 提供者:郑军
  1. Cheap_PSO

    0下载:
  2. C语言开发的微粒群优化算法源程序,程序用到了多个测试函数:包括Rosenbrock 函数等,操作时首先打开文件选择一个函数,然后点击计算就可以了。-C language development Particle Swarm Optimization algorithm source, a number of procedures used test functions : Functions include Rosenbrock, the first operation of a choice
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:76.02kb
    • 提供者:zhangtao
  1. lyap_small_data_sets

    0下载:
  2. 小数据量法 求指数. 计算数组最大值.求最短距离及向量-small data Method index. Calculation array maximum. For the shortest distance vector
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.65kb
    • 提供者:杨文
  1. similarity

    0下载:
  2. 基于平稳双正交小波变换实现图象梯度计算,本人用MATLAB编了一个,供大家参考-biorthogonal wavelet transform image gradient calculation, I used a series MATLAB, for your reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:836byte
    • 提供者:赵武锋
  1. Observations.calculation.Ellipsoid

    0下载:
  2. 观测值化至椭球面上的计算Observations of the calculation to the Ellipsoid -Observations of the calculation to the Ellipsoid
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:48.96kb
    • 提供者:iv
  1. aerodymamic-force-calculation

    0下载:
  2. 利用datcon软件计算气动力和气动力矩进行六自由度仿真-aerodymamic force calculation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:242.47kb
    • 提供者:张栋
  1. BP--in-that-people-calculation

    0下载:
  2. 本文主要介绍了BP神经网络在人岗匹配度测算中的应用,文章不错。-This paper describes the application of BP neural network in that people post match in the degree of calculation, the article good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:715.44kb
    • 提供者:mali
  1. Sample-entropy-calculation

    0下载:
  2. 计算样本熵值程序,可实现故障信号特征提取,复杂度-Sample entropy calculation procedure can achieve signal feature extraction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:小红帽
  1. interruptible-load-calculation

    2下载:
  2. 本MATLAB程序是基于离散粒子群算法的可中断负荷的优化计算-The MATLAB program is a discrete particle swarm optimization algorithm based on interruptible load calculation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.43kb
    • 提供者:afu
  1. information-calculation

    0下载:
  2. Matlab implementation of various entropy in information theory, including the calculation of self information,信息论中各种熵的matlab实现,其中包括自信息量,互信息量,条件熵,联合熵
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:95.52kb
    • 提供者:他里雾
  1. calculation-of-self-information

    0下载:
  2. 属性相关性Matlab implementation of various entropy in information theory, including the calculation of self information,信息论中各种熵的matlab实现
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:185kb
    • 提供者:他里雾
  1. Genetic algorithm optimization calculation

    0下载:
  2. 遗传算法的优化计算—输入自变量降维,利用遗传算法对BP神经网络进行优化(Optimization calculation of genetic algorithm -dimensionality reduction of input variables ,Optimization of BP neural network by genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:284kb
    • 提供者:Tracy1
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com