面向对象课程完结即可编写一个简单的飞机大战程序。我觉得我需要总结一下 飞机大战中类的设计: 父类:FlyingObject(抽象类) 接口:Award 、Enemy 子类:Hero、Bullet、Airplane (实现Enemy接口)、 Bee (实现Award接口) 运行类:ShootGame ...
分类:
编程语言 时间:
2016-09-10 22:10:07
阅读次数:
257
replace方法是属于String对象的,可用于替换字符串。 简单介绍: StringObject.replace(searchValue,replaceValue) 字符串替换字符串 JavaScript 1 'I am loser!'.replace('loser','hero')//I am ...
分类:
编程语言 时间:
2016-09-08 21:30:42
阅读次数:
193
Calculation never made a hero. 举棋不定,难以称雄。 We change. We have to. Or we spend the rest of our lives fighting the same battles. 我们会改变,也必须改变,否则就只能耗尽余生深陷同 ...
分类:
其他好文 时间:
2016-09-05 22:17:38
阅读次数:
248
1、heroku 首先在官网上申请一个账号 heroku官网:https://www.heroku.com/ 在ubuntu环境下安装heroku 然后在项目(git项目)根目录下执行 在继续之前,先保证你本地安装了node,npm和git,并且node版本大于4。 接着在项目中创建一个基于Hero ...
分类:
Web程序 时间:
2016-08-31 20:41:59
阅读次数:
161
Romantic Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 2669 Romantic Submit Status Practice HDU 2669 ...
分类:
其他好文 时间:
2016-08-13 18:14:29
阅读次数:
144
Description 现 在电视台有一种节目叫做超级英雄,大概的流程就是每位选手到台上回答主持人的几个问题,然后根据回答问题的多少获得不同数目的奖品或奖金。主持人问题准备 了若干道题目,只有当选手正确回答一道题后,才能进入下一题,否则就被淘汰。为了增加节目的趣味性并适当降低难度,主持人总提供给选手 ...
分类:
其他好文 时间:
2016-08-13 12:45:03
阅读次数:
212
写一个监听器 touchlistener->onTouchMoved = [this](Touch* pTouch, Event*) { auto delta = pTouch->getDelta(); auto hero = (PlaneHero*)getChildByTag(HERO_TAG); ...
分类:
其他好文 时间:
2016-08-12 01:24:39
阅读次数:
441
1.如果想要设置某个物体有多边形的刚体,这样可以更精确地进行碰撞检测,可以用以下的方法 auto hero = PlaneHero::create(); addChild(hero, 0, HERO_TAG); hero->setPosition(Vec2(winSize.width / 2, he ...
分类:
其他好文 时间:
2016-08-11 22:19:52
阅读次数:
330
Find the Path Time Limit: 5000MS Memory Limit: 64768KB 64bit IO Format: %I64d & %I64u Submit Status Description Scofield is a hero in American show "P ...
分类:
其他好文 时间:
2016-08-04 06:45:47
阅读次数:
203
The Romantic Hero Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1797 Accepted Submission(s): ...
分类:
其他好文 时间:
2016-07-30 00:32:04
阅读次数:
126