码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
Stop a hung service 关闭一个无响应的windows 服务
If you ever have trouble with a service being stuck in a 'starting' or 'stopping' state, you can run a couple of simple commands to kill the service.1...
分类:Windows程序   时间:2014-07-16 22:49:08    阅读次数:299
【scrapy】基础知识
ItemsItem objects are simple containers used to collect the scraped data.They provide a dictionary-like api with a convenient syntax for declaring the...
分类:其他好文   时间:2014-07-16 22:48:37    阅读次数:186
java常用设计模式
1.工厂设计模式. 参照:http://www.cnblogs.com/zhouqiang/archive/2012/07/20/2601365.html 有三种:简单工厂(Simple Factory)、工厂方法(Factory Method)、抽象工厂(Abstract Factory) 简单工...
分类:编程语言   时间:2014-07-16 21:06:42    阅读次数:206
BGP拓扑错误模拟配置
R1配置---------------------------------------------version 5.20, ESS 2207P45#sysname RT1#super password level 3 simple h3c#domain default enable system#...
分类:其他好文   时间:2014-07-16 20:21:30    阅读次数:236
BGP拓扑正确配置
R1的配置-----------------------------------------------------------------------------sysname RT1#super password level 3 simple h3c#domain default enable ...
分类:其他好文   时间:2014-07-16 20:18:40    阅读次数:240
PHP-密码学算法及其应用-散列函数
转自http://www.smatrix.org/bbs/simple/index.php?t5591.html//////////////////////////////////////////////////////////////////////////////目录1.PHP的散列函数及其应用...
分类:Web程序   时间:2014-07-16 19:47:13    阅读次数:217
PHP-密码学算法及其应用-对称密码算法
转自:http://www.smatrix.org/bbs/simple/index.php?t5662.html//////////////////////////////////////////////////////////////////////////////目录1.PHP的散列函数及其应...
分类:Web程序   时间:2014-07-16 19:45:35    阅读次数:374
3D Game Programming with directx 11 习题答案 8.2
该书第八章第二题的答案
分类:其他好文   时间:2014-07-16 19:35:27    阅读次数:261
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
3D Game Programming with directx 11 习题答案 8.3
该书第八章第三题的答案
分类:其他好文   时间:2014-07-13 08:02:32    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!