搜索资源列表
卷轴
- 一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了.\"A,D,W,S\" 实现 左,右,上,下 移动-a small example of animation to achieve is very simple. Hope interested in the game on the cause of the students have some newcomers to help me. "A, D, W, S" Achieving left,
碰碰球mx
- 该游戏为一个事实计算反射的例证。框架已经搭建完毕,只需要增加元件数量和效果便可以完善作品。-the game as a reflection of the fact that calculation example. Framework has been completed structures, components only need to increase the volume and the effect will be perfect entries.
可以正常编译的赤壁之战游戏源码
- 赤壁之战游戏源码 原版本无法编译通过,提示缺少文件。 经过修改可以正常运行(需要游戏的相关资源)。 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
UFOfly
- UFO示例可以通过键盘方向键使飞碟在一个位图背景图像上飞行。如果读者引导飞碟到达游戏屏幕的边缘,那么它将会停止-UFO example direction through the keyboard keys to make a flying saucer in the background bitmap images on the flight. If readers guide the trap to reach the edge of the game screen, then it wil
hm4
- 数字翻译问题 设有输入3个数组: String x[]={ \"one\",“two\", \"three\",four\", \"five\",\"six\",seven\",\"eight\",\"nine\"} String y[]={ten\",\"eleven\",\"twelve\",\"thirteen\",\"fourteen\",\"fifteen\", \"sixteen\",\"seventeen\",\"eighteen\",\"nineteen\" }
d3d_mesh
- d3d游戏开发中使用.x的例子,如果您是一位d3d的初学者,则其在您的mesh动画方面一定有所参考价值.-D3D game developers use. X example, if you are a D3D beginners then in your mesh animation must have reference value.
MultiTexturing
- 一个关于多重纹理映射的源代码,这是nehe教程的一个经典例子!-a multi-texture mapping of the source code, which is one of the guidebook nehe classic example!
Screen_Protection_Program
- vc开发的一个屏幕保护程序的例子程序,对屏保编程有借鉴入门意义。-vc development of a screen saver procedures example, the Screen Saving introductory programming referential significance.
hengjuanzhou
- 手机游戏小例子,仅学习使用,版权作者保留-small example of a cell phone game, just learning to use, the authors retain copyright
JSR184_Demo2
- JSR184的例子,主要讲了关于贴图的一点小知识,希望能对你有点帮助-JSR184 example, the main speaker on the map a little knowledge, in hopes of helping you a bit
JSR184_Demo4
- JSR184的一个小例子,主要讲的是粒子效果,个人认为效果不是很好-JSR184 example of a small, mainly about the particle effects, I think is not very good results
JSR184_Demo5
- JSR184一个例子,基础教程,显示一个企鹅的模型,入门级的代码-JSR184 an example, basic guide, showing a penguin model, the entry-level code
a-child-s-game
- 孩子们有很多有趣的数字游戏。今天,我们就一起讨论一个数字游戏。每个游戏者被分配一组非负整数,游戏者可以将这些数排列起来,组成一个最大的数。比如,有四个数 123、124、56 和 90,可以组成的数是 1231245690、1241235690、5612312490、9012312456 和 9056124123 等等,但是,其中最大的就是 9056124123。 你要做的就是要找到组合的最大数。-Children have a lot of interesting numbers g
example
- 手机游戏(企业级代码java)一个学习手机游戏开发的好例子-Mobile game (enterprise-class code java) a mobile phone game developers to learn a good example of
KillMonster
- PHP developed game example-a action game of killing monster
Three_digit_puzzel
- We are given two 3-digit numbers called S (start) and G (goal), and also a set of 3-digit numbers called forbidden. To solve the puzzle, we want to get from S to G in the fewest possible moves. A move consists of transforming a number into anothe
Perceptron_network
- Basic neural network example - a set of perceptrons which analyze and interpret digit pictures (from text file) added training methods and inputs to test-Basic neural network example- a set of perceptrons which analyze and interpret digit pictur
VCPPRpgGameStudy
- 使用VC++编写的,RPG游戏学习例子,简单演示了,地图上2个NPC(或主角人物)相互跑动的过程-Using VC++ written in RPG games learning example, a simple demo on the map two NPC (or protagonist) running each other
thread-priority-example-horse-racing
- VC++线程优先级示例程序-赛马,不同优先级执行的程序显示在进度条中,有长有短,像赛马一样,体现出每个线程被执行的优先顺序-VC++ thread priority sample program- horse racing, the priority execution program displays a progress bar with a long or short, like horse racing, reflecting the priority of each thread is
24
- 输入四个数通过加减乘除计算出24,显示计算过程,并提示成功信息。比如:用户输入 4 3 2 1 输出 24 4*3*2*1 -Enter the four numbers calculated by the arithmetic 24, showing the calculation process, and information indicating success. For example: a user input 4321 output 24 4* 3* 2* 1