搜索资源列表
nes demo
- nes游戏源程序例子 几乎所有的tv game都是这种模式 有问题可email to me-nes games source of almost all the examples tv game are such patterns can be email to me
可以正常编译的赤壁之战游戏源码
- 赤壁之战游戏源码 原版本无法编译通过,提示缺少文件。 经过修改可以正常运行(需要游戏的相关资源)。 windows SDK和C++编写,学习游戏编程的好例子。-Cliff war game version of the original source code can not compile, indicating lack of documentation. After amending it works (need game-related resources). Wind
WIN32 SDK版本的象棋游戏源代码
- WIN32 SDK版本的象棋游戏源代码 用纯粹的windows sdk和C编写而成,学习游戏编程的好例子。 初学者可以看看实现过程,算法就不要详细研究了。 -WIN32 version of the SDK source code chess game with a purely windows sdk prepared and C from learning games programming a good example. Beginners can look at the i
spr_edit
- 当年写得通用编辑器。 在压缩包里附带有一个例子,它会向你展示LIGHTS没有表达清楚的问题。 你可以很容易的读取这些数据并把他们转换成你想要的形式或者直接使用他们。-editor. The compression bag attached an example, it will display to you LIGHTS not clearly express the problem. You can easily read the data and turn them into th
桌面工具-java实现
- 显示时间,很有趣,可以作为例子好好学习一下-show time, very interesting, can serve as an example to learn about
collision
- 判断两个物体是否碰撞的例子 可以判断物体之间的相对方向-judge whether the two objects collided example between objects can judge the relative direction
MinesWeeper(Cshop)
- C#实现的扫雷游戏,可以做为C#编程的例子学习-achieve demining games can be used as C# programming examples learning
SimpleSpring
- 该代码是Spring的一个简单的演示的例子,希望各位能够了解-the Spring of the code is a simple demonstration of the examples and I hope you can understand
hxpClienthxp
- 一个简单的hxp学信hxp息系统 ,有友好的界面,可以潜入到网页上,是新手的一个好例子-a simple letter hxp hxp income school system, a friendly interface that can sneak into the website, Novice is a good example
九宫图算法实现(过程表示法)
- 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。
信息显示
- 这是一个用java 做的一个中国象棋的例子,只能实现人和人的对战,不能实现人机对战,希望java爱好者们能实现这项功能。-This is a java do with a Chinese chess example, and people can only achieve the players, the man-machine players can not be achieved, java lovers will be able to achieve this function. Than
PhysX_Fluid.rar
- 基于PhysX的流体模拟 PhysX开发包中自带有流体模拟的部分,在它的示例中我们可以找到相关的例子,而且这流体还是基于SPH的,但是我们会发现它的例子只实现了流体的粒子模拟,而由粒子转换成网格的部份,则要我们自已来实现了,PhysX fluid simulation-based development package comes with PhysX fluid simulation are part of the sample in it, we can find examples, an
java100example
- 这是学习java的100个例子,能很好的帮助你学习java,需要大家自己动手的操作-This is a study of 100 java example, can be very good to help you learn java, you need to operate their own hands
lect8code
- d3d编写的一个可以旋转的立方体。来自国外游戏专业的课堂例子。-d3d can be prepared in a rotating cube. From outside the game of professional classroom examples.
cocos2d-x_particle_sourcecode
- android cocos2d-x例子编辑器源码 支持在线编辑粒子效果 便于调节 可保存为plist格式用于2d-s游戏开发-android cocos2d-x examples editor source code to support online editing particle effects easy to adjust the plist format can be saved as a game developer for 2d-s
java_game_Utas_Src
- 想学习java游戏编程的最好的例子之一,按照章节,循序渐进,一般有几个月基础的朋友都没有问题,最终游戏画面还是比较华丽的,关键可以体验到游戏设计过程中的各种控制因素。我知道2所澳洲大学游戏设计教学以次为基础-Want to learn java game programming, one of the best examples, in accordance with the chapter, step by step, are generally based on a friend a few
zx
- vb写的诛仙游戏外挂,可作为学习外挂制作的例子-Writing the Game vb plug, plug-ins can be used as study examples produced
13731_PackInter
- 应很多网友的要求特地写了一个例子程序 在游戏修改中这是第一课 希望大家可以熟练的掌握封包的拦截 -The request should be a lot of friends wrote an example program revisions Games This is the first lesson I hope everyone can be trained to master packet interception
8
- arm7的 pc2132在ads1.2下的例子程序,非常好,很难重的源码,希望大家能喜欢。-arm7 of pc2132 example in the next ads1.2 procedures, very good, it is difficult to re-source, I hope that we can love.
VIP
- 一份J2ME资料..网络上这是第一次发放..换取一点分数... 一 Java 基础 具体语法和一些知识可以到网上察看,可以参考《Think in Java》这本书,只看附录部分就可以了。 Java特点主要体现在Class 的概念上 ,所有的变量和方法都是在类的基础上执行,具体可以参照J2ME代码的例子。 二 J2ME 基础 J2ME是java的一个版本。 J2ME程序都是从MIDlet类开始执行的。注意下边的一些注释 -J2ME in a network of