搜索资源列表
image-go
- 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
stack
- 堆栈的C++实现 堆栈的C++实现
stack
- 用c++实现了一个比较特殊的堆栈类,可以push,可以pop,输出测试栈顶指针的变化。
Maze32
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
DumpCallStack
- C++ 获取函数调用堆栈的 高效实现代码-dump C++ call stack high efficiency
Stack-number-conversion
- 用栈实现的数制转换,用C语言实现的,大家请用DEVC++编译器去编译,别的可能有问题-Stack to achieve the number system conversion, using the C language, we with DEVC++ compiler to compile, another may have a problem
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
zhanjiqiyingyong
- 用c++实现建立一空栈,元素入栈出栈去栈顶元素,置栈空显示栈中元素,测试栈长几十进制到八进制的转换-With c++ To achieve the establishment of an empty stack, the stack elements to入栈Top-element stack empty home show stack elements, testing long stack several decimal to octal conversion
stack
- C++实现的各种堆栈操作(完整版 包括:build push pop等)-stack operation
sequencestack
- 本程序描述的是顺序栈的C实现,通过该程序可以对顺序栈有所了解-This procedure describes the sequence of the C stack implementation, through the program can understand the order of the stack
CPP-class-stack-brackets-match
- 括号匹配的C++类,堆栈实现的 没事做,随便写写的,用Gcc能很好实现,希望高手们能优化一下,共同进步-The the parenthesis matching C++ class stack to achieve nothing better to do, casually write well to achieve Gcc gurus to optimize the common progress
file-operation--func-and-stack
- 常用文件操作函数的示例,还有堆栈的C语言实现。适合初学者学习。-Examples of common file manipulation functions, as well as stacks of C language. Suitable for beginners to learn.
stack
- C++实现栈的数据结构,并模板化,适合初学者学习栈的结构和如何用模板来使程序多态化,简练化。-C++ realize stack data structure, and template-based, suitable for beginners to learn how to use the stack structure and templates to make the program of multi-state, concise oriented.
C
- C实现的一些数据结构,包括队列,散列表,栈,二叉树,图的拓扑排序-some data structure in C,including queue,hashtable,stack,tree,graph topsort
stack
- 用面向对象的方法实现一个栈,实现入栈出栈查询等操作,基于C++语言。-Object-oriented methods to achieve a stack realize stack stack query and other operations, based C++ language.
stack
- 数据结构顺序栈的c++实现,闪现基本功能和接口。解压后可直接运行-data structure
stack-operation
- 大一时的小程序,利用栈实现的加减乘除运算。比较简单的C++实现-Freshman small procedures, the use of the stack to achieve the arithmetic operations. Relatively simple to achieve C++
数据结构-c++-栈的验证-实验报告
- 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequential storage structure of the m
Class_Stack
- stack的实现,c++语言,使用类,实现了stack的各种功能,但是不建议使用此替代标准的stack(The implementation of the stack, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard stack)
struct_queue
- queue的c++实现,利用的是结构,实现了queue的各种功能,但是不建议以此替代标准的queue(The implementation of the queue, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard queue)