Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:
其他好文 时间:
2014-06-28 22:31:11
阅读次数:
323
#include "stdafx.h"#include #include #include #define TRUE 1#define FALSE 0#define BIG 1#define EQUAL 0#define SMALL -1unsigned int strlenth(ch...
分类:
其他好文 时间:
2014-06-28 20:46:07
阅读次数:
141
Problem DescriptionAs we know, Big Number is always troublesome. But it's really important in our ACM. And today, your task is to write a program to c...
分类:
其他好文 时间:
2014-06-18 21:09:31
阅读次数:
303
LeetCode第一题:Evaluate Reverse Polish Notation...
分类:
其他好文 时间:
2014-06-16 12:51:19
阅读次数:
152
BabelfishTime Limit:3000MSMemory Limit:65536KTotal Submissions:30816Accepted:13283DescriptionYou have just moved from Waterloo to a big city. The peop...
分类:
其他好文 时间:
2014-06-15 11:07:12
阅读次数:
237
@1.基础选择器元素选择器:$("div,input")表示选中div,input的html元素;id选择器:$("#big")表示选中html元素中id为big的元素,如果有多个id,只对一个id生效,因为id是唯一标示符;类选择器:$(".big")表示选中html元素中class为big的元素...
分类:
Web程序 时间:
2014-06-14 15:54:09
阅读次数:
165
每个程序员都有自己烦恼的事。不论这事指的是范围蠕变(scope creep),还是 指匈牙利变量命名 (Hungarian notation),我们都明白,这是我们有我们行业里的特定的烦恼。 下面要说的就是十大让程序员们烦恼的事情,这是我从最 近的在StackOverflow上的一个调查里整理出来的...
分类:
其他好文 时间:
2014-06-14 09:39:42
阅读次数:
197
big():创建一个标记,将这个字符串的字体变大blink():创建一个标记,使字符串具有闪烁效果bold():创建一个标记,使字符串加粗显示fixed():创建一个标记,使字符串固定倾斜显示italics():创建一个标记,使字符串以斜体显示small():创建一个标记,使字符串以小号字体显示su...
分类:
编程语言 时间:
2014-06-13 17:52:37
阅读次数:
370
小端存储--低内存低字节87654321字节或半字节的最低位字节(LowestSignificantBit,LSB)存放于内存最低位字节地址上。即最低地址存放的最低字节,为PowerPC,Intelx86系列等采用。inta=0x12345678;78为低字节12为高字节voidfFun(){int...
分类:
其他好文 时间:
2014-06-12 19:14:32
阅读次数:
225