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

搜索资源列表

  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-30
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 打靶法求边值问题

    1下载:
  2. 本程序是用打靶法求解边值问题的一个非常好的程序,几乎可以通用所用的边值问题,包括求非线性周期解的问题。
  3. 所属分类:压缩解压

    • 发布日期:2009-02-28
    • 文件大小:252893
    • 提供者:yangjinkun219
  1. 0-1背包问题

    1下载:
  2. 动态规划法解决0-1背包问题
  3. 所属分类:数据结构常用算法

  1. 有限元特征值问题的MATLAB源程序

    3下载:
  2. 以上的MATLAB代码是用来求解椭圆特征值问题的,是用有限元的计算方法来编程的,计算结果全部正确,符合我们有限元的理论。
  3. 所属分类:数学计算/工程计算

  1. 马的Hamilton周游路线问题

    1下载:
  2. 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线,Hamilton
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:2307
    • 提供者:童祚阳
  1. 八皇后问题

    0下载:
  2. 八皇后问题,Eight queens problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:1393
    • 提供者:
  1. 15数码问题的3种算法(算法和具体代码)

    5下载:
  2. 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:40052
    • 提供者:段毅
  1. 遗传算法解TSP问题

    2下载:
  2. 用遗传算法解TSP问题,C++代码,可直接调用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-10
    • 文件大小:12054
    • 提供者:lgl531558674
  1. 回溯算法实验八皇后问题

    1下载:
  2. 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:105472
    • 提供者:anbao
  1. ABC解决TSP问题程序

    1下载:
  2. ABC算法解决TSP旅行商问题,使用matlab语言,适应于ABC算法的初学者(The ABC algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:hs无奈
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    7下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:bwj
  1. 一维优化问题

    0下载:
  2. 利用MATLAB和C++语言进行一维优化问题的编程,包括黄金分割法和二次插值法(Using MATLAB and C ++ language for one-dimensional optimization of the programming, including the golden section and quadratic interpolation method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:374784
    • 提供者:o明月o
  1. 第8讲 最短路问题

    0下载:
  2. 利用Matlab软件求最短路问题,Matlab教程(Seek the shortest path problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2961408
    • 提供者:呵呵_123
  1. TSP问题

    1下载:
  2. 用遗传算法求解TSP问题,文件比较全面,可以直接运行,或者自己改变输入(solve the TSP by ga)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:十七
  1. 蚁群算法TSP问题

    0下载:
  2. 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:蓝色妖怪
  1. 背包问题

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题(Knapsack problem (Knapsack problem) is a NP complete problem of combinatorial optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:大白菜ml
  1. mtsp问题matlab代码

    1下载:
  2. 使用ga算法,通过八种评价机制解决多旅行商问题(The GA algorithm is used to solve the multiple traveling salesman problem via eight evaluation mechanisms)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:jyw
  1. n皇后问题

    0下载:
  2. n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:cg123456
  1. 自来水管道架设问题

    0下载:
  2. 自来水管道架设问题 【问题描述】 若要在八个居民区(A区、B区、C区、D区、E区、F区、G区、H区)之间架设自来水管道,如何以最低的经济代价架设这个自来水管道。 【基本要求】 利用二种方法Prim算法和克鲁斯卡尔Kruskal算法生成自来水管道的架设方案(Two methods, Prim algorithm and Cruise Carle Kruskal algorithm are used to generate the water pipe erection scheme)
  3. 所属分类:数据结构

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:ls291730
  1. 兵王问题SVM程序

    0下载:
  2. MATLAB编写的SVM算法程序、数据集及其工具包,用于解决国际象棋中的兵王问题(The program, SVM algorithm written in MATLAB data set and used to solve the problem of Bingwang toolkit in chess)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:1662976
    • 提供者:欧阳暄
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com