-
dynarray
动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等(Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.)
- 2009-11-25 03:49:38下载
- 积分:1
-
Simple_Address_book
实现通讯录的简单功能,录入一些人员的基本信息,以mdc的格式保存(To achieve a simple address book function, some personnel input the basic information in order to save the format mdc)
- 2010-02-02 10:26:13下载
- 积分:1
-
PrivateSubText1
校运动会代码(部分),使用VB编程,由学生自己开发(yundonghui)
- 2010-12-14 10:56:17下载
- 积分:1
-
stack
说明: 实验题目:5.1 基于顺序栈的括号匹配程序设计验证
一、实验目的
1. 掌握栈的顺序存储结构;
2. 掌握栈的操作特性;
3. 掌握基于顺序栈的基本操作的实现方法。
二、实验内容
1. 实现顺序栈的成员函数;
2. 基于顺序栈的括号匹配程序设计验证。
实验题目:5.2 基于链式栈的表达式的计算程序设计验证
一、实验目的
1. 掌握栈的链式存储结构;
2. 掌握栈的操作特性;
3. 掌握基于链式栈的基本操作的实现方法。
二、实验内容
1. 实现链式栈的成员函数;
2. 基于链式栈的表达式的计算程序设计。
(Experiment Title: 5.1 Based on the order of the stack in parentheses matching program design verification
1, experimental purposes
1. To master the order of the stack storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack based on the order of the realization method.
Second, experimental content
1. To achieve the order of the stack member function
2. Based on the order of the stack in parentheses matching program design verification.
Experiment Title: 5.2 Based on the expression stack chain calculation program design verification
1, experimental purposes
1. Master stack chain storage structure
2. Master stack operating characteristic
3. To master the basic operation of stack-based chain implementations.
Second, experimental content
1. To achieve chain stack member function
2. Based on the calculation of the expression stack chain programming)
- 2010-03-25 18:33:30下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
hangBiao
航标性能评估,实现航标配布合理性的评估,评估某一河道航标配布的合理性(The reasonableness of the beacon performance assessment of the beacon with cloth reasonableness assessment of a river beacon with cloth)
- 2013-03-04 22:52:14下载
- 积分:1
-
RiChengBiao
一个实用的日程表工具,可以快速记事,安排任务,可以自动排序;可以标记是否完成,可以查询历史记录。(Schedule a practical tool that can quickly notes, schedule tasks, can automatically sort can mark it complete, you can check the history.)
- 2011-10-19 18:22:13下载
- 积分:1
-
DllTest
dll动态链接库的另一个简单的用法 希望对初学者有用(Another simple dll dynamic link library usage is useful for beginners)
- 2012-09-17 20:01:51下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
tongjimima
统计字母出现的频率,统计英文文章相应字母出现概率(Statistics the frequency of occurrence of English letters, the letters corresponding to probability statistics)
- 2011-12-19 20:02:36下载
- 积分:1