-
Skiman
Motorola skin changer
- 2009-09-05 13:30:56下载
- 积分:1
-
Vooga-master
说明: 该项目的主要目的是使自己熟悉如何使用Golden T游戏框架以及在该框架中构建游戏的困难。因此,该游戏不必是有史以来最出色的游戏,但它必须满足一些基本要求:
1.游戏应是特定类型的视频游戏的可识别成员。我选择构建一个类似于TI-83计算器游戏BlockDude的拼图平台游戏。
2.游戏不一定是完整的,但您应该拥有在游戏中随处可见的角色,玩家应该可以与游戏互动(控件可能是粗糙的),并且您至少应拥有几个游戏的比喻。例如,实时策略游戏可以让您放置可以建造单位的建筑物,RPG可以进行基本的回合制战斗,等等。
3.游戏应具有两个不同的游戏“模式”或两个不同的级别。带有“开始游戏”之类的游戏菜单不算作一种模式。所谓“级别”,是指两个玩起来不同的级别-不仅是坏家伙更多,或者坏家伙更快。
4.专注于游戏机制,而不是图形,对话框或其他任何内容。您的游戏可以使用简笔图形或从现有游戏中窃取的粗裁图像。只需确保图像足够可识别即可,以便我们可以判断您的游戏中发生了什么。(The main point of this project was to familiarize ourselves with how to use the Golden T game framework and the difficulties of building a game in that framework. As a result, the game did not need to be the greatest ever created but it did have to meet a few basic requirements:)
- 2020-03-14 12:35:02下载
- 积分:1
-
source
JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1
-
API_lucene3.0.0
lucene 3.0.0 api 开发文档(lucene 3.0.0 api)
- 2012-04-26 15:40:00下载
- 积分:1
-
Fourth_Assignment
清华大学计算机系Java小学期第四次作业——正则表达式。包含题目与源代码。(Department of Computer Science Java primary period of the fourth job- regular expressions. Includes topics related to the source code.)
- 2013-10-19 21:19:18下载
- 积分:1
-
Java 2实用教程第五版实验指导与习题解答 源代码
Java 2实用教程第五版 耿祥义 张跃平 实验指导与习题解答 书中源代码
- 2020-11-29下载
- 积分:1
-
hello-bank
说明: 异常的应用示例
throws, throw, try, catch, finally
异常链的传递(exception demo
throws, throw, try, catch, finally)
- 2020-06-15 23:00:02下载
- 积分:1
-
books
使用eclipse开发的基于java和mysql的图书管理系统(Use eclipse-based library management system developed by java and mysql s)
- 2014-02-26 20:28:45下载
- 积分:1
-
FirstMissingPositive112_Done
给出数组中的一串数字,找到里面缺省的第一个正整数(For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and uses constant space.
)
- 2017-05-01 12:32:34下载
- 积分:1
-
jsi-master
JSI (Java Spatial Index) RTree Library 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees: A Dynamic Index Structure for Spatial Searching" by Antonin Guttman",论文可见(PDF on CiteSeerX).
这个开源项目的代码遵循 GNU Lesser General Public License
最新的代码可以在http://github.com/aled/jsi上找到
同时例子在https://github.com/aled/jsi-examples(The JSI (Java Spatial Index) RTree Library open source Java implementation library of a RTree algorithm theoretical source of the Guttman1984 paper R-trees: A the Dynamic the Index Structure for Spatial, Searching by Antonin Guttman, papers can be seen (PDF onCiteSeerX).
Follow the code of this open source project GNU Lesser General Public License
The latest code can be found in http://github.com/aled/jsi
At the same time example in https://github.com/aled/jsi-examples were)
- 2013-03-18 18:26:05下载
- 积分:1