码迷,mamicode.com
首页 >  
搜索关键字:game center    ( 15511个结果
Pascal小游戏 双人射击
一个双人的游戏 Pascal源码附上只要俩人不脑残,一下午玩不完。。。又是控制台游戏中的一朵奇葩。Free Pascal 射击游戏Program shooting_game;uses crt;const cz:array[1..4,1..2] of -1..1=((0,1),(1,0),(0,-1)...
分类:其他好文   时间:2014-07-14 10:19:56    阅读次数:322
苹果审核Metadata Rejected
最近提交了 公司的一个 app,收到了appStore拒绝的信息及邮件拒绝后的状态改为了:metadata rejected邮件里面有这样一句话意思大致就是:你的app先被显示为 Metada rejected 状态,你不需要重新上传app审核,只需要,在 Resolution Center 回复他...
分类:移动开发   时间:2014-07-14 08:30:03    阅读次数:260
poj2912 Rochambeau
DescriptionNchildren are playing Rochambeau (scissors-rock-cloth) game with you. One of them is the judge. The rest children are divided into three gr...
分类:其他好文   时间:2014-07-13 23:45:13    阅读次数:268
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric:...
分类:其他好文   时间:2014-07-13 17:13:49    阅读次数:213
text-align的center以及float的补充
对于text-align的center属性有如下特点: 1、将text-align的center应用在一个容器上,它只是针对容器里面的文字以及容器里面的display为inline或者inline-block的容器,如果里面的容器display为block,则里面的容器不会居中 2、text-align具有向下传递性,会不断向子元素传递 如图 .div1{ text-a...
分类:其他好文   时间:2014-07-13 15:37:34    阅读次数:275
3D Game Programming with directx 11 习题答案 8.3
该书第八章第三题的答案
分类:其他好文   时间:2014-07-13 08:02:32    阅读次数:264
项目集管理研究中心专家翻译与审校《项目集管理标准》
项目集管理研究中心专家翻译与审校《项目集管理标准》   (2014年7月4日 北京) 共创国际-项目管理者联盟下属项目集管理研究中心(Program Management Research center)专家杨侃教授与林勇副主任参与翻译并审校《项目集管理标准》(《The Standard for Progra management》)。   《项目集管理标准》的引进与推广必将提升中国大型项...
分类:其他好文   时间:2014-07-12 22:05:04    阅读次数:223
热烈庆贺阿尔斯通高级总监靳朝阳通过PgMP认证
热烈庆贺阿尔斯通高级总监靳朝阳通过PgMP认证   (2014年7月5日 北京)共创国际-项目管理者联盟下属项目集管理研究中心(Program Management Research center)学员、来自阿尔斯通高级总监的靳朝阳先生本月通过美国项目管理协会(Projet management Institue)的严格考核,顺利通过国际项目集管理专家评审组的评估、同时通过PgMP认证笔试,最...
分类:其他好文   时间:2014-07-12 20:39:58    阅读次数:236
poj 1753 Flip Game
Flip Game Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29865   Accepted: 12943 Description Flip game is played on a rectangular 4x4 field with two-sided p...
分类:其他好文   时间:2014-07-12 19:15:30    阅读次数:136
poj 2965 The Pilots Brothers' refrigerator
The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 18109   Accepted: 6871   Special Judge Description The game “The Pilots...
分类:其他好文   时间:2014-07-12 17:21:51    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!