码迷,mamicode.com
首页 >  
搜索关键字:stack    ( 9691个结果
1057. Stack (30)
Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push (
分类:其他好文   时间:2016-02-14 01:40:20    阅读次数:271
CodeForces 625A Guest From the Past
贪心水题 #include <stdio.h> #include <algorithm> #include <string.h> #include <queue> #include <stack> #include <map> #include <vector> using namespace st
分类:其他好文   时间:2016-02-14 01:37:11    阅读次数:123
Fire Net
#include<iostream> #include<string> #include<string.h> #include<math.h> #include<cstdio> #include<stack> #include<queue> #include<set> using namespace
分类:Web程序   时间:2016-02-13 17:03:36    阅读次数:217
数据结构
Java 数据结构 Java工具包提供了强大的数据结构。在Java中的数据结构主要包括以下几种接口和类: 枚举(Enumeration) 位集合(BitSet) 向量(Vector) 栈(Stack) 字典(Dictionary) 哈希表(Hashtable) 属性(Properties) 以上这些
分类:其他好文   时间:2016-02-13 01:35:33    阅读次数:180
HDU 1026
#include<iostream> #include<string> #include<string.h> #include<math.h> #include<cstdio> #include<stack> #include<queue> #define maxn 101 using namesp
分类:其他好文   时间:2016-02-12 22:10:38    阅读次数:174
Atitit..net clr il指令集 以及指令分类  与指令详细说明
Atitit..net clr il指令集 以及指令分类 与指令详细说明 1.1. .NET CLR 和 Java VM 都是堆叠式虚拟机器(Stack-Based VM), 1 1.2. 查看工具ILDASM1 1.3. 此程式执行时,关键的记忆体有三种,分別是:1 1.4. Il指令集2 1.4
分类:Web程序   时间:2016-02-11 23:45:53    阅读次数:308
【字符串】Reverse Words in a String(两个栈)
题目: Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". 思路: 利用两个stack,一个表示单词,一个表
分类:其他好文   时间:2016-02-11 17:59:00    阅读次数:209
ognl表达式和s标签儿
1、ognl表达式: Ognl上下文对象:(他是一个可以存储数据的空间结构,而且在这个结构中包含之前 jsp中的作用域对象) (放在 value stack控件),当前访问的Action这个上下文对象是ognl对象的一部分。 对于这个ognl对象来讲,我们是使用ognl的表达式来访问的。 Ognl表
分类:其他好文   时间:2016-02-10 13:12:33    阅读次数:177
poj 1988 Cube Stacking
Cube Stacking 题意:一个个数在30,000以内的盘子,编号从1开始,之后有K(K < 100,000)次操作; *M a b In a move operation, Farmer John asks Bessie to move the stack containing cube X
分类:其他好文   时间:2016-02-09 15:05:12    阅读次数:295
Atitit.虚拟机与指令系统的设计
Atitit.虚拟机与指令系统的设计 1. 两种计算模型 ,堆栈机和状态机(基于寄存器的虚拟机1 1.1.1. 堆栈机1 1.1.2. 状态机2 2. 为什么状态机比堆栈机快呢?3 2.1. Stack based vm的指令 范例4 3. 参考5 1. 两种计算模型 ,堆栈机和状态机(基于寄存器的
分类:其他好文   时间:2016-02-09 01:20:59    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!