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

搜索资源列表

  1. 经典的算法

    0下载:
  2. 数学建模经典算法神经网络算法蒙特卡洛算法等等,学习的好材料(All kinds of classical algorithms, good materials for learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:54013952
    • 提供者:xxxx123
  1. 算法导论

    0下载:
  2. 著名算法书《算法导论》的实现源码,采用了泛型编程, 非常适合于学习算法(the source code of the popular algorithm book Introduction to Algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:357376
    • 提供者:masterqkk
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:56320
    • 提供者:JackeeY
  1. 蚁群算法解决最优化

    1下载:
  2. 运用蚁群算法matlab解决运输优化问题,运输网络优化求解(Ant colony algorithm (matlab) is used to solve the transportation optimization problem, and the transportation network is optimized)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:巴二二
  1. 遗传算法MATLAB源代码,TPS

    0下载:
  2. 运用matlab遗传算法解决TPS,实用(Using Matlab genetic algorithm to solve TPS, practical)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:巴二二
  1. 算法导论 中文版 第3版.pdf

    0下载:
  2. 算法导论,用于了解算法知识,进一步加强编程能力的好书(good book to give us a sense of algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:40408064
    • 提供者:tyw0115
  1. [MATLAB语言常用算法程序集].(龚纯).清晰版

    1下载:
  2. 包含常用算法的Matlab实现,主要有插值、数值算法等。(Matlab implementation of commonly used algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:17143808
    • 提供者: lyz
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Kelly0928
  1. 经典滤波算法

    2下载:
  2. 介绍10种常见滤算法并给出实现代码,常见的有中位值滤波、互补滤波和一阶RC滤波以及其组合效果说明(10 common filtering algorithms are introduced and the implementation code is given)
  3. 所属分类:文章/文档

  1. 启发式分割算法

    0下载:
  2. 该程序为2000年外国学者提出的启发式分割算法,消除了其他算法的缺点,能够更好的寻找突变点(The program is a heuristic segmentation algorithm proposed by foreign scholars in 2000, which eliminates the shortcomings of other algorithms and can better find the point of mutation)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:龙颜无悔
  1. MATLAB智能算法30个案例分析+源代码

    1下载:
  2. 30个智能算法MATLAB模型,非常有助于数学建模和相关学习(30 intelligent algorithms, the MATLAB model, are very helpful in mathematical modeling and related learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:1542144
    • 提供者:丁毅
  1. Java数据结构和算法

    0下载:
  2. Java数据结构和算法,便捷检索相关要点知识(Java data structure and algorithm, easy to retrieve relevant key knowledge)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:25487360
    • 提供者:guozhi2017
  1. LRU算法

    0下载:
  2. 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-14
    • 文件大小:473615
    • 提供者:折颜
  1. 算法

    0下载:
  2. 算法 一本很好的算法书 一本很好的算法书(A very good algorithm book)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:78227456
    • 提供者:LOVEhcy
  1. Java数据结构和算法中文第二版

    0下载:
  2. 说明在Java编程中常用的数据结构和算法(Explain the commonly used data structures and algorithms in Java programming)
  3. 所属分类:Java编程

    • 发布日期:2017-12-14
    • 文件大小:25844409
    • 提供者:编程王子
  1. RSA算法

    0下载:
  2. RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:2403328
    • 提供者:roppe
  1. 识别-感知哈希算法

    0下载:
  2. 文字识别-感知哈希算法-易语言实现源代码(Text recognition - Perceptual Hashing Algorithm - easy language implementation source code)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1313792
    • 提供者:BaoGuo
  1. EMD算法的matlab程序介绍

    0下载:
  2. EMD算法的matlab程序介绍,此版本为 ALAN 版本的整合注释版(EMD algorithm matlab procedures, this version of the ALAN version of the integrated annotation version)
  3. 所属分类:其他

  1. 用遗传算法优化BP神经网络的Matlab编程实例

    3下载:
  2. 用遗传算法优化BP神经网络的Matlab编程实例,非常实用(BP neural network optimization using genetic algorithm Matlab programming examples, very practical)
  3. 所属分类:人工智能/神经网络/深度学习

  1. BP神经网络算法代码

    0下载:
  2. BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
  3. 所属分类:其他

« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com