搜索资源列表
超级迷宫-c语言
- 游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请将Compiler的Model改为Huge<TC2>)-randomly create a maze game, and to give users interactive, self-satisfied, but some functions are too lengthy, random generation algori
v103.rar
- 武林外传外挂,使用了注入方式调用游戏内部函数,速度快;自动加血、加蓝、捡东西等;及多开组队功能,多个号组队攻击一个敌人升级快,Wulin rumored plug-ins, used to call the game the way into the internal functions, fast Automatic blood, plus blue, picking things, etc. and multi-functional team to open a number of it
c-5zi
- c语言编写的五子棋程序,用户界面采用Graphics.h函数库编写而成,支持人机对战,人人对战.-c Gobang programs written in languages, user interface library used Graphics.h been compiled to support human-machine Versus, everyone Versus.
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
RussiaBlock
- 采用纯C语言图形编程实现一个俄罗斯方块的游戏,界面精美,功能完善,可以自由选择游戏的难度和等级。很好的利用了Graphics这个库提供的各种图形函数进行界面编程-Pure C graphical programming language to implement a Tetris game, interface, beautiful, functional, are free to choose the game difficulty and level. Good use of the Gra
do.c
- 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
c
- 时间函数举例4,一个猜数游戏,判断一个人反应快慢-Function of time for example 4, a guessing game to determine the speed of a reaction
c
- 题目:时间函数举例 ,一个猜数游戏,判断一个人反应快慢。-a game
appE
- 基于Allegro C 函数库的游戏程序设计
C-language-by-typing-games
- C语言实现打字游戏 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。-C language by typing games to compile the program in TC3.0 environment, a total of nine functions. Are printScreen, start, leave, levelChoice
vc-tanchishe
- 非常简洁的贪吃蛇,适合新手,有详细注释,无全局变量,无结构体,学了c函数、循环和数组的都能完成。-simple tanchishe
C-function
- c语言函数用法大全 chm格式,学习C语言还不错!c function-c function
c-trix
- 使用libgdx,模仿悬崖方块功能,在java环境下,直接运行DesktopStarter的main函数-cliff trix
C-pengnuoC_tetris
- 俄罗斯方块,完全c语言编写,可以实现模仿俄罗斯方块,采用多次刷新函数,可以作为c语言学生的学习源码-Tetris, complete c language, can achieve mimic Tetris, using multiple refresh function can be used as learning c language source code
lianliankan-C-language-code
- 这是连连看小游戏的C语言源代码。运用一些简单的函数与算法实现此游戏。-This is a small game lianliankan C language source code. Use some simple functions and algorithms for this game.
2007122041guessnumber
- 猜数字游戏 该程序是由一个主函数调用多个子函数写成的。在主函数main.c里面调用main_menu.c函数,进入游戏菜单界面,首先由一个author( )函数显示作者信息,再由menu( )函数显示选择菜单,游戏者可以从提供的1——4四个选项里选择要做的事,游戏开始,游戏帮助,查看排名还是退出游戏。游戏者输入后,首先对输入的内容进行判断,处理输入了多个或1——4以外的字符。-guess number
c-5zi
- c语言编写的五子棋程序,用户界面采用Graphics.h函数库编写而成,支持人机对战,人人对战.-c Gobang programs written in languages, user interface library used Graphics.h been compiled to support human-machine Versus, everyone Versus.
C-language-by-typing-games
- C语言实现打字游戏 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。-C language by typing games to compile the program in TC3.0 environment, a total of nine functions. Are printScreen, start, leave, levelChoice
FunCode-C-API
- 列举了Funcode开发常用的API,函数原型,功能与返回值以及参数说明应用举例-Lists Funcode develop common API, function prototypes, function return value and parameter descr iptions Application examples