码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
HDU 5047 Sawtooth(有趣的思维题+证明)
Sawtooth Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 979    Accepted Submission(s): 375 Problem Description Think about a plane...
分类:其他好文   时间:2014-09-29 16:11:41    阅读次数:239
[ZT]Language codes – MFC
Below is table with all MFC language codes. I think it can be sometimes very useful. First column contains names of languages, second column contains ...
分类:其他好文   时间:2014-09-29 15:49:51    阅读次数:339
HDU - 5047 Sawtooth
Problem Description Think about a plane: ● One straight line can divide a plane into two regions. ● Two lines can divide a plane into at most four regions. ● Three lines can divide a plane int...
分类:其他好文   时间:2014-09-28 01:35:10    阅读次数:361
hdu 5047 Sawtooth
Sawtooth Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 258    Accepted Submission(s): 78 Problem Description Think about a plane:...
分类:其他好文   时间:2014-09-27 22:03:40    阅读次数:244
JAVA中的继承初始化
最近在看《Think in JAVA》,这是其中的一节内容,没怎么看明白,动手写了一段class ObjInit { ObjInit() { System.out.println("ObjInit"); } private static int x = testInit();...
分类:编程语言   时间:2014-09-27 13:24:59    阅读次数:166
Think Python Glossary
一、The way of the programproblem solving: The process of formulating a problem, ?nding a solution, and expressing the solution.high-level language: A p...
分类:编程语言   时间:2014-09-25 13:13:08    阅读次数:253
thinkphp导出csv文件
导出csv文件可能就那几行代码,今天有个问题困扰我好久,就是导出之后出现一些html代码,这个不应该,view里面是空的,controller中最后也没有$this->display(),最后细心看到think_page_trace这样的字样,恍然大悟,是页面的跟踪日志,这个默认是会输出来的。最后在...
分类:Web程序   时间:2014-09-23 00:11:33    阅读次数:245
divide-conquer-combine(4.1 from the introduction to algorithm)
this example is from chapter 4 in 《the introduction to algorithm》the main idea is all showed in the book , i think maybe realizing the algorithm is a ...
分类:其他好文   时间:2014-09-22 22:40:33    阅读次数:173
Zend Studio中安装Aptana及几个配置说明
本文转自Zend Studio中安装Aptana及几个配置说明@Mr.Think无论对于前端人员还是PHP开发人员,Zend Studio加Aptana绝对堪称经典.可惜中文资料太少,让很多人在安装和使用时绕了不少弯路,在此分享一下,安装过程中几个实用的技巧.Zend Studio的下载安装就不详叙...
分类:其他好文   时间:2014-09-21 18:21:40    阅读次数:279
tips
模板读取入口文件定义的常量在入口文件中定义了define('PLATFORM_NAME', 'walter游戏');在模板中可以这样调用{$Think.PLATFORM_NAME}
分类:其他好文   时间:2014-09-19 10:02:35    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!