搜索资源列表
undo
- Stacks are a data structure that exhibits the Last-In First-Out (LIFO) characteristic, which is useful in a number of applications. In this tutorial, we will use a stack to perform undo operations.
threadpool-0_2_4-src
- boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
7845LC
- 串口LIFO代码+CRC! 串口队列可以用下
舞蹈-1
- dances Act now and you ll be given a free membership to a top Internet firm who is changing people s lives for the better.Mary L. White of LA. stays at home with her children and works just 3 1/2 hours a day... she now earns twice as much money as sh
FIFO_LIFO_CRC
- 1:FIFO和LIFO程序;2:CRC校验码算法-1: FIFO and LIFO procedure; 2: CRC verification code algorithm
stack
- 它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据(最后一个数据被第一个读出来)。 -It is in accordance with the principle of LIFO store data, first enter the data is pushed onto the stack at the end, the last data in the top of the stack, you need to read data f
DBCachePak
- 队列调度算法的一种,速度比较快,比FIFO,LIFO要好-A queue scheduling algorithm, faster than the FIFO, LIFO is better
operate
- 10以内数的四则运算表达式求值。利用堆栈的后进先出实现当运算符优先级较低的时候对操作数和运算符的出栈进行运算。-10 less than the number four operator expression is evaluated. The use of LIFO stack to achieve when the operator when a lower priority on the operand and operator of a stack to carry out comput
Maze
- 数据结构的课程设计,利用堆栈的后进先出保存从起点开始的每一步行走。可以自定义迷宫地图,并在地图上标明,和用坐标表示行走路线。-Data structure of the curriculum design, use of the LIFO stack to preserve from the starting point for each walk away. Can customize the maze map and marked on the map, and the use of coo
Stack
- a stack is a last in, first out(LIFO) abstract data type and data structure
queue
- a queue (lifo memory) algo
colaenlazada
- Linked List with the LIFO behavior
adt_stack
- 栈是允许在同一端进行插入和删除操作的特殊线性表。允许进行插入和删除操作的一端称为栈顶(top),另一端为栈底(bottom);栈底固定,而栈顶浮动;栈中元素个数为零时称为空栈。插入一般称为进栈(PUSH),删除则称为退栈(POP)。 栈也称为后进先出表(LIFO表)。-Create stack Push stack Pop stack Stack top Empty stack Full stack Stack count Destroy stack
20081_L2_CodiEnunciat
- the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java -the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java
StackExample
- Simple Stack example. Which show you how to implement LIFO in stack using link list.
lifo
- this program is stack segment overflow using vb.
8888
- 主要是对数据结构中栈的知识的运用,实现了先进后出,后进先出的原理-Mainly in the stack data structure knowledge, to achieve the advanced post out the principle of LIFO
codes_lxb
- 具有基本的FIFO LIFO和简单的运算能力,可以处理并声称信号,具有控制和运算单元-Have a basic FIFO LIFO and simple computing power, and claimed that the signal can handle
LIFO
- LIFO,先进后出缓冲器(栈),verilog源代码,包括测试代码。-LIFO, last-out buffer (stack), verilog source code, including test code.
LIFO_Spartan3
- The code for a LIFO in verilog
