搜索资源列表
坦克大战(c代码)
- 一个非常经典的游戏,里面的程序附有文档可以自己修改。-a very classic games, with the procedures they can file their own amendments.
caipai_moni
- 用继承,多态,虚函数的理论解决实际问题,加入C++的文件操作.-with inheritance, polymorphism, the virtual function theory to solve practical problems, to C file operations.
EightQueen
- Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under th
ledcube
- ledcube.c is c-file from the 8x8x8 LedCube Project
word--games
- 这是一个打字游戏的C++源代码!可以当做实列更好的学习c++语言和熟悉代码-this is a c++ program file of word games
russ
- 这是C#写的一个俄罗斯方块的游戏,介绍的很详细,可以看一下-this is a file name russ ,is a C# game file
youxi
- 压缩文件源码!很牛的游戏源码!大家可以尽情使用!-this is a c++ programm cource file,it is very good /!da jia hao ,huan ying xia zai!
algorithm_of_8_queens
- Algorithm of 8 Queens,simple and easy! I have already compiled and run it on my VC2008 , and it is a c++ style source file!
snake.c.tar
- 贪吃蛇编译完成,直接在linux下编译生成可执行文件,然后运行-Snake compiled directly in the executable file compiled under linux, then run
VC_role-playing-games
- 《Visual C++角色扮演游戏程序设计 》全书源码(光盘文件)。-" Visual C++ role-playing game programming" book source (CD-ROM file).
RobotHero
- 用C++实现的打虫子小游戏,可以运行, 不过功能很简单,适用于初学者对于windows窗体文件的学习-Implemented with C++ game play worm, you can run, but the function is very simple for beginners to learn the form file for windows
Awesome-Tetris
- 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
WPF_GJQT
- 古剑奇谭存档修改器,用于修改古剑奇谭的存档文件。C#编写,功能强大,注释全面,很适合新手学习-GU Jian-Qi Tan archive modifier used to modify the swords of legends of the archive file. Written in C#, powerful, comprehensive notes, it is suitable for novice to learn
CPP-Module-II
- Module II is the second course in the C++ Programming for Game Developers series. Recall that in Module I we started off by studying fundamental programming concepts like variables, console input and output, arrays, conditional statements, strings, l
dx-ball
- I have created game of dx-ball in c language..we can play this game using mouse.platform at the bottom moves with movement of mouse horizontally.this program requires mouse.h file to be copied in INCLUDE directory of Turbo c.
grf_display_opengl
- GRF_DISPLAY_OPENGL is a C++ program which reads a GRF file containing information about an abstract graph and displays a plot using OPENGL
Russia
- 该游戏采用C++语言编写,使用了类的编写方法和多文件结构,条理清晰,简单易懂。-The game with C++ languages written in class preparation and multi-file structure, clarity, easy to understand.
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
sokoban solver c++
- a recursive algorithm to find all possible solutions for given sokoban game. inputs are given in .txt file then executing program will solve it for you.