码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
pair的用法
初始化: std::pair p; //initialize p.first and p.second with zero std::pair p(42, "hello"); make_pair(42, "hello"); // no need for the var name, it's r...
分类:其他好文   时间:2014-07-22 22:47:13    阅读次数:209
think in java 读书笔记 1 ——移位
在Think in Java中有这么一段话“对char,byte或者short进行移位处理,那么在移位进行之前,它们会自动转换成一个int。只有右侧的5个低位才会有用。这样可防止我们在一个int数里移动不切实际的位数。若对一个long值进行处理,最后得到的结果也是long。此时只会用到右侧的6个低位...
分类:编程语言   时间:2014-07-22 22:43:52    阅读次数:294
Java自学笔记(一)
假期重新拾起Java来学,先是拿来《Think in Java》看,但不幸的是,那本书真心有点生涩乏味。于是上豆瓣寻找到一本李刚老师写的《疯狂Java讲义》,这几天看了一百来页,来总结总结。网上对于此书的评论,捧的大致上说这本书相对于国外教材来说,语言贴近中国人思维,容易理解,而且内容翔实;批的说这本书太罗嗦,让人捉不到重点。实际上,就我这几天的阅读看来,这本书是非常适合我的,在细节方面的解释,以...
分类:编程语言   时间:2014-07-22 00:05:37    阅读次数:275
hdu4283You Are the One (区间DP)
Problem Description   The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show itself. The show is hold in the Small hall...
分类:其他好文   时间:2014-07-21 22:36:27    阅读次数:249
ThinkPHP实现定时任务
项目服务端框架我选用的是ThinkPHP,由于策划案中有需求要定时刷新指定数据,所以在windows平台我使用微软的计划任务调用bat脚本来执行下面的命令来完成 php?index.php?/Home/cli 即使用PHP的CLI模式调用Think...
分类:Web程序   时间:2014-07-21 10:23:16    阅读次数:230
poj 1149 -- PIGS
PIGSTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 15747Accepted: 7034DescriptionMirko works on a pig farm that consists of M locked pig-hou...
分类:其他好文   时间:2014-07-21 09:12:07    阅读次数:314
UVA - 10298 Power Strings (KMP求字符串循环节)
Description Problem D: Power Strings Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation a...
分类:其他好文   时间:2014-07-20 09:39:37    阅读次数:263
poj 2406 Power Strings KMP
Description Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation as multiplication, exponentiat...
分类:其他好文   时间:2014-07-19 23:47:19    阅读次数:418
php程序调试: xdebug的配置
如何在phpeclipse中像调试Java程序一样调试php呢? XDebug的版本很多,打开http://xdebug.org/index.php,把网站仔细看一下,你会发现有句“If you don't know which one you need, please refer to the custom installation instructions.”,非常好,打开这个页面,按照要求...
分类:Web程序   时间:2014-07-19 23:17:35    阅读次数:270
HDU 1203 I NEED A OFFER!
Problem Description Speakless很早就想出国,现在他已经考完了所有需要的考试,准备了所有要准备的材料,于是,便需要去申请学校了。要申请国外的任何大学,你都要交纳一定的申请费用,这可是很惊人的。Speakless没有多少钱,总共只攒了n万美元。他将在m个学校中选择若干的(当然要在他的经济承受范围内)。每个学校都有不同的申请费用a(万美元),并且Speakless估计了...
分类:其他好文   时间:2014-07-19 12:09:44    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!