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

搜索资源列表

  1. maze

    0下载:
  2. 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2919970
    • 提供者:Shi
  1. ProblemF

    0下载:
  2. 算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:天河
  1. chen

    0下载:
  2. 数据结构课程设计——多关键字排序问题 希望大家用得着-Data structure course design- and more keywords to sort the problem hope that we need it
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:305933
    • 提供者:陈善祥
  1. a

    0下载:
  2. 航空订票系统大作业,数据结构课程设计,c语言编写。希望对您有帮助! -Air booking system large operations, data structure curriculum design, c language. I hope for your help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:10749
    • 提供者:dongua
  1. a

    0下载:
  2. 全国旅游交通查询,数据结构课程设计,c语言编写。希望对您有帮助! -National tourist traffic query, data structure curriculum design, c language. I hope for your help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:16358
    • 提供者:dongua
  1. minimal_spanning_tree(Prims)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:17172
    • 提供者:利莉
  1. shu_ju_jie_gou_ke_cheng_she_ji(1)

    0下载:
  2. 数据结构课程设计源码以及报告 有3个程序:1)哈弗曼树及哈弗曼编码 2)排序—内部排序方法 3)Hanoi Tower-Data structure, as well as curriculum design source reported three procedures: 1)哈弗曼trees and哈弗曼coding 2) sort- internal sorting method 3) Hanoi Tower
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:254147
    • 提供者:利莉
  1. chaoshixuanzhi

    2下载:
  2. 学校超市选址问题,数据结构课程设计 【问题描述】对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优。-School siting supermarkets, data structure curriculum design] [Descr iption of the problem for a school store, and other units to its distance from the different units
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1520
    • 提供者:yy
  1. wuban

    0下载:
  2. 自己刚刚独立完成的数据结构课程设计舞伴配对系统。(比较简单,适合课程设计者参考)-Has just completed its own independent data structures curriculum design partner matching system. (Relatively simple, suitable for curriculum designers reference)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:114057
    • 提供者:神州
  1. lujin

    0下载:
  2. 最短路径问题(用无向图表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使得这个交通网的总造价最小。)-The shortest path problem (with undirected graph n cities that transport links between the construction plan, vertex, said city, said the right edge of the construction cost of
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:13735
    • 提供者:uliantong
  1. data

    0下载:
  2. 是用C语言实现的,里面有我数据结构课程设计里的算法。例如关键路径,最短路径等算法-C language is used to achieve, there are my data structure in the curriculum design algorithms. For example, critical path, such as the shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:478877
    • 提供者:tjjman
  1. xbfs

    0下载:
  2. 课程设计,一套自己实现的基于位图管理的文件系统-Curriculum design, the realization of a set of their own bitmap based document management system
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:118553
    • 提供者:Lacus Clyne
  1. Untitled1

    0下载:
  2. 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4 -【Descr iption】 d
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1317
    • 提供者:Fiona
  1. ds

    0下载:
  2. 一个数据结构课程设计源码,关于插入排序、快速排序、堆排序、选择排序、希尔排序的实现及其相互效率的比较-A data structure of the curriculum design source, on the Insertion Sort, Quick Sort, Heap Sort, select Sort, Hill sort of realize their mutual comparison of the efficiency of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:林思哲
  1. shujujiegoukcsj

    0下载:
  2. 数据结构课程设计文档,有比较规范的格式,是我们学校的作业,希望对大家有作用-Data structure course design document, has a fairly standard format
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:38668
    • 提供者:liangsongxi
  1. che

    0下载:
  2. 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其位置和攻击方向
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1422
    • 提供者:yxd
  1. checkarray

    0下载:
  2. 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloading].
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5115
    • 提供者:王清
  1. planeSystem

    0下载:
  2. 数据结构课程设计的源代码,用C编写的航班票务管理系统,使用多种查询,非常适合数据结构学习者的研究-Data structure the curriculum design of source code, prepared by C Flight Ticket Management System, using a number of inquiries, the data structure is very suitable for learners study
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2257
    • 提供者:王军
  1. yuesefu

    0下载:
  2. 数据结构课程设计_约瑟夫环 使用VC编译 可以通过输入人数和初始值进行相应的炒操作-Data Structure Course Design _ Joseph Central VC compiler can use by entering the number and the initial value for the corresponding operation speculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1556
    • 提供者:simple
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com