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

搜索资源列表

  1. 三种解方程算法

    0下载:
  2. 在MATLAB中使用高斯赛德尔算法等三种算法进行方程的求解(hree algorithms, such as Gauss Seidel algorithm, are used in MATLAB to solve the equation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:逍遥之人
  1. k-means算法2

    0下载:
  2. 使用该算法可以实现数据的聚类分析,非常适合初学者。(The algorithm can be used to achieve clustering analysis of data, ideal for beginners.)
  3. 所属分类:数学计算

  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. 用MATLAB实现遗传算法程序

    0下载:
  2. 数值智能算法:用MATLAB实现遗传算法(Using MATLAB to implement genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:任宇
  1. 程序---PSO粒子群算法求传递函数系数

    0下载:
  2. 程序---PSO粒子群算法求传递函数系数(Program ---PSO particle swarm optimization algorithm for transfer function coefficient)
  3. 所属分类:其他

  1. 7种复杂网络matlab经典算法

    1下载:
  2. 复杂网络的MATLAB仿真算法,包括多种复杂网络模型和统计算法,如WS,BA等模型的生成算法,度分布,聚类系数计算方法等。(MATLAB simulation algorithm for complex network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-11
    • 文件大小:4096
    • 提供者:lyaugust
  1. RBF网络遗传算法优化程序

    0下载:
  2. RBF网络遗传算法优化程序,很好的程序,希望大家可以学习(It is ga_RBF,it is very nice and easy to use)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-11
    • 文件大小:6144
    • 提供者:宋宋宋宋
  1. 粒子群算法源代码

    4下载:
  2. 改进的粒子群算法,与遗传算法,神经网络,模拟退火等算法相结合(An improved particle swarm optimization algorithm combined with genetic algorithm, neural network, simulated annealing algorithm and so on)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-11
    • 文件大小:8192
    • 提供者:七七7777
  1. SCE-UA算法代码

    0下载:
  2. 一种高效全局优化算法,广泛用于水文模型参数优选(A high efficient global optimization algorithm widely used for parameter optimization of hydrological model)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:462848
    • 提供者:石头001
  1. 算法课后答案

    1下载:
  2. 算法导论习题答案,以完善课后习题,注意查收(introduction to algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:5831680
    • 提供者:睿智如我
  1. 蚁群算法实验文件

    0下载:
  2. 蚁群算法TSP解决物流问题,Matlab编程仿真(Solving logistics problems by ant colony algorithm TSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:133120
    • 提供者:livvvvv
  1. 基于遗传算法的TSP算法

    0下载:
  2. 采用matlab代码实现了基于遗传算法的TSP搜素算法,(Matlab code is used to implement TSP search algorithm based on genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:10240
    • 提供者:kylinfly
  1. 幅相误差对MUSIC算法的影响

    1下载:
  2. 代码计算幅相误差对MUSIC算法的影响,一共两个.m文件(1.array_am_pha_error_on_music.m 2.error_matrix)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:李潇阳
  1. 蚁群算法(D为最短路矩阵)

    0下载:
  2. 群蚁算法,路径规划,附带源代码,直接用.......................(Group ant algorithm, path planning, source code, direct use)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:挚瑶满夙缘
  1. 蚁群算法的能量有效EEABR

    0下载:
  2. ACO蚁群优化算法 针对能量有效的ACO蚁群优化算法的程序,C++语言实现,对研究蚁群优化的小伙伴有所帮助(The program for the efficient ACO ant colony optimization algorithm, the implementation of the C++ language, is helpful to the small partners studying the ant colony optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:19456
    • 提供者:shiyuanyin
  1. 基于遗传算法的TSP算法

    0下载:
  2. TSP问题是典型的NP难问题,运用遗传算法解决TSP问题(The TSP problem is a typical np-hard problem, using the genetic algorithm to solve TSP problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:11264
    • 提供者:wusthc
  1. 【算法与数据结构】105《Python算法教程》

    0下载:
  2. 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:42352640
    • 提供者:ysz
  1. 遗传算法

    2下载:
  2. MATLAB遗传算法实现对直流电机参数的优化(Optimization of DC motor parameters by MATLAB genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:alpha猫
  1. 第14章 遗传优化算法

    0下载:
  2. 本资料包括很多遗传算法的资料以及例子,内容丰富值得下载。(This data includes a lot of data and examples of genetic algorithms that are well worth downloading)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:My_sun1
  1. 免疫算法-matlab程序

    0下载:
  2. 结合实例详细介绍了免疫克隆算法优化函数的程序 (Detail with examples immune clone algorithm to optimize the function of the program)((Detail with examples immune clone algorithm to optimize the function of the program))
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:16384
    • 提供者:一度洋
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com