搜索资源列表
八皇后之堆栈算法
- 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
堆栈式汉诺塔
- 经典的C++编写的堆栈式汉诺塔的求解-classic preparation of the C-stack HANOR Solution
链表实现堆栈
- 堆栈的基本功能实现,链表方式实现-stack to achieve the basic functions, achieving Chain
数组堆栈
- 堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
堆栈
- 堆栈
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
heapmngr
- 一个堆栈管理器的源码- A storehouse management source code
heap
- 停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
arithmetic
- 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
biaodashi
- 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
biaodashiqiuzhi
- 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
DataStructure
- 几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.
STACK2
- 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
SimpleCalcMFC
- MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
word
- 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
stack
- 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the order of descr iption, chain desc
堆栈的c语言源代码
- 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
深度学习模型(卷积神经网络,深信度网络和堆栈稀疏自动编码器)
- 深度学习网络,包含卷积神经网络,深信度神经网络,和堆栈稀疏自动编码器等
Stack
- (1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)
堆栈
- c语言中对于堆栈的理解并且对常出现的错误进行剖析,便于与开发者理解(The understanding of the stack in the C language and the analysis of the frequently occurring errors are easy to understand with the developers.)