搜索资源列表
Five.rar
- 用纯SDK写的一个五子棋游戏小程序,可以人机对弈,图形API用的是GDI,游戏AI不算太笨,也不是很聪明。,Writing with a pure SDK Game Gobang applet, you can man-machine game, graphics API are used by GDI,太笨Game AI is not, nor is it very clever.
Win32Tetris_C
- 原创Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Original Windows entry procedures, the preparation of the direct use of Windows API. Widows en
PuzzleGame
- 拼图游戏,采用 vc++ gdi开发,可随机打乱图片,自定义原始图片功能等。-Jigsaw puzzle, using vc++ Gdi development, could be disrupted random picture, custom features, such as the original picture.
gdi
- 用win32和GDI实现了一个五子棋的棋盘的绘制,单击一次出白棋子,再单击一次出黑棋子。-GDI using win32 and implementation of a chessboard Gobang drawing, click once a white pawn, and then click once a black pawn.
five
- GDI做的五子棋源码,感觉还不错,学习GDI编程的朋友可以借鉴一下。-GDI source Gobang do, I feel pretty good, learning GDI programming you can learn from a friend.
Win32Tetris_C
- Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Windows API. Widows entry contain
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
pintu
- Win32环境,GDI编程 VC6.0以上版本均能打开- Win32 environment, GDI programming VC6.0 or later can open the
Tetris
- C语言编写的俄罗斯方块游戏,这个GDI版本,DirectX版本随后发布。基本功能已实现,现在比较忙,局域网对战版也在筹备。-the tetris game development with C and GDI
snake
- 一款精简版的贪吃蛇,很适合初学Windows GDI的人-A streamlined version of the Snake, it is suitable for beginners of Windows GDI
Lianliankansource
- 连连看VC源代码 gdi写的纯c++代码-Lianliankan VC source code written in pure gdi c++ code
chenjie
- 一个简单的龚 GDI 开发的一个小游戏,喜欢的大家分线一下。-无
RussiaSquare
- 自己编写的俄罗斯方块小游戏,源码及程序。使用MFC+GDI。-Original Tetris game source code made by myself,using MFC&GDI
CSHarpmantanghong
- GDI+实现的益智游戏 -GDI+ implementation of the puzzle game
gdi_game
- Simple game, based on using winapi+gdi. arrows - move, left mouse click - shot.
SweepMineFinalVersion
- 用MFC的GDI编写的扫雷游戏,增加了联机功能,可以两台电脑进行联机一起扫雷。(MineSweeping game, but a little different from the traditional MineSweeping. It is that you can play it with another guy together by connecting two computers.)
基于GDI+坦克大战第一版(详细说明见文档)--程序
- C#编写的坦克大战游戏,可用于初学人员的参考和学习(C # tank war game and can be used for beginners reference and learning)
Simple-version-of-the-fishing
- 本程序是一个模仿捕鱼达人的小游戏,语言为C语言。WIN32、GDI。实现功能: 积分; 碰撞; 点击测试; 随机生成鱼; 连续图片实现鱼游泳动画; 点击音效; 程序是鄙人C语言实验程序,参考了《windows游戏编程之从零开始》GDI部分。程序逻辑简单,实现直接,结构比较清晰。如果有类似作业需求的,可以作为参考。(This program is a copy of the game to fish, language C language. GDI, WIN32. Realizat
CHDMAN+(RetroPie+User-Friendly)
- CUE或GDI格式游戏镜像转换为CHD格式的工具(CUE or GDI to CHD - Compresses either disc format to CHD (V5). (Will search all sub-folders and make CHDs in folder this is used in with CHDMAN. Extract CHD to CUE - Decompresses CHD (V5) to CUE. (CUE is used by CD-based gam
模仿泡泡堂GDI实现
- GDI实现的简易泡泡堂游戏。 有一定参考价值,缺点不是面向对象的。