-
-
masm-query.zip
... 20h duo(?) 存输入字符,大小可改
data ends
stack1 segment stack
db 200h dup(?)
stack1 ends
code segment
assume cs:code,ss:stack,ds:data
start: mov ax,data
mov ds,ax
mov ah,01h
int 21h
mov buffer1,al 送 ...
-
stack1.zip
用一维整数数组实现数据结构中的堆栈(Stack)。用int数组来存储栈内元素,用int来表示top和bottom。在Stack类内,实现栈的基本运算
-
jemu.zip
mini java stack emu, for testing only
-
STACK6.rar
This is a small stack code for embbedded system. It is character/byte based but you can change it from type decleration. Stack usage important especially searching records from internal/external memory to keep some records in the stack.
-
-
-
twostack.zip
一位数组stack[StackMaxSize],分配给两个栈S1和S2.
分配数组空间,使得对任何一个栈,当且仅当数组空间全满时才不插入。
-
-
-
-