搜索资源列表
MinesWeeper(Cshop)
- C#实现的扫雷游戏,可以做为C#编程的例子学习-achieve demining games can be used as C# programming examples learning
hannota70
- 总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子
Air.rar
- 这是用HGE引擎写的一个飞机小游戏.. 有兴趣的可以看看,对hge引擎感兴趣的朋友可以当做学习代码用.,This is written with a HGE engine aircraft game .. who are interested can take a look at the engine hge friends interested in the code can be used as a study.
CSwaigua.rar
- CS经典无敌外挂的VC源代码。支持自动攻击,透视等作弊命令。,CS invincible classic VC source code for the plug-in. Support for automatic attacks, such as cheating in order perspective.
wgzhe.com-CFG
- CF外挂,自动开枪,透视,穿墙,蹲地,无后坐力,飞天-CF PROGRAMME, CHEATING PROGRAMME, AOTO SHOOTING, GETTING INTO THE WALL, FLYING INTO THE SKY, GETTING INTO THE GROUND, NO ANY REFOUND, SEE PEOPLE THROUGH THE WALL AS A SHAPE OF CIRCLE OR SQUARE
FSX_sdk_ev
- 模拟飞行X,sdk的安装方法 和插件调试环境 本人在网上找了好多资料都没有搞定,后来亲自研读了sdk的帮助文档终于搞定了。下面讲下具体安装过程。 一、 安装成功fsx游戏 -The SimConnect SDK can be used by programmers to write add-on components for Flight Simulator X. Add-on components for Flight Simulator X can be writte
ziri
- 游戏名称:《紫日》 一个简单的RPG游戏,以抗日战争为游戏背景制作,供c++初学者,以及c++游戏爱好者学习研究-Game Name: Purple Day a simple RPG game to the background of the Sino-Japanese War for the production of games for c++ Beginners, as well as c++ Game enthusiasts study
vc3d
- VC开发的3D游戏界面,以及各种操作方式。-VC development of 3D game interface, as well as the manner of operation.
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
xiaoGoline
- 这是一个服务端/客户端模式的小型网络游戏,1.0版。可连接多玩家,最多连多少个玩家视各位电脑的配置而定啰。根据Andre LaMothe游戏大师的 DirectX RPG Game Programming著作编成。公开出来供大家参考。-This is a server/client model of small-scale online games, version 1.0. Multi-player can be connected up to the number of players ev
g
- RPG游戏实例,以仙剑为背景,包括人物实现,战斗系统等的实现.爱好游戏开发的朋友参考下.-Examples of RPG games to仙剑as the background, including the figures achieved in the realization of the fighting system. Loving friends game development under reference.
BlackJack
- 此程序为21点纸牌游戏的小型Demo程序.内含控制台程序和界面程序.界面程序以windows为平台,采用C++Builder的OWL(VCL)框架.-This procedure for 21 of the small card games Demo program. Containing console interface procedures and procedures. Interface procedures to windows as a platform, using C++ Bu
PDKClient
- 跑得快 --详细规则、胜负判定方法 游戏者:4人 游戏目的: 每位游戏者都要想方设法将自己手中的牌尽快打出去。谁先打完所有的牌,即为胜方。 使用牌数 一副牌的游戏使用52张牌,扣除两张王牌,每位游戏者13张牌。二副牌的游戏使用全部108张牌,每位游戏者27张牌。-Run fast- the detailed rules, methods to determine the outcome of player: 4 player Ob
GuessNum
- 模拟“文曲星”上的“猜数字”游戏。 电脑随机出0到9四个相不相同的数字,然后玩家猜。 数字和位置都对,标记为A。数字对,但位置不对,标记为B。 如果猜测的结果为,4A0B,即玩家四个数字都猜对,赢得游戏。 玩家一共有八次机会猜测,虽无严格证明,但掌握规律的话,一般八次都可以猜对。 这是一种煅炼玩家逻辑判断力的游戏,很有趣。 -Simulation " Wen Quxing" on the " number guessing"
chess
- 国际象棋游戏,用单片机8051进行控制,可以进行游戏娱乐,里面包含有源程序,以及用protues的仿真结果。-Chess game, using 8051 microcontroller to control, you can play games entertainment, which contains the source code, as well as with protues the simulation results.
C
- 这是一个模拟的手机游戏,主要是弹球的一个简单的游戏。-This is a simulated mobile phone games, primarily as a simple pinball game.
program
- 里面含有 猜拳 计算器 试验田等c++编程的游戏 适合初学者-Which contains a finger-guessing game calculator plots such as c++ game programming for beginners
788f-c
- 俄罗斯方块,基于控制台编写的,采用c、c++,里面既有数据结构的知识,又有算法的内容,还有键盘编程知识,唯独遗憾的是当时没有加入鼠标操作。否则这个例子是所有先手入门的经典案例!!! /*游戏 俄罗斯方块 源码 c c++ 算法 数据结构 键盘编程 控制台*/ -Tetris, written on the console, using c, c++, which both data structures, but also the content of the algorithm, as w
c
- 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr
双人五子棋
- 五子棋游戏,功能齐全,非常好用,可以用来作为c语言大作业(Gobang game, full of functions, very easy to use, can be used as C language homework)