数据结构栈的基本操作

时间:2014-06-30 11:18:24
【文件属性】:
文件名称:数据结构栈的基本操作
文件大小:936KB
文件格式:RAR
更新时间:2014-06-30 11:18:24
栈操作 栈的基本操作,包含链栈的init,push,pop,trival, isempty,getlength,clear,destory,gettop。 栈的应用举例:数制转换,括号匹配,表达式求值
【文件预览】:

----c++实现()
--------main.cpp(3KB)
--------stack.dsw(518B)
--------stack.h(1KB)
--------stack.cpp(3KB)
--------Debug()
--------stack.ncb(33KB)
--------stack.plg(692B)
--------stack.opt(48KB)
--------stack.dsp(3KB)
----链栈.cpp(4KB)
----表达式求值()
--------表达式求值.plg(766B)
--------表达式求值.ncb(33KB)
--------Debug()
--------表达式求值.opt(48KB)
--------表达式求值.dsp(3KB)
--------表达式求值.dsw(528B)
--------表达式求值.cpp(4KB)
----括号匹配.cpp(2KB)
----进制转换.cpp(2KB)

网友评论