-
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
-
C++封装的常用图像去噪方法类,包括形态学滤波、中值、均值、高斯滤波,及改进的中值-维纳滤波滤波
C++封装的常用图像去噪方法类,包括形态学滤波、中值、均值、高斯滤波,及改进的中值-维纳滤波滤波。该类是CimageBase基类继承的子类,基类也包含在压缩文件中。
- 2022-01-26 01:38:00下载
- 积分:1
-
01
说明: 一些有关最优控制理论的控制实例程序集仿真 (Optimal control theory control instance assembly)
- 2012-06-11 16:30:17下载
- 积分:1
-
huatu
VC调用MATLAB的简单事例,没有复杂的功能,只适合初学者(A simple example of calling MATLAB VC)
- 2011-08-09 15:15:53下载
- 积分:1
-
COMgrasp
实时侦测某个COM口打开和关闭。
实时显示某个COM口发送和接受的数据。
测试某个COM口,打开,关闭,读数据,写数据。
(Real-time detection of a COM port to open and close. Real-time display of a COM port to send and receive data. Testing a COM port, open, close, read data, write data.)
- 2008-04-21 15:52:30下载
- 积分:1
-
under Linux readers to write to the problem, using a multi
在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
- 2022-01-26 01:24:13下载
- 积分:1
-
UWBceju
关于UWB超宽带进行的测距程序。可以在stm32法上完美运行。
- 2022-11-20 12:50:04下载
- 积分:1
-
hanming
汉 明 码 的 编 码 程 序 , 经 测 试 好 用(Hamming code encoding process, ease of use have been tested)
- 2009-06-10 16:25:47下载
- 积分:1
-
盛大传奇外挂原代码
一个盛大传奇外挂原代码,可以编译执行的!好东东!(a grand legend external source, the implementation of the compiler! Wanton good!)
- 2005-07-13 14:22:36下载
- 积分:1
-
Windows_Password_Logger
windows登陆密码信息拦截,获取明文口令。程序对不同系统做了处理,在2000,2003,xp,vista上都可以截取,
在2000,2003,xp中,通过UNICODE_STRING.Length 的高8位取xor key,如果密码是编码过的,则通过ntdll.RtlRunDecodeUnicodeString解码,
vista则通过AdvApi32.CredIsProtectedW判断密码是否编码过,解码用AdvApi32.CredUnprotectW。(The windows Password intercept, access to the plaintext password. Processing program on a different system in 2000, 2003, xp, vista can intercept, 2000,2003, xp UNICODE_STRING.Length high eight take xor key if the password is encoded by the ntdll.RtlRunDecodeUnicodeString decoding, vista, to judge by AdvApi32.CredIsProtectedW and password whether encoding, decoding AdvApi32.CredUnprotectW.)
- 2012-09-27 11:09:00下载
- 积分:1