搜索资源列表
贪食蛇_xiaohui82
- 贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
neweight
- 我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
lianliankan-6450
- TC编的游戏《连连看》,比较流行的小游戏,用TC2编写.非常不错的一个程序-TC series of the game, "Lianliankan" and the more popular small game, and TC2 prepared. A very good procedures
00354000
- TC2.0下的俄罗斯方快~功能和普通的俄罗斯方快一样-READ the Russian side fast-functional and ordinary Russian side as soon
SNAKE3213
- TC2.0下的贪吃蛇~~~~玩法地球人都知道~~~没有围墙设定-READ under the huge memory ~ ~ ~ ~ Play Earth will know no ~ ~ ~ Wall set
School_Story_RPG
- RPG游戏 校园往事 TC2.0编译通过-campus events RPG games through compiler READ
Russia
- 俄罗斯方块的源程序,内有详细的说明,均通过tc2.0编译测试
ELSFKv2..0
- 俄罗斯方块V2.0 游戏用四个方向键控制: 左右键分别左移一格,右移一格; 上键变形(顺时针调整方块方向) 下键方块直接落底! 空格键暂停,ESC键退出游戏; windows2000+tc2.0+graphics.h下编译! 版本更新: 1:改进了前一版本的键盘控制问题~~使游戏的可操作性大大增加! 这要感谢论坛上jig兄弟提出的“分割停顿法”! 2:修改了方块的显示,使之更加美观!
tetris
- 一个c语言编写的俄罗斯方块源程序,在tc2.0下运行通过。
snooker
- /*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个\"mouse.h\",所以去掉了, 如有人想要带鼠标的可与我连系*/-/ * WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could
elsfk带算法
- 很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russi
Tetris
- 这是一个C语言的俄罗斯方块游戏的源代码, 通过win-tc2.0编译,采用高效算法-This is a C language source code for Tetris game, through the win-tc2.0 compiled, using efficient algorithms
do.c
- 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
C-Programming-Language-Snake-
- C语言程序设计:贪吃蛇程序源代码用TC2.0编译-C Programming Language: Snake program source code, compiled with TC2.0
nake-game-C--TC2.0
- 用TC20 写的一个贪吃蛇小游戏,还没有最终完成,已经实现 完整的“*蛇”。可以玩了! 还是挺复杂的,适合初学者。 对学C语言的人比较有帮助。-nake game
tuixiangzi
- 推箱子小游戏,纯C编写,在TC2.0编译环境下测试通过。-Sokoban game, written in pure C, in TC2.0 build environment under test.
4_3
- c语言编写的俄罗斯方块,可以在TC2.0中运行,有1个.h文件,4个.c文件-An address list programmed in C.
finger_dance
- 一个用TC2.0写的音乐游戏,在XP上运行无误-A music game written by Turbo C 2.0, tested on windowsXP
24point-game
- (1)在机器上装好TC2.0环境,读者在下载后直接解压到C盘即可。 (2)运行TC文件夹中的TC.exe文件,打开TC环境。键盘上按下“F10”键,切换到菜单功能,使用方向键移动到File菜单,按向下方向键展开File菜单,按向下方向键,选择Load菜单项,按下回车键,输入文件所在路径及文件名称。将源码导入到TC环境中。 (3)按键盘“F9”进行编译,然后按“Ctrl+F9”组合键运行程序。 24点游戏界面比较简单,没有复杂的操作。读者掌握游戏规则后。 运行程序后进入到24点游戏
9
- C语言实现俄罗斯方块游戏 TC2.0环境,主要用到TC提供的graphics来实现相关的绘图-C language Tetris game TC2.0 environment, mainly used to provide graphics TC to achieve related graphics