搜索资源列表
-
0下载:
实现了很多的数据结构算法,适合与想学习数据结构编程的读者。-achieve a lot of data structure algorithms, fit and want to learn data structure programming readers.
-
-
1下载:
数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
-
-
0下载:
对与数据结构中有向图采用邻接矩阵为存储结构实现有向图建立、深度优先遍历和广度优先遍历、并带有图片测试数据 可运行-And the data structure of a directed graph with adjacency matrix storage structure established to achieve a directed graph, depth-first traversal and breadth-first traversal, and test data can
-
-
0下载:
线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
-
-
0下载:
大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
-
-
0下载:
用C++的模板类实现了图的邻接矩阵数据结构,下载后添加头文件即可使用。-Adjacency matrix data structure use C++ template classes, and add header files to download.
-
-
0下载:
数据结构课程,学生实验信息管理,单链表的实现和应用-Data structure courses, students experiment information management, the realization of a single list and applications
-
-
0下载:
基于C++设计模式,结合C++模板技术,提供链表数据结构的综合实现,综合性很强,很适合初学者的提高!-Based on C++ design patterns, combined with C++ template technology to provide a comprehensive list data structure to achieve and comprehensive, it is suitable for beginners to improve!
-
-
0下载:
链表的顺序存储结构,算法与数据结构的第一个实验,符合实验要求,程序中有注释-List the order of the storage structure, algorithm and data structure of the first experiment, in line with the experimental requirements, procedures in the Notes
-
-
0下载:
建立内存文件系统
在内存中建立一个虚拟磁盘;
建立文件系统;
设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块;
设计相应的目录结构,文件控制块等来管理系统中的文件;
实现文件的创建,删除,移位和改名;
设计可视化界面,显示已分配和未分配的磁盘空间;
实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。
-The establishment of the memory file system in memory to create a virtual d
-
-
0下载:
链表的各种操作集合,数据结构的基本操作,包括增删改添等-List a collection of various operations, the basic operation of the data structure, including additions and deletions and other changes Tim
-
-
0下载:
数据结构课程设计——马的遍历:在中国象棋棋盘上,对任一位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规则不重复地走过棋盘上的每一位置。
要求:
(1)依次输出所走过的各位置的坐标。
(2)最好能画出棋盘的图形形式,并在其上动态地标注行走过程。
(3)程序能方便地地移植到其它规格的棋盘上。
-Data Structure Course Design- Horse traversal: the board in the Chinese chess on t
-
-
0下载:
使用c++编写的关于网格方面的程序,包括网格的数据结构,输入输出,细分变形,补洞等程序-Prepared using c++ program on the grid area, including the grid data structure, input and output, subdivision deformation, fill holes and other procedures
-
-
0下载:
a.输入一组整型元素序列,建立线性表。
b.实现该线性表的遍历。
c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。
d.在该线性表中删除或插入指定元素。
实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。
-a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
-
-
0下载:
关于数据结构中的链表、栈等功能的实现,VC6.0,适合初学者-About data structure of linked lists, stacks and other functions to achieve, VC6.0, suitable for beginners
-
-
0下载:
编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。
从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。
程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
-
-
0下载:
浙江大学Programming Ability Test《数据结构学习与实验指导》实验项目集里面30道题左右的答案。
网址http://pat.zju.edu.cn/
做PAT里面的题时,我自己写得代码。-Zhejiang University Programming Ability Test " data structure learning and experimental guidance" pilot project set inside 30 question
-
-
0下载:
Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
-
-
0下载:
本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
-
-
0下载:
本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
-