搜索资源列表
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including the color of the ball (0,1,2),
lightsBOX
- 很早前写得俄罗斯方块,可以调节下落速度,很简单,形状文件存在外部。-very Russian ideographic written earlier, the whereabouts of speed can be adjusted, very simple shapes and external documents exist.
txiangzi
- 推箱子游戏,地图在程序内初始化。正在把地图作为外部文件,进行调入文件来初始化。-game magazines, maps of the initialization procedure. A map is as an external document for transfer to initialize the document.
RussianProteusGameSourceCode
- //特 点: // // 1、功能完整,直接使用 // // 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 // // 3、对减少内存占用、尽量减少屏幕操作进行适当优化 // // 4、新方块生成高度随机,绝对无规律 // // 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行 // -/ / features : / / 1, the functional integrity, the use of direct
dx_aSimplePic
- 在全屏模式下用dx8的接口显示一幅位图,位图是工程外部的一幅位图.-in full screen mode using dx8 interface shows a Bitmap bitmap is a project outside the bitmap.
lhj_shuibiaozhizhengshibie
- 水表指针识别系统,能够从外部导入任何一个bmp图像,最好是水表图,能够对该图形操作并读出图中水表的度数 -meter target identification system from the outside into any one bmp image, preferably meter map, Graphics to be able to operate and read out the map meter reading
Russia(Proteus)
- 1.功能完整,直接使用 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 3、对减少内存占用、尽量减少屏幕操作进行适当优化 4、新方块生成高度随机,绝对无规律 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行
PictureGame
- VC++开发的简易型拼图游戏,含多种效果,奉献源代码。游戏内置几张图片,也可以自己指定外部图片,指定如何打散-Simple VC++ development jigsaw puzzle, with multiple effects, contributing to the source code. Games built a few pictures, you can specify an external image, specify how to break up
TheFlowerDown
- 同样和我前一个作品一样的粒子系统原型机。主要是模仿花落的型态。不可以在外部调整参数。只是第一次用HGE写的初级作品。喜欢对大家有帮助-The same and I like the works of the previous particle system prototype. Mainly imitate the pattern of the flowers. Can not adjust the parameters in the external. HGE is only the firs
box8_pic
- 自制 拼图游戏 mfc程序 9格子拼图 可打开外部图片进行游戏 支持bmp,jpg,gif格式 记录最近打开的问件 上方有菜单-Mfc procedures homemade jigsaw puzzle 9 lattice can open the game in support of the external picture bmp, jpg, gif format records recently asked to open the top of the menu ite
pintu
- 比较简单的一个拼图游戏,除内置图片外,还可以从外部导入图片。-A jigsaw puzzle is relatively simple, with the exception of built-in picture, but also import images from the outside.
snake
- 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度
PictureGame
- 简单的拼图游戏,刚学习VC时候写的,支持载入外部图片,可以自动打乱,然后对照原图慢慢拼起来,希望新手朋友研究一下这个小程序,一起进步。-A simple jigsaw puzzle, when just learning to write VC, support loading external images, you can automatically disrupted, and then slowly put together the control artwork, hope novic
PictureGame
- VC++开发的简易型拼图游戏,含多种效果,奉献源代码。游戏内置几张图片,也可以自己指定外部图片,指定如何打散;另外有容易和困难两种游戏模式,在显示上,支持3D和平面模式,貌似3D模式还没有开发完成。游戏打开后即开始背景音乐,这个你也可选择首自己喜欢的歌曲做背景。-VC++ development Simple jigsaw puzzle, with multiple effects, contribute source code. Games built a few pictures, you
qk_snake_api
- VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
zhen
- 载解压后有三个文件夹:game;server;网站源代码。 game是客户端 server是服务端 一: 打开server\TML.ini文件,修改里面的: 本服务器外部IP TML_IP=127.0.0.11(这是经过我测试后的端,ip都是127.0.0.11,如果你只是内网用就不用修改,要是外网就把相应的ip改为你的外网ip) 二: 打开game\TML.ini文件,只需修改服务器IP和线路名称,端口不要修改。(测试时不用修改)
InternalsPluginsV3
- rFactor外部插件示例程序,包括开发rfactor用到的基本API-the rFactor external plug sample program, including the developers the rfactor used the basic API
获取Flightgear数据
- 使用外部程序来控制Flightgear的一种方法,非常值得学习。共两个压缩包,一个是获取数据的程序,一个是设置的程序。-Use an external program to control a method of Flightgear well worth learning. Total of two compression package, a program to get the data, and a set program.
sudoka
- 使用SmallBasic语言开发的数独游戏,该游戏可以从外部文件读取题目,有三种难度的游戏可供选择。-sudoku developed by SmallBasic,which is a program language for education created by Microsoft.
Lua-Demo
- C++工程中使用LUA作为外部接口编程的的非常精简的例子-C++ project using LUA as an external interface programming very concise example