CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 数据结构常用算法

资源列表

« 1 2 ... .94 .95 .96 .97 .98 2599.00 .01 .02 .03 .04 ... 2673 »
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. c

    1下载:
  2. 题目:停车场管理问题 【问题描述】: 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停
  3. 所属分类:Data structs

    • 发布日期:2017-01-03
    • 文件大小:6000
    • 提供者:pmy
  1. jyhygjyghj

    1下载:
  2. 线索二叉树 建立中序线索二叉树,并且中序遍历 求中序线索二叉树上已知结点中序的前驱和后继;-Binary tree in order to establish clues clues tree, and in the traversal sequence for clues in the binary tree nodes on the known sequence of the precursor and follow-up
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-26
    • 文件大小:246416
    • 提供者:XH
  1. shujujiegou

    1下载:
  2. a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45546
    • 提供者:李珊珊
  1. 8

    1下载:
  2. 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:phil
  1. Kruskal

    1下载:
  2. 本文件是数据结构中很重要的一个图的Kruskal算法。Kruskal算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。将文件编译,可完成Kruskal算法-This document is a very important data structure of a graph algorithm of Kruskal. Kruskal algorithm for each choice of n-1 edges, the gre
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4460
    • 提供者:吉铭
  1. Conversion of binary tree and the tree

    1下载:
  2. 二叉树与树的转换 数据结构重要知识 上课时候老师布置的一个大作业 希望可以帮助到大家 -Conversion of binary tree and the tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-26
    • 文件大小:174931
    • 提供者:黄磊
  1. nearestpoint

    1下载:
  2. 求最近点对的算法,使用分治法求解最近点对问题-For the nearest point of the algorithm, the use of sub-rule method to solve the problem nearest point
  3. 所属分类:Data structs

    • 发布日期:2016-11-20
    • 文件大小:1861
    • 提供者:xiliting
  1. ChessBoard

    1下载:
  2. 经典的棋盘覆盖程序,实现MFC界面,用分治法实现-Coverage of the classic board procedures, the realization of MFC interface, with sub-rule method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:335635
    • 提供者:杨旸
  1. suanfayushujujiedoudaan

    1下载:
  2. 算法与数据结构c语言版第二版本的课后练习的答案-Algorithm and data structure of c language version of the second version of the answer to after-school practice
  3. 所属分类:Data structs

    • 发布日期:2016-07-09
    • 文件大小:1231628
    • 提供者:王文君
  1. DataStructure

    1下载:
  2. 数据结构课程设计 功能是实现一个校园导航系统-Data structure is a function of curriculum design to achieve a campus navigation system
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:61619
    • 提供者:Jcking
  1. CreateGraph.cc

    1下载:
  2. 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8675
    • 提供者:赵福生
« 1 2 ... .94 .95 .96 .97 .98 2599.00 .01 .02 .03 .04 ... 2673 »
搜珍网 www.dssz.com