资源列表
list
- 数据结构性 线性表 的基本操作,采用C++语言编写-data structure the basic opertion of list
simpletextedit
- 运用数据结构编写的一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能。-Using the data structure of write a simple text editor small program, and can realize add, delete, insert, search, and other functions.
red-and-black-tree
- 用C语言实现的红黑树代码,包括初始化和插入删除-Using C language implementation of red-black tree code, including initialization and insertion and deletion
EXP6
- 数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码-data structure typical algorithm, c achieve the traversal of a binary tree Huffman coding
yunsuan
- 设计一个实现任意长的整数进行减法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。-The design of a realization of arbitrary long integer subtraction calculations to carry out a demonstration program. Input and output requirements for each of four groups of groups
tingchechang
- 设停车厂只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达的先后顺序依次排列,若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可进入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该车辆开出大门,为它让路的车辆再按原次序进入车场。-Located parking with only a few parked cars narrow channel, and only one do
shujujiegou
- 这是一个c++程序,实现了诸如堆栈,链表,二叉树之类的基本数据结构
Sqlist
- 线性表的相关操作,构造一个空的线性表,销毁线性表,将线性表置为空表,判断线性表是否为空,是返回1,否则返回0,返回表中元素的个数-Linear list of related operation, constructs an empty linear list, destruction of linear list will be linear table set to empty table, linear list for null judgments, is returns 1, othe
bubble__sort
- 一个很好的bubble sort 程序-a good bubble sort procedures.
The-Optimal-Path-Algorithm
- 实现多个点的连接网络中,查找出最短路径,并计算出两点的最短距离。-Multiple points of connection network, find the shortest path, and calculate the shortest distance between two points.
interval-tree
- a realization of interval tr-a realization of interval tree
08
- 08年西电复试上机源码 c++ 全都通过上机测试-08 years from the source c++ reexamination passed the test
