搜索资源列表
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
Dxtris
- 本文包括俄罗斯方块程序的源代码和可执行文件。用C语言编写,界面非常友好!-paper folding, including the Russian program's source code and executable files. C language interface is very friendly!
square
- 旋转的彩色正方形,C语言程序,OpenGL库开发,需要安装glut头文件。-Color square programe,the square routated around the center.
tankedazhan
- 一个很实用的C语言代码,代码一共有四个文件夹,分别代表的是地图、玩家坦克、电脑坦克等,编译环境要是DOS下的Win-tc或者是tc其他的编译器不能用-A very practical C-language code, the code a total of four folders, each represented by the map, the player tanks, tanks, and other computers, the compiler if the DOS environm
snake
- 贪吃蛇,按WASD控制蛇的移动,整个文件用C语言,其中用到了队列-According to the movement of the control snake WASD keys are
Guess-Numbers-game
- 猜数字游戏!(C语言程序,包含完整的源代码有详细注释、可执行文件,本人计算机实习期间编写的,) 猜数字游戏:此游戏通常由两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜的人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。例如,正确答案为 8234,而猜的人猜 8349,则出数者提示猜数者猜的结果是 1A2B,其中有一个8的位置对了,记为1A,而3和
Russia
- 该游戏采用C++语言编写,使用了类的编写方法和多文件结构,条理清晰,简单易懂。-The game with C++ languages written in class preparation and multi-file structure, clarity, easy to understand.
snake2.5
- 贪吃蛇c语言代码,注意此程序不包含资源文件,仅供参考学习-snake game
Snake
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码,附txt代码和源代码程序-Snake source code written in C language, easy to understand, and file for VC source code, with a the txt code and source code program
200games_C_Code
- 这个文件中包含了200个C语言小游戏的源代码,非常实用,对初学者学习有重要的参考价值-This file contains the 200 C-language source code of the game, very useful for beginners to learn important reference value
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
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
piano
- C语言实现的虚拟电子琴,基于TURBO C,调用PC喇叭发声。实现的功能有:即时弹奏、弹奏录制和播放、文件保存、文件读取、文件信息显示、弹奏游戏等 可以用作C语言课程设计-virtual piano program based on TURBO C
麻将游戏全套源代码
- 麻将游戏全套源代码,用C语言开发,带源代码及相关资源文件。
skeleton
- 使用C++语言,通过openGL的图形编程接口,读取格式为3DS的骨骼模型文件,并显示在屏幕中。但是由于3DS类型的文件是静态模型文件,所以不能进行控制,如果要进行控制,那么需要用动态的骨骼文件,如ms3d文件等。- Using the C++ language, through openGL graphical programming interface, read the format of the skeleton model 3DS file and displayed on the
Snake-code
- 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
flappy-bird
- flappy bird C语言程序文件-flappy bird
snake_game
- C语言实现贪吃蛇小游戏无需graphic.h头文件,通过链表的简单知识实现。有兴趣的可以下载看看。-C language implementation Snake game without graphic.h header files, through a simple knowledge linked list implementation. Are interested can download and see.
Implementation-of-mobile
- c语言实现移动电话系统 程序首先从数据文件中读取通勤人员,销售人员和周末的有关数据填入三个矩阵,接着用户必须提供以衡量数据权重的整数。把每个矩阵中的数据乘以相应的权值,再将三个带权的矩阵对应元素相加,显示计算后的和矩阵。最后,和矩阵中NUM_TRANSMITTERS个最高值坐标将作为发射器的安放位置显示出来。-Implementation of mobile phone system for C language The program first read commuters the
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)