码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
I Think I Need a Houseboat
I Think I Need a Houseboat 个人信息:就读于燕大本科软件工程专业 目前大三; 本人博客:google搜索“cqs_2012”即可; 个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献; 编程语言:java ; 编程坏境:Windows 7 专业版 x64; 编程工具:eclipse; 制图工具:office 2...
分类:其他好文   时间:2014-07-08 21:22:35    阅读次数:183
读TIJ -7 多形性
《Think in java·第 7 章  多形性》 【面向对象的程序设计语言三种最基本的特征:数据抽象、继承和多态】 在这个层面是没有什么“思想”好谈的!当你按照人们熟悉的、习惯的思维方式,去思考“构造和组织”程序时,你可能会觉得很自然——你具有面向对象的思想;或者,有人X按照人们熟悉的、习惯的(人的而非机器的)思维方式,给你介绍、解释数据抽象、继承和多态时,你觉得贴近生活和人的思考习惯、你...
分类:其他好文   时间:2014-07-08 19:22:25    阅读次数:173
Agile
I think Agile development methodologies is something we get from our practice. It can be just acknowledged by taking the training, but if you want to ...
分类:其他好文   时间:2014-07-06 23:30:02    阅读次数:274
一道PK赛题
Problem DescriptionI think that you might have played the traditional Chinese ring game: The Chinese Linking Rings (here we call its nickname Jiulianh...
分类:其他好文   时间:2014-07-06 17:06:04    阅读次数:293
POJ 1101 The Game(BFS+判方向)
The Game Description One morning, you wake up and think: "I am such a good programmer. Why not make some money?'' So you decide to write a computer game. The game takes place on a rectangular...
分类:其他好文   时间:2014-07-06 09:02:34    阅读次数:287
【OC语法快览】四、基础内存管理
Basic Memory Management 基础内存管理 If you're writing an application for Mac OS X, you have the option to enable garbage collection. In general, this means that you don't have to think about memory management until you get to more complex cases. 如果你正在写运行在...
分类:其他好文   时间:2014-07-06 00:58:44    阅读次数:275
POJ #1260 - Pearls
DP is, enumeration + pruning. If you can think of enumeration pattern of a problem, plus a recurrence relation later, you are there.Main ref:http://bl...
分类:其他好文   时间:2014-07-03 09:32:27    阅读次数:213
我的编程认知:多思考、多编码、多测试
在我的程序员生涯中,悟出了以下的一个程序编码流程;期间也接触了很多其它的理论和想法,但是我还是觉得这是最适合我的。大致的样式是这样的:多思考(Think a bit)多编码(Code a bit)多测试(Test a bit)再来一遍(Go to Step 1)第一步:多思考有多少朋友会觉得,噼噼啪...
分类:其他好文   时间:2014-07-02 19:37:13    阅读次数:183
Thinkphp里import的几个用法介绍
下面附上import的几个用法介绍 1、用法一 import('@.Test.Translate'); @,表示项目根目录。假定根目录是:App/ 导入类库的路径是:App/Lib/Test/Translate.class.php 结论:import('@')是相对于项目目录的Lib目录而言 2、用法二 import('Think.Test.Translate'); Thin...
分类:Web程序   时间:2014-07-02 09:36:44    阅读次数:247
PhyreEngine3.8 MSAA resolution
There is something wrong in PhyreEngine 3.8 to fullfill MSAA, actually, I think it is eqaaYou have to merge the codes from PhyreEngine 3.9. Thank God ...
分类:其他好文   时间:2014-07-01 16:29:11    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!