码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-06-04 20:58:25    阅读次数:296
poj2996(Help Me with the Game)
题目大意: 同2993、 这题是根据棋盘,分别输出棋子的位置。解题思路: 模拟再模拟、我写了8000+B 你能信?我是多有耐心呢!代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include ...
分类:其他好文   时间:2014-06-03 09:05:24    阅读次数:311
java生成Json工具之JsonSimple的使用
json-simple是由是Google开发的Java JSON解析框架,基于Apache协议。目前版本为1.1项目主页:https://code.google.com/p/json-simple/#JSON.simple_in_PublicationsJava实体类和JSON对象之间的映射如下表:...
分类:编程语言   时间:2014-06-03 08:09:52    阅读次数:367
快速开发一个PHP电影爬虫
今天来做一个PHP电影小爬虫。我们来利用simple_html_dom的采集数据实例,这是一个PHP的库,上手很容易。simple_html_dom 可以很好的帮助我们利用php解析html文档。通过这个php封装类可以很方便的解析html文档,对其中的html元素进行操作 (PHP5+以上版本)
分类:Web程序   时间:2014-05-30 09:27:39    阅读次数:303
Cooperative Cognitive Radio Networks,Coalitional Game Formulation
分类:Web程序   时间:2014-05-29 22:52:17    阅读次数:281
simple-spring-memcached简介
memcached是一款非常优秀的分布式缓存工具,有效提升了按主键检索数据的性能问题。而simple-spring-memcached组件通过与spring框架整合,让memcached的调用变得更加简单。simple-spring-memcached本质上是采用了AOP的方式来实现缓存的调用和管理...
分类:编程语言   时间:2014-05-29 20:46:39    阅读次数:481
Propagation of Visual Entity Properties Under Bandwidth Constraints
The Saga of Ryzom is a persistent massively-multiplayer online game (MMORPG) released in September 2004 throughout Europe and North America, localised...
分类:其他好文   时间:2014-05-29 17:55:30    阅读次数:413
SDL 简介
SDL 简介什么是SDL?即 Simple DirectMedia Layer,使用LGPL许可证。免费的跨平台多媒体应用编程接口用于游戏、游戏开发工具、模拟器、样本演示、多媒体应用等它能做什么?视频、音频、事件、CDROM支持、线程、计时器、各种图象文件格式读取、快速绘图、混音、游戏杆支持、网络、...
分类:其他好文   时间:2014-05-29 16:37:13    阅读次数:337
SDL Guide 中文译版
SDL即Simple DirectMedia Layer,类似DirectX,是完整的游戏、多媒体开发包,但不同的是它跨越几乎所有的平台,有各种语言的接口,多种语言的文档,而这一切都是广大志愿者完成的。目前扩展部分还没有正式的文档,以下为核心部分文档的向导部分。序言关于SDLSDL为方便制作能跨跃L...
分类:其他好文   时间:2014-05-29 15:48:46    阅读次数:309
Summary of HashMap in Java
The tricky thing is how to decide the key for a hashmap. Especially when you intend to use self-defined objects as key.The simple rule is you have to ...
分类:编程语言   时间:2014-05-29 09:08:40    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!