摘要: 1.不要评价别人的好坏,因为他们并不影响你吃饭2.不要评价别人的德行,因为你不见得比他更高尚3.不要评价别人的家庭,因为那和你没有一点关系4.不要评价别人的学问,因为世上最不缺的就是学问5.不要评价任何人,哪怕是你最看不起的人6.不要胡乱花钱,因为明天你就可能失业7.不要趾高气昂,因为明天你就可能失... 阅读全文
posted @ 2015-05-24 12:04 zyjbcc 阅读(127) 评论(0) 推荐(0)
摘要: 2 SumDescription:Given an array of integers, find two numbers such that they add up to a special target number.The function twoSum should return indic... 阅读全文
posted @ 2015-05-08 21:06 zyjbcc 阅读(102) 评论(0) 推荐(0)
摘要: ISO SQL:2003 standard data typesCharacter String TypesNational Character String TypesBinary Large Object String TypesNumeric TypesBoolean TypesDatetim... 阅读全文
posted @ 2015-05-02 21:22 zyjbcc 阅读(137) 评论(0) 推荐(0)
摘要: Trees on the levelBackgroundTrees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking M... 阅读全文
posted @ 2015-02-04 21:52 zyjbcc 阅读(229) 评论(0) 推荐(0)
摘要: 简介: vi是Unix以及Linux平台下的一个文本编辑器, 想要以后成为一名牛气冲天的程序员,一定要学习Unix或Linux。而在这个平台下,我们想要编程,那么我们需要文本编辑器,而vi就是一个很好的工具。它的历史很久远,既然能在互联网技术高速发达的世界中存留至今并且热受程序员的喜欢,那也说明它... 阅读全文
posted @ 2015-02-04 01:22 zyjbcc 阅读(223) 评论(1) 推荐(0)
摘要: Dropping BallsA number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball ... 阅读全文
posted @ 2015-01-31 23:41 zyjbcc 阅读(257) 评论(0) 推荐(0)
摘要: Description Broken KeyboardYou're typing a long text with a broken keyboard. Well it's not so badly broken. The only pr... 阅读全文
posted @ 2015-01-31 21:45 zyjbcc 阅读(137) 评论(0) 推荐(0)
摘要: Concurrency SimulatorPrograms executed concurrently on a uniprocessor system appear to be executed at the same time, but in reality th... 阅读全文
posted @ 2015-01-30 12:40 zyjbcc 阅读(676) 评论(0) 推荐(0)
摘要: 题目描述: 堆栈是一种基本的数据结构。堆栈具有两种基本操作方式,push和pop。push一个值会将其压入栈中,而pop则会将栈顶的值弹出。现在我们就来验证一下堆栈的使用。输入: 有多组测试数据,对于每组测试数据共n+1行,第一行是一个正整数n,0<n<=10000(n=0结束)。而后的n行,每... 阅读全文
posted @ 2015-01-28 23:59 zyjbcc 阅读(302) 评论(1) 推荐(0)