搜索资源列表
olsfk(C-programe)
- 这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识) 4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,
main
- 俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
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
celuosifangkuai
- c语言俄罗斯方块源代码,虽然有点简单,但希望有用-c language code for the Russian box
eluosifangkuai
- 实用俄罗斯方块小程序,C语言课程设计课题之一-Practical Tetris applet, C language curriculum design one of the topics
main.c
- 经典小游戏,俄罗斯方块的C语言程序,基本能完成所有游戏功能-Classic game Tetris C-language program can complete all the game features the basic
C-game
- C语言游戏源码,文件加密解密, 人机猜数字,青蛙交换,大小写数字转换器,仿真计算器,推箱子游戏,俄罗斯方块游戏,贪吃蛇游戏,扫雷游戏-C language game source code, file encryption and decryption, human number guessing, frogs exchange, case-digital converter, the simulation calculator, Sokoban game, Tetris game, Snake
russia-cube
- c语言俄罗斯方块~!还不错,是控制台的,可以-c language Tetris ~! Not bad, is the console
metrics--c-language
- c语言版的俄罗斯方块!编译平台 vc6.0-c-language version of Tetris! Build platform vc6.0
C
- c语言游戏程序-俄罗斯方块,计算机二级,南开上机100练-c language games- Tetris, the computer two, 100-on training so Nankai
Russian-square
- 一个简易的可视化的 C语言俄罗斯方块编写程序-A simple visualization of the C programming language Tetris
Tetris-Tetris-C-language-code
- 俄罗斯方块 俄罗斯方块的C语言代码 Tetris Tetris C-language code-Tetris Tetris C-language code
c-version-of-Tetris
- c版俄罗斯方块 c语言 windows下小游戏-c version of Tetris C language in the game under windows
Tetris-C-language-source-code-copy
- 俄罗斯方块源程序代码。对学习C语言进行程序设计尤其游戏类程序设计有所帮助,大学三年级游戏设计的期末作品-Tetris source code. Learn C language programming, especially game class program design help, the end of third grade game design works
c-eluosifangkuai
- c语言俄罗斯方块实现的方法,附带编译通过的exe执行程序-Tetris implementation of c language
C-language-version-of-Tetris
- 我的C语言版俄罗斯方块 可以玩玩的。简单但是做好了还是有成就感的-The C language version of Tetris play. Simple but good sense of accomplishment
俄罗斯方块
- C语言编程大作业,带有详细注释,无聊时可以玩玩,也可以研究一下代码(C language programming assignments)
俄罗斯方块
- 可以运行玩乐和作为游戏开发基本,同时该程序使用c++语言方便开发和学习(Game code can be developed for the game as an example)
game.c
- C语言实现的控制台版俄罗斯方块游戏,简单方便,容易理解操作(C language implementation of the console version of the Tetris game)
俄罗斯方块的一种c语言实现
- 用c语言的方式编写的一种俄罗斯方块的实现形式,并在基础上做出一定改编,增加了一些小技能