搜索资源列表
FrameC_V0_4
- 1. 这是对之前MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html)的完善,解决了之前的bug 2. 新添源码(src目录下):CharString、链式栈、链式队列、先序二叉树 3. 新添测试代码,放在test目录下 4. 运行环境:Linux + Eclipse IDE for C/C++ Developers-1. This is the improved v
linked-list
- exampleAgent AGENT-CAPABILITIES. PRODUCT-RELEASE”ACME Agent release 1.1”. STATUS current. DEscr iptION. ”Relase fo 4BSD” ...... CEM-SCM. CEM-CW2k. CEM-CWM. CEM- CTM ...... logging source-interface Loopback0 snmp-server community public RO ..... CCO/T
group-class
- 了解链表类的定义与实现,学习其使用方法; 了解栈类的定义与实现,学习其使用方法; 了解队列类的定义与实现,学习其使用方法;了解C++标准模版库STL的使用方法。 -Understand the definition and implementation of linked list class, to learn their use understand the definition and implementation of the stack class, learning t
LinkedStack
- 链栈 对于堆栈stack的链式实现 应用指针-linked stack
ruanjian-jishu-jichu-
- 包括堆栈,链表,二叉树的一些基本代码,对基础的数据结构的学习有帮助!只涉及一些基础的代码!-Including some basic code, stack, linked lists, binary tree data structure based learning to help! Only involves some basic code!
asd
- 用栈逆置一个单链表请设计一个算法,利用一个栈,利用一个栈将一个单链表(a1,a2,…,an)(其中n≥0)逆置为(an,an-1,…,a1)-A single linked list with a stack inverse set design an algorithm using a stack using a stack in a single linked list (a1, a2, ..., an) (where n ≥ 0) the inverse set (an, an-1, ..
Stack_Array
- 用栈的功能实现10进制转换成2.8.16进制的小程序。有链表的应用,适合初学者-Stack functions convert decimal 2.8.16 binary applet. Linked list of applications, suitable for beginners
CS2208_DSLab_Programs
- CS2208 - Data Structures Lab (Anna University) EXERCISES 1a. Implement singly linked lists. 1b. Implement doubly linked lists. 2. Represent a polynomial as a linked list and write functions for polynomial addition. 3. Implement stack and
CX1007LinearStructures
- 一个数据结构方面的基础方程集, 包含链表, 节点, stack, queue等的打印和输入等.-The basic set of equations of a data structure that contains a linked list node, stack, queue print and input.
stack
- 以单链表形式实现栈的结构,实现基本的操作:入栈,出栈,打印所有栈元素。-Stack structure a single linked list, basic operations: stack, the stack, and print all stack elements.
Maze-solving-the-problem
- 本演示程序中,首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标的方向。-This demo program, the first to do to achieve a linked list storage structure stack type, and then write a non-recursive procedure to solve the maze. Obtained acc
2
- 2. 堆栈与单向链表非常相似,但它只允许在链的头部进行插入结点或删除结点的操作。请设计一个整数的堆栈。包括以下函数:建立堆栈,释放堆栈,将一个整数压入堆栈,将当前栈顶的整数弹出栈,返回当前栈顶的元素值,判断当前栈是否为空,自顶向下显示堆栈中的元素。-2 Stack and singly linked list is very similar, but it only allows to insert the head of the chain, or delete nodes node oper
list_opposite
- 使用顺序栈实现单链表的逆置,顺序栈存储单链表每个节点的地址,然后顺序取出栈的值,打印输出-Order to achieve a single linked list using the inverse of the stack is set, the order stack memory address for each node a single list, and then remove the stack order of value, the printout
list_stack
- 自己写的一个C++的链栈的类,结合了链表和栈的特性的一个实用类-To write a C++ chain stack class, combining the characteristics of a linked list and stack a utility class
stack_list
- 用链表实现的一个栈,包含pop,push等基本功能-Stack with a linked list implementation, including pop, push and other basic functions
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
最简单的链表
- 最简单的出进栈程序设计,是新手对链表理解的最好代码(The simplest design of a stack program is the best code for a novice to understand the linked list)
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
cs1020e_2016-2017_s2-master
- c++ 基础教程 包含OOP 堆栈 列 链表 算法分析(C++ basic includes: ADT queue stack linked list sorting)
New Tut
- C++ 练习题目: 链表 堆栈 队 算法分析 散列(C++ practice questions: linked list, stack, queue, algorithm analysis, hashing, sorting, etc)