搜索资源列表
Astring
- 清华殷人昆版数据结构(c++)课本代码,自己调试成功。-Qinghua Yin Dynasty Queensland version data structure (c) textbooks code, debug their success.
All-Code
- 里面包含了数据结构、C++编程所需的常用类和其实现代码-Which contains a data structure, C++ programming required to achieve the common class and its code
MergeLink
- 用于实现两个链表结构中元素的合并,合并后去除了链表中的重复元素。代码具有很好的可读性。适用于数据结构的初学者。-Used to implement the merger of the two elements in the linked list structure, merger, in addition to repeating elements in the linked list. The code has good readability. Data structure suitabl
jingxuanhaibao
- 该程序是我在学校时数据结构可上写的一个小代码。代码是使用循环链表解决竞选海报的问题。-The program is the school data structures can be written on a small code. The code is to use a circular linked list to solve the problem of campaign posters.
my-parking
- 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
rr
- 数据结构(C语言描述)中已调试运行的代码,希望对学习C语言的有帮助-Data structure (C language) has been commissioning of the code, I hope to learn C language help
编写用于表示有向图的数据结构
- 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
ZJU-PAT-Data-Structure-Source-code
- 浙江大学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
Hafuman
- 这个文档是,哈弗曼树的基础简介,和代码实现。是基础的数据结构,代码简单,易懂。-This document is the basis for the Huffman tree profile, and code. Is the basis of the data structure, the code is simple, easy to understand.
PlayWithDataStructureSourceCode
- 大话数据结构的源代码压缩包,包含每章的主要代码-Westward data structure of the source code archive contains code for each main chapter
vb-console
- Vb实现控制台输入输出,把数据打印到控制台,方便调试程序,代码简单,结构清晰,具有不错的参考价值!-Vb console input and output, the data is printed to the console, convenient debugging procedures, the code is simple, clear structure, has a good reference value!
cPPdata--structure
- C++数据结构代码,二分法查找,迭代,递归插入-C++ data structure of the code, a binary search, iterative, recursive insert
search
- 数据结构与算法分析的 C++检索代码,很经典-the code of Data structure