搜索资源列表
RSBlock
- 基于对话框的俄罗斯方块小程序,可以加速减速,暂停等,支持键盘设置,积分榜,WinXP按钮,图标按钮等。这些都包含在相应的CPP文件中。 -dialog on small chunks of the Russian procedures, acceleration-deceleration can be suspended, and support for keyboard settings, standings, WinXP button, icon button. These are co
wow-313-source
- 魔兽世界3.13源代码,仅仅客户端的。 客户端版本:3.1.3(10146) 只能校验zhCN登录文件,不可选其它语种 由于战网对reamlist服务程序作了专门改动,所以连不上官网,只能连私服。 服务器ip设置方法1: 下载登录器运行一次。 服务器ip设置方法2: 打开wow根目录\data\zhCN\realmlist.wtf set realmlist xxx.xxx.xxx.xxx(或域名):端口号 (如果没端口号则默认3724) 或者打开:wow根目录
Game
- 用对话框模拟一个躲球游戏,用鼠标进行操作-Dialog simulation with a dodgeball
snake
- VC++下编写的贪吃蛇游戏,基于MFC的对话框-Written in VC++ under the Snake game, based on the MFC dialog box. . . .
CTestPinTu11
- 拼图游戏 mfc对话框制作 是简单的拼图游戏 适合初学者-Puzzle mfc dialog box is a simple puzzle game made for beginners
RobotView
- 双击RobotView.exe,打开应用程序; 2. 菜单中Draw->Block,出现一个对话框,从键盘输入具体值,然后在左边蓝色区域任意位置点击,出现红色的矩形,即设置好障碍物位置,此时右上方区域中相应位置的值从0变为1; 3. 菜单中Draw->RobotPoint,然后在左边蓝色区域任意位置点击,出现绿色的圆,即设置好机器人目前位置; 4. 菜单中Draw->GoalPoint,然后在左边蓝色区域任意位置点击,出现黄色的圆,即设置好目的地位置; 5. 菜
embed
- Playstation 2 embed dialog code
picture
- 拼图游戏,MFC框架,基于对话框,可实现图像的自选和级别自己设定。-Picture game, using the MFC and based on dialog
sport
- 1、将单文档分为上下两个窗口,上面的窗口显示小球以及障碍物的运动,下面的窗口记录小球及障碍物的运动位置。 2、将对话框浮动的停靠在单文档的左侧,小球及障碍物的个数、颜色由对话框中的控件控制。 3、要求小球和障碍物都任意运动,当小球遇到障碍物或者窗口边界时都会产生一个类似与镜面反射的反弹。-1, a single document is divided into upper and lower windows, the window above shows the movement o
sudoku_with_GUI
- 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框
b4
- windows平台下的俄罗斯方块游戏,基于对话框-Tetris game windows platform, based on the dialog box
sinak
- 自己写的贪吃蛇的小游戏,基于VC的对话框构件。使用了定时器,游戏难度会随着吃到的点的个数而增加-Write mine own Snake game, based on VC dialog box components. Use a timer, the difficulty of the game will increase with the number of points to eat
Game
- 设计的一个简单的基于对话框的彩票抽奖的游戏,代码简单明了,和适合初学者,代码经编译过完全没有问题-Designed a simple dialog-based lottery game, the code is simple, and is suitable for beginners, the code is compiled through no problem
Dialog
- 迷宫游戏,实现自我绘制地图,算法回溯法与A*算法。-Maze game, to achieve self-drawn map, backtracking algorithms and A* algorithm
008722
- 用MFC对话框实现约瑟夫环,生成随机数产生出列整数,简单实现-Implemented with MFC dialog box the Joseph link
Rect
- VC6.6+ Mfc 基于对话框下的 模拟中值滤波的小游戏,重要是练习绘图。-VC6.6+ Mfc dialog based on the value of the simulation game under the filter, it is important to practice drawing.
wuziqi
- 使用vc6.0 MFC编写的简单对话框五子棋游戏,内涵代码。-Using vc6.0 MFC to write a simple dialog box gobang game, the connotation of the code.
laoshu
- 使用vc6.0 MFC编写的简单对话框老鼠与滚球游戏,内涵代码。-Mice using vc6.0 MFC to write a simple dialog box with the ball game, the connotation of the code.
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.