搜索资源列表

  1. 遗传算法解决TSP问题

    0下载:
  2. 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:59.32kb
    • 提供者:舒小敏
  1. 八数码

    1下载:
  2. 用A*算法解决八数码问题
  3. 所属分类:C#编程

    • 发布日期:2011-06-01
    • 文件大小:4.01kb
    • 提供者:binghunxuepo99
  1. 8数码问题

    0下载:
  2. 人工智能中的A*算法解决8number问题-AI A* algorithm to solve the problem 8number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:1.74mb
    • 提供者:董好
  1. 八数码软件

    0下载:
  2. A*算法解决八数码软件-A* algorithm to solve eight digital software
  3. 所属分类:Windows编程

    • 发布日期:2025-03-10
    • 文件大小:34kb
    • 提供者:八王爷
  1. 遗传算法的一个编程实例

    0下载:
  2. 打开压缩包,其中的word文档中提供了“m个工件分配给m架机床的效益最优化问题,使用一种遗传算法解决。”的整个编程思路和过程分析。望有相关需要的朋友喜欢-open compressed, the word document provided "m m allocated to the workpiece-machine efficiency optimization, the use of a genetic algorith
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:14kb
    • 提供者:罗宾
  1. 遗传算法的一个例子

    0下载:
  2. 本程序是使用一种遗传算法解决m个工件分配给m架机床的效益最优化问题,-this program is to use a genetic algorithm to solve m m allocated to the workpiece-machine efficiency optimization,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:18kb
    • 提供者:阳光灿烂
  1. 八数码多算法实现

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth- first search, depth-first search, A and A* algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2025-03-10
    • 文件大小:74kb
    • 提供者:藤力
  1. 遗传算法解决异或

    1下载:
  2. 这是一个用遗传算法来解决异或问题的小程序。-This is a genetic algorithm to solve the problems or differences of small programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:37kb
    • 提供者:郝宁
  1. 遗传算法解决TSP问题

    0下载:
  2. 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-03-10
    • 文件大小:59kb
    • 提供者:舒小敏
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a* algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:39kb
    • 提供者:春风秋雨
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0/1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-10
    • 文件大小:1kb
    • 提供者:应吉平
  1. 实验题

    0下载:
  2. A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A* algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:1.64mb
    • 提供者:zx
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:250kb
    • 提供者:陈士骞
  1. EightNum_A

    0下载:
  2. 绝对原创!用的是A*算法.解决8数码问题.绝对可用.初学者可以看看.-absolute originality! With the A* algorithm. 8 digital solve the problem. Definitely available. Beginners can look at.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:3.39mb
    • 提供者:克林顿
  1. 8queen_scr

    0下载:
  2. 用遗传算法解决八皇后问题的VC++源代码。-Using genetic algorithms to solve the issue of the eight Queen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-03-10
    • 文件大小:16kb
    • 提供者:ljc
  1. A*算法解决八数码问题

    0下载:
  2. java语言编写,有完善的操作界面,A*算法求八数码问题的最优解。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-12-14
    • 文件大小:25.57kb
    • 提供者:abefyz@163.com
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-03-10
    • 文件大小:11kb
    • 提供者:wusthc
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-03-10
    • 文件大小:2.68mb
    • 提供者:也都一样
  1. GA(PSO)

    1下载:
  2. A算法解决多式联运问题,有主程序文件和相关函数文件。(Using the GA algorithm to solve the multimodal transport problem.)
  3. 所属分类:其他小程序

    • 发布日期:2025-03-10
    • 文件大小:7kb
    • 提供者:从武书生
  1. A-Star

    1下载:
  2. 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)
  3. 所属分类:其他小程序

    • 发布日期:2025-03-10
    • 文件大小:7.72mb
    • 提供者:ebfifrepcy
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org