搜索资源列表
VisualCPPCodeforGames
- 《Visual C++游戏开发经典案例详解》代码 里面有五子棋、黑白棋、连连看、推箱子、贪吃蛇、俄罗斯方块、扫雷等游戏的源代码。还有一些其他的小代码,比如网络通信、mp3播放器、图片浏览器等等。非常适合vc++的学习者。-"Visual C Detailed classic case of game developers code There are backgammon, Othello, Lianliankan, Sokoban, Snake, Tetris, Minesweepe
ws2_32.dll
- ws2_32.dll 劫持实例(例子为劫持.飓风2006版播放器使其固定授权码)重点是注释清楚代码简洁。vs2008 可编译。-Ws2_32.dll hijack example (example for hijacking. Hurricane 2006 edition player to make the fixed license code) is focused on Notes clear and concise code. VS2008 can be compiled.
SDL
- SDL(Simple DirectMedia Layer)是一套开放源代码的跨平台多媒体开发库,使用C语言写成。SDL提供了数种控制图像、声音、输出入的函数,让开发者只要用相同或是相似的代码就可以开发出跨多个平台(Linux、Windows、Mac OS X等)的应用软件。目前SDL多用于开发游戏、模拟器、媒体播放器等多媒体应用领域。-Simple DirectMedia Layer