搜索资源列表
可以正常编译的赤壁之战游戏源码
- 赤壁之战游戏源码 原版本无法编译通过,提示缺少文件。 经过修改可以正常运行(需要游戏的相关资源)。 windows SDK和C++编写,学习游戏编程的好例子。-Cliff war game version of the original source code can not compile, indicating lack of documentation. After amending it works (need game-related resources). Wind
GameDesignSource
- 《游戏程序设计概论》一书的全部范例文件,可以在visual c++ 6.0下编译通过。-"Introduction to Design Games," a book full of examples of documents, the visual c 6.0 compile.
T3D-3
- 几个小游戏的源码,用C/C++写的。 直接运行exe文件可看,实现见CPP文件。-the source code in C / C writes. Direct exe files can be run, realizing see CPP document.
caipai_moni
- 用继承,多态,虚函数的理论解决实际问题,加入C++的文件操作.-with inheritance, polymorphism, the virtual function theory to solve practical problems, to C file operations.
5ziqigame
- 五子棋小游戏,用c++编程实现。(只有代码无可执行文件)-331 small games, with c programming. (Only non-executable code)
mylaoshu
- 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C + + to write a mouse maze, using stack principle, can be read from the paper maze logo
PoolMouseVersion
- 桌球游戏C代码,这是可以在DOS界面下实用鼠标操作的版本,内含能够将鼠标驱动引入代码的mouse.h头文件。
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
Fly131
- 一款以OPenGL为基础的飞机飞行制作,要在C++头文件中添加几个OPenGL的头文件#include \"gl\\gl.h\" #include \"gl\\glu t.h\"
migong
- 纯C编写的迷宫,如提示缺少头文件请网上查找,都是系统提供的文件.
6.10
- C#编写的显示路径文件的代码~
5040309566_03
- c环境下编译的猜字母游戏,直接可以运行,txt文件里是源代码
俄罗斯方块c++
- 有关于进程的程序。包含 消息的创建发送接受 ,文件的共享互斥读写问题。TC-process for the procedure. Information includes the creation of this acceptance, the sharing of documents contradict literacy problems. TC
virtools
- 两个VIRTOOLS的例子,有一个是官网上有的,这是两个CMO文件-2 VIRTOOLS examples there is an official line there, which is two CMO files
snake_game.c
- 贪吃蛇程序。本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.-snake programma.
snake.c.tar
- 贪吃蛇编译完成,直接在linux下编译生成可执行文件,然后运行-Snake compiled directly in the executable file compiled under linux, then run
Super-Mario
- 揭秘超级玛丽的制作过程,语言C++ 文件夹包含: 1. 超级玛丽制作揭秘.doc 2. 超级玛丽增强版 3. 增强版源码-Secret Super Mario' s production process, the language C++ folder contains: 1 Super Mario made Secret. Doc 2. Enhanced version of Super Mario 3 enhanced source
C-xiangmu
- 男人下100层小游戏,学校C语言项目用C写的。但是用到了C++的图形库,所以是CPP文件。几乎都是C的语法。是男人下100层小游戏。-100 men under the layer of small game, the school C language program written in C. But the use of the C++ graphics library, so is the CPP file. Almost all of the C syntax. Is the man
C语言十大经典案例
- 这是C语言里面的十大经典案例,可供大家学习,里面调用了dos(可以换为其他头文件)对编程能力是一个提高(This is the ten classic case of C language, for everyone to learn, which calls the DOS (can be replaced by other header files), programming ability is an improvement)
C++海战棋游戏的源代码
- C++海战棋游戏的源代码,代码是放在txt文件中的,可以直接复制到IDE开发工具中