-
-
[
Visual C++ (VC++)]
stack.rar
Stack the basic steps: into the stack, the stack, add node and delete node, such as the realization of the basic operation. Own data structures on the test, for informational purposes only.
-
[
C/C++]
stack.rar
Automatically generate a stack of data, which useful to the array, but the algorithm should be there is room for improvement, and I hope you can be found.
-
[
Unix_Linux]
stack.rar
Using C language, the stack structure, data structure is a good example.
-
[
Visual C++ (VC++)]
stack.rar
Data structure in the application stack, from the realization of the sequence to the sequence after the conversion and the calculation
-
-
-
[
Others]
zxc.rar
... 40H, 0,40 H DUP (0 ) PMT2 DB 0AH, 0DH, Display capital letter:, 0AH, 0DH STR2 DB 40H DUP (0), $ DATA ENDSSTACK1 SEGMENT PARA STACK DW 20h DUP (0) STACK1 ENDSCODE SEGMENT ASSUME CS: CODE, DS: DATASTART: MOV DX, DATA MOV DS, DX MOV DX, OFFSET PMT1 MOV AH, ...
-
-
[
Visual C++ (VC++)]
maze.rar
Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Description see pdf file.
-