搜索资源列表
Parking.rar
- 数据结构课程设计,实现一个停车场管理模拟的小程序,主要是对栈和队列的经典操作,Data structure curriculum design, the realization of a simulation of a small car park management procedures, mainly for classic stack and queue operation
栈类
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
xiaochengxu
- 商品货架管理,双冒泡排序,二分插入排序,城市信息系统,快速排序,折半查找等小程序-Commodity shelf management, double bubble sort, binary insertion sort, urban information systems, Quick Sort, binary search procedures, such as
BookManagement
- 图书管理的小程序,C序言,可用来学习链表等数据结构的操作-Small library management procedures, C preamble, can be used to study and list data structure, such as the operation of
jiaoshiguanli
- C语言编写的教师管理小程序,用来学习数据结构-C language teachers in the management of small procedures, used to study the data structure
clgl_lz
- 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
binguankefang
- 这是利用数据结构只是写的一个宾馆客房管理小程序,可以完成基本的管理程序的功能,包括输入输出信息,输入修改记录等。-This is the use of the data structure is written in a hotel room management of small programs that can perform basic functions of management process, including the input-output information, inp
DataStructureCourseDesign
- 数据结构是很重要的一门课程,此为数据结构课程设计实验时3个算法衍生的小程序:哈夫曼编码,交通咨询系统设计,通讯录管理。对初学数据结构的人很有帮助。-Data structure is very important to a course, this is the data structure of curriculum design experiments three algorithms derived from a small program: Huffman coding, the tra
renren
- 这是我做的二叉树 家族谱的管理小程序,实现家族谱的管理-This is I do of binary tree of small family tree house management program, realize the management of family tree house
linked-list
- 应用各种链表功能,实现一个员工管理系统的小程序。-Application of the linked list function, a staff management system procedures.
store
- 使用C++编写的商店购物与管理系统的一个小程序,供初学者使用-Store shopping management system using C++ written a small program for beginners
list
- 学生管理系统:分别输入学生学号,姓名,成绩,进行排序,也可以对学生的成绩进行修改,很简单的小程序-Student management system, each input students student id, name, grade, sorting, can also modify student performance and simple small program
work
- 双向链表的学生信息管理的小程序,简单的修改增加,删除。-Doubly linked list of student information management procedures