搜索资源列表
栈类.rar
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。
yiliao
- 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
studentgl
- 一个小的成绩信息管理系统,DELPHI做的,源码和具体的程序都有。
lib
- 图书管理小程序实现了图书读者的输入,图书的借还.文件读写.
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
my_codes
- 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能
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
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
family-manager
- 家庭财务管理小程序,主要是将费用分类和归纳-Family financial management applet, the main cost is classified and summarized
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