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

搜索资源列表

  1. ICP算法

    0下载:
  2. 迭代最近点算法进行点云拼接,此程序为Matlab语言(Iterative closest point algorithm for point cloud mosaic)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:any111
  1. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:76800
    • 提供者:7号咯
  1. ISODATA算法2

    0下载:
  2. 用ISODATA算法进行聚类,在K-均值算法的基础上加入了分裂与合并的步骤(ISODATA algorithm for classification)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-06
    • 文件大小:2948096
    • 提供者:Shmilylay1007
  1. 步进电机S曲线算法

    2下载:
  2. 实现步进电机S曲线的算法。可用C语言实现,算法用C实现,然后数据可以通过FPGA用DDS处理,输出任意频率和脉冲个数。(Algorithm for realizing S curve of stepping motor. C language can be implemented, the algorithm is implemented with C, and then data can be processed by FPGA using DDS, output arbitrary freq
  3. 所属分类:单片机开发

    • 发布日期:2018-01-06
    • 文件大小:2035712
    • 提供者:y1a2n3g4
  1. GP-&算法

    1下载:
  2. 方便计算关联维数的关于gp算法的使用,通过计算关联维数,可以获得系统的混沌特性(The calculation of correlation dimension is convenient for the use of GP algorithm. By calculating the correlation dimension, the chaotic characteristics of the system can be obtained)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:pass-explorer
  1. NMF算法

    0下载:
  2. 主要实现非负矩阵的有效分解,其中有详细的解释,以及什么样的矩阵才能适合该算法(realize the matrix factorization with non-negative matrix)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:Rayfung
  1. 差分进化算法算例.docx

    2下载:
  2. 有关差分进化算法的一个简单算例。简单函数算例流程以及源代码(Differential evolution algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:94208
    • 提供者:随心!
  1. 利用单片机软件算法消除热电偶的测量

    0下载:
  2. 利用单片机软件算法消除热电偶的测量,提高热电偶探测精度。(Using the software algorithm of single chip microcomputer to eliminate the measurement of thermocouples)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-06
    • 文件大小:175104
    • 提供者:kisda
  1. 多目标蚁群算法

    1下载:
  2. 多目标蚁群算法用来求解多目标最小生成树问题(Multi-objective ant colony algorithm)
  3. 所属分类:数学计算

  1. chapter13粒子群优化算法的寻优算法

    0下载:
  2. 先大自然学习的一种算法,源于对鸟类捕食的研究,可以优化算法(An algorithm for first nature learning, derived from the study of bird predator, which can be optimized.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:734208
    • 提供者:杨八兔
  1. Dijkstra迪捷斯特拉算法

    0下载:
  2. 迪杰斯特拉算法是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(The Dijkstra algorithm is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main featur
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:3689472
    • 提供者:静守成雯
  1. SM9算法源代码-

    1下载:
  2. sm9算法源码 ibc算法 基于id标识的公私钥算法 pdf文档 参考(SM9 source code PDF document reference)
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:4304896
    • 提供者:小小可明
  1. 图像二值化处理的算法

    1下载:
  2. 一些常用的图像二值化处理算法,包括局部二值化和全局二值化。
  3. 所属分类:图形图像处理(光照,映射..)

  1. 基于遗传算法的TSP算法

    0下载:
  2. 一种基于遗传算法的TSP算法,比遗传算法更为合理准确(A TSP algorithm based on genetic algorithm is more reasonable and accurate than genetic algorithm)
  3. 所属分类:其他

  1. 数据结构与算法:C_语言描述(中文)

    0下载:
  2. 数据结构与算法的学习对于软件开发的专业程序员而言是非常关键,本书为C#语言程序员提供了学习基础数据结构与算法的机会(Data structure and algorithm learning is very critical for professional programmers in software development. This book provides C# language programmers with the opportunity to learn basic data
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1095680
    • 提供者:时间记忆
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。(Genetic algorithm is a search algorithm used to solve the optimization in computational mathematics. It is one of the evolutionary algorithms. Evolu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:秋时红枫
  1. 数据挖掘中十大经典算法

    0下载:
  2. 机器学习十大算法、大数据、数据挖掘、机器学习(classic machine learning algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:773120
    • 提供者:飞翔wo
  1. 算法设计与分析基础.第3版

    1下载:
  2. 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:21025792
    • 提供者:neverwar
  1. 基于粒子群算法的多目标搜索算法

    4下载:
  2. 本案例是基于粒子群算法的多目标搜索算法,对于多目标搜寻效果不错(This case is a multi target search algorithm based on particle swarm optimization, which has a good effect on multi target search.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:jackie_lee
  1. 算法第四次作业

    0下载:
  2. 使用搜索算法实现的0-1背包问题和迷宫问题(0-1 knapsack problem and maze problem by search algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:60416
    • 提供者:mmdxs
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com