搜索资源列表
xishuduoxiangshichengfa
- 稀疏多项式乘法的实现代码,是数据结构的课程设计,这里只有源代码-The realization of sparse polynomial multiplication code, is a data structure of curriculum design, only the source code here
shunxubiao
- 这是数据结构的课程设计的关于顺序表的源代码. 主要包括顺序表的一些基本功能,比如插入,删除等基本操作!-This is the data structure of curriculum design on the order form' s source code. Mainly includes some of the basic sequence of table functions, such as insert, delete, such as basic operation!
kechengsheji
- 用c或c++编写的八皇后问题,通讯录,约瑟夫环的代码,数据结构的课程设计-With c or c++ to prepare the eight Queen' s problems, address book, Joseph Ring code, data structure of the curriculum design
editor_zw
- 软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告-School of Software Data Structures and Algorithm Analysis course design a text editor, curriculum design report
addr
- 数据结构的课程设计 学生通讯录的管理 C++做-Data structure the management of curriculum design, student address book C++ to do
1
- 数据结构的课程设计,实现长整数的相加功能,代码较为简单,易懂-Data structures curriculum design, add features to achieve a long integer, the code relatively simple, understandable
shujujiegou
- 一个很好的图书馆管理系统 适合数据结构的课程设计-a good system very good
haffman
- 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
xueshengdhenjiguanlixitong
- c++课程设计,学生成绩管理系统 用菜单实现,用链表做数据结构的课程设计,能够实现学生成绩的管理。-c++ curriculum design, student achievement management system to achieve with the menu, use the list data structure to do curriculum design, to achieve student performance management.
Maze
- 迷宫和哈希表在C环境下的联合实现,数据结构的课程设计-Maze and the hash table in C under the joint implementation, data structures curriculum
bookmanage
- 基于数据结构的图书管理系统,基本功能都有,可以拿来作为数据结构的课程设计-Based library management system data structures, basic function, can be used as a data structure of the curriculum design
guide
- 这个程序衍生于数据结构的课程设计,主要的功能是实现遍历校园景点易读易改。-This program is derived from the data structure curriculum design, the main function is to traverse campus attractions to read and easy to change.
LibraryManager
- 数据结构的课程设计——图书管理系统有比较全的操作,非常容易理解-Data structure curriculum design- library management system full operating
struct
- 该源码是数据结构的课程设计,涵盖了全书的各个知识点!功能齐全,非常好啊!-The source is the data structure curriculum design, cover the knowledge points of the book! Full-featured, very wonderful!
tour
- 校园导游系统,可作为数据结构的课程设计所用。用到的是图的内容-Campus tour guide system, can be used as curriculum design data structures used. FIG used content
shujujiegou
- 13个数据结构的课程设计,都是同学共同完成的,不适合在VC++编译器里运行,会出现类库不存在的问题,推荐使用dev c++编译器-data structure
shujujiegoukeshe
- 数据结构的课程设计,非常全!有七八个常用的课程设计-data structure
shoupiao
- C语言或者是数据结构的课程设计,民航订票系统,可以实现基本的订票功能- Curriculum design, civil aviation booking system
数据结构课程设计报告JAVA实现(停车场管理
- 本程序的主要用途是对学生运动会成绩进行输入、存储以及查询。 本程序有以下几个功能模块: 1.学校信息输入模块:本模块功能为输入学校的名称以及编号,由于编号必须为唯一,且按照顺序,所以本程序只允许用户进行学校名称的输入,学校编号自动生成,当输入学校名称为空或者重复是会有错误提示。 2.项目信息输入模块:此模块用于添加运动会项目,项目分为男子大项、男子小项、女子大项以及女子小项四个类别,大项取前五名,小项取前三名。为了防止用户输入错误,项目类型为下拉列表供用户选择,项目编号为自动生成,当输
课程设计
- 运用最短路径最短路径dijkstra算法设计管理咨询系统,运用邻接表和邻接矩阵相结合的存储结构(Using the shortest path shortest path Dijkstra algorithm to design the management consulting system and use the adjacency list and the adjacency matrix for the storage structure)