搜索资源列表
migongyouxi
- 请将程序中的main()函数中的 initgraph(&gd,&gm,\"C:\\\\TC\") 函数中的\"C:\\\\TC\" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gd,&gm,\"D:\\\\Tools\\\\TC\") -I would be grateful if the procedures main () function of initgraph (
main
- 俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
2007122041guessnumber
- 猜数字游戏 该程序是由一个主函数调用多个子函数写成的。在主函数main.c里面调用main_menu.c函数,进入游戏菜单界面,首先由一个author( )函数显示作者信息,再由menu( )函数显示选择菜单,游戏者可以从提供的1——4四个选项里选择要做的事,游戏开始,游戏帮助,查看排名还是退出游戏。游戏者输入后,首先对输入的内容进行判断,处理输入了多个或1——4以外的字符。-guess number
snake
- 采用纯C语言的图形编程设计的一个贪吃蛇的小游戏,交互性较好,界面简洁,主要采用了Graphics库提供的图形函数进行编程-Pure C graphical programming language designed by a Snake, a small games, interactive, well, the interface simple, the main use of the Graphics library provides a graphical programming func
skyblue_Snake
- 简单贪吃蛇游戏,可以参考,本文件是main 函数 -a little game
Gluttony-snake
- 贪食蛇,你们都懂的。请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC") -Gluttony snake,A classic example of c program
BW-chess
- bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
Classic-game-Snake-code
- 用C++编写的贪吃蛇的代码,文中包括头文件,主函数,及各类的详细代码,大部分均配有详细的代码说明。-The Snake C++ write code, including header files, the main function, and all kinds of code, the majority are equipped with detailed code instructions.
OpenDoor
- 一款解谜游戏,用的MFC,主要利用的函数就是贴图函数和settimer-A puzzle game, with the MFC, the main use of the function is the mapping function and settimer
saolei
- 使用GTK+库实现一个扫雷程序,GTK+的主要函数和数据结构包括以下三个部分: 1 控制流程(Control Flow) 2 控件管理(Manage Widget) 3 事件处理(Dispose Event) -Implement a demining programs using GTK+ library, the GTK+ main function and data structure includes the following three parts: 1 Contro
paly
- 程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。-Program in TC3.0 environment compiler, a total of nine functions. Are printScreen, start, leave, levelChoice, newWord, moving, wordHit, result and main.
c-trix
- 使用libgdx,模仿悬崖方块功能,在java环境下,直接运行DesktopStarter的main函数-cliff trix
DAZIYOUXI
- 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。 其功能分别是: printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所
2048
- 本程序为c编写的游戏2048,主要运用了库函数和自定义函数。-The procedure for the preparation of the game c 2048, the main use of the library functions and custom functions.