搜索资源列表
cRPGgame.rar
- 一个c++RPG小游戏 使用windows API做的,a C++ RPG game
cube
- 简单的windows api编程实现的俄罗斯方块 希望对初学visual c的您有帮助 高手就不用看了 -Windows api programming easy implementation of the Tetris novice visual c hope you do not need to have read to help you
minesweeping
- 扫雷c windows api写的源代码-windows mine sweeping program source code in c
lianliankan
- 连连看,WINDOWS API,窗体框架和C++的基础.想了解连连看算法的,可以-Lianliankan, WINDOWS API, and C++ framework forms the basis to understand the Lianliankan algorithm, you can see
game
- c语言开发的一个小游戏,主要是利用windows编程,没有利用mfc和其他api-a game base on c program language
freakbox
- 纯粹用windows API和C++代码实现的一个打方块的游戏,包含三个文件,读者将代码贴到VC中即可编译运行,但是得配置directdraw,是基于direct的,适合入门-Purely using the Windows API and C++ code to achieve a play box games, including three documents, readers code affixed to the VC to compile and run, but have to c
guessNumber_win
- 一个以C语言及windows API实现的猜数字小游戏,包含程序界面。对于每次的猜测结果,电脑会给出mAnB形式的判断,重复猜测,直至猜中。-A guess number game written by C and windows API, contain a windows GUI. For each guess, program will return a result as "mAnB", repeat guess until get the right answer.
Snake
- 这是用C语言结合API函数写的Windows贪吃蛇。界面颜色是单调了点,主要是思路。颜色也可以自行添加,以形成彩色的蛇身和食物颜色等。-This is combined with the C language API function to write Windows Snake. Interface color is monotonous ideas. Color can also add their own to form a colored snake and food color.
paopaotang
- 游戏 泡泡堂 源代码 C 人工智能 本游戏模仿盛大网络版泡泡堂,使用C和windows api编写完成,使用到了碰撞检测,人工智能技术。而人工智能部分又使用到A寻路算法,有限状态机。-Artificial intelligence game the BNB source code C
alphablend_src
- As a C programmer on Windows since W3.0, I found MFC to be a great wrapper for W32 API in a C++ environment. However, I also found MFC to be almost poor in term of C++ implementation because of certain limitations (probably inherited because compatib
tictactoe
- 此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里framework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里