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

搜索资源列表

  1. pso-matlab

    1下载:
  2. 标准粒子群算法的matlab编程 有需要请下载-Standard particle swarm optimization matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1337
    • 提供者:程东
  1. KLMAN

    0下载:
  2. klman 离散随机系统的卡尔曼滤波编程算法,代码比较容易懂-klman discrete stochastic systems programming Kalman filter algorithm, the code easier to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:697
    • 提供者:zzh
  1. KLMAN0

    0下载:
  2. klman 离散随机系统的卡尔曼滤波编程算法主程序,应该比较好懂-klman discrete stochastic systems programming Kalman filter algorithm the main program, should better understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:zzh
  1. Face_Angle_Neural_net

    0下载:
  2. 基于matlab的编程实现神经网络BP算法实现数据的分类-matlab bp
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3754138
    • 提供者:孙保峰
  1. IIAPP

    1下载:
  2. 基于蚁群算法的装配序列规划源代码,VisucalC++编程实现-Based on ant colony algorithm for assembly sequence planning source code, VisucalC++ Programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-10-25
    • 文件大小:2808057
    • 提供者:xia
  1. liziqunsuanfa

    0下载:
  2. 计算机仿真用于粒子群算法的程序代码,用MATLAB编程的程序。-Computer simulation for the particle swarm algorithm code, using MATLAB programming procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2806
    • 提供者:郭利君
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:10749
    • 提供者:Daninel
  1. C

    0下载:
  2. C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7292
    • 提供者:wuxinchao
  1. DESC_complete_source_code_programming_algorithm_ca

    0下载:
  2. DESC编程算法完整源码与调用方法DESC complete source code and programming algorithm called Method-DESC complete source code and programming algorithm called Method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:191019
    • 提供者:aiz
  1. Matlabgeneticalgorithm

    0下载:
  2. 用遗传算法求解约束问题,用matlab编程-Using genetic algorithm, the use of matlab constraint problems
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10402
    • 提供者:豆子敬
  1. GABP

    0下载:
  2. 基于遗传算法BP网络预测,代码没有使用遗传工具箱,而是根据遗传算法理论进行编程,有助于理解遗传算法原理-BP network prediction based on genetic algorithm, the code does not use genetic toolbox, but according to the theory of programming genetic algorithms, help to understand the principles of genetic a
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5099
    • 提供者:孟欣
  1. KdTree

    0下载:
  2. 二叉树编程,一些编程算法!可用于只能仿真里智能体的控制!-Binary programming, some programming algorithm! Simulation can be used only in the agent control!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2785
    • 提供者:琉魁
  1. zuoyediaodu

    0下载:
  2. 运用遗传算法对车间作业调度问题进行编程,并计算出最优的作业顺序。-job scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:zhaoweiling
  1. C-Algorithm

    0下载:
  2. C语言编程算法合集,包括数值算法和非数值算法。-Collection of C language programming algorithms, including numerical algorithms and non-numerical algorithms.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-30
    • 文件大小:12772995
    • 提供者:XZ
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. On-lineMultistepPredictiveControlofTempretureBased

    1下载:
  2. 预测控制是一种新型的控制算法之一。经典的PID控制方法简单方便,但是精度不高。近年来发展的自适应、自校正方法精度高,但其本质要求在线辨识对象模型,对过程的未建模动态和扰动的适应能力差,鲁棒性不好。预测控制方法集PID和自适应方法二者之长,是一种面向工业过程特点、对模型要求低、在线计算方便、控制精度高的算法。数字计算机向小型、高速、大容量、低成本方向的发展,为预测控制这类新算法的实现提供了物质基础。 本文以PCT—Ⅲ型过程控制系统装置为平台,将预测控制算法运用到实际系统中去,该装置分为水位系统和温
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3516941
    • 提供者:王明
  1. RBF_matlab

    0下载:
  2. 基于遗传算法优化的RBF网络逼近程序(MATLAB环境编程)-Genetic algorithm-based RBF network approximation procedure (MATLAB environment, programming)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7719
    • 提供者:wangheyi
  1. Algorithms

    0下载:
  2. 各种常用的编程算法,包括数值与非数值算法-Various common programming algorithms, including numerical and non-numerical algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:17510
    • 提供者:杨文超
  1. hybrid-quantum-algorithmVCPP

    0下载:
  2. 量子遗传算法,采用c语言编程,每个子函数都有详细注释,希望对你有所启发-Quantum genetic algorithm, using c language programming, detailed notes for each sub-functions are the hope to inspire you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1867731
    • 提供者:nanadei
  1. matlab-algorithms

    0下载:
  2. 《MATLAB语言常用算法程序集》的光盘,方便大家学习常用的数值算法的matlab编程。-MATLAB algorithms commonly used in assembly language
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:163006
    • 提供者:hjh
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com