CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构课程设计

搜索资源列表

  1. 1

    0下载:
  2. 数据结构 课程设计 稀疏多项式乘法的实现 -Data structure the curriculum design to achieve sparse polynomial multiplication
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:35436
    • 提供者:ww
  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. 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. v4670_flight

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

    • 发布日期:2017-04-16
    • 文件大小:12017
    • 提供者:dongua
  1. ball

    1下载:
  2. 计算机图形学课程设计 -画一个具有不同光照效果的球 说实话,这个算法不实用,只能画表面,因为当时设计数据结构的时候,只存放了半个球的数据,目的只是为了显示立体球的效果而已,这样计算速度会更快些。-Computer Graphics curriculum design- painting a different light effects of the ball I can honestly say that this algorithm is not practical, can only
  3. 所属分类:绘图程序

    • 发布日期:2017-06-02
    • 文件大小:59393
    • 提供者:lanwhale
  1. guibing

    0下载:
  2. 基于java的两个链表的归并,是数据结构课程设计使用的代码-Java-based list of merging the two is the data structure used in curriculum design code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3726
    • 提供者:yangyang
  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. Untitled1

    0下载:
  2. 实现魔王语言,能够识别多种输入(数据结构课程设计)-The realization of devil language, able to identify a wide range of input (data structure of the curriculum design)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:北国雪
  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. C_Course_Design(Include_Report)

    0下载:
  2. 数据结构课程设计(C版) 包括 运动会积分系统 简单文档编辑 无向图的基本操作实现 哈夫曼树编码解码 染色N皇后算法 调试报告-Data structure course design (C version) including Games integral system document editing simple undirected graph the basic operation of the realization of Huffman tree cod
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:382046
    • 提供者:Rapheal
  1. longintegeradder

    0下载:
  2. 数据结构课程设计:使用线性结构实现长整数的加法运算-Data structure the curriculum design: the use of linear structure to achieve long integer addition operations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:rechen
  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. sorting

    0下载:
  2. 数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5354
    • 提供者:何高兴
  1. suoshubiaodashi

    0下载:
  2. 数据结构课程设计 求算术表达式的值 学习数据结构的可以参考一下 希望对你们有用-Data structure the curriculum design for the value of the arithmetic expression study data structures for reference you wish to be useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4357
    • 提供者:zz
  1. BookManage

    0下载:
  2. 图书馆的图书管理系统,此系统为数据结构课程设计源代码,为B树实现。-Library' s library management system, the system data structure for curriculum design source code, for the B Tree implementation.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1552692
    • 提供者:ljy
  1. HotelManage1

    0下载:
  2. 此代码为数据结构课程设计代码,实现了酒店管理系统。-This code for the data structure of the curriculum design code, implementation of the hotel management system.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1370236
    • 提供者:ljy
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com