搜索资源列表
占星术4.1版C语言源程序
- 占星术4.1版C语言源程序,采用最新的方法计算智能编程-astrology 4.1 version of C language source code, using the latest methods of computational intelligence Programming
打星星-C语言编程
- c语言编写的打星星游戏源代码-the stars playing the game source code
C游戏编程从入门到精通_10657565
- 使用C语言进行编程的书籍,希望对大家有所帮助-use of C programming language books, we hope to help
tc-saolei
- c语言实现的扫雷游戏,trubo c环境,对想学习游戏编程的有很大帮助 -trubo c
Tetris-C-code
- 俄罗斯方块游戏的完整源代码,采用C语言编程
C-Tetris
- 俄罗斯方块游戏,用c语言编程实现的,相当的好玩哟-Tetris game use c program
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
dazuoye
- 射气球的小游戏,编程语言:C语言。编程环境:VC++6.0-Radio balloon game, programming languages: C language. Programming Environment: VC++6.0
game
- C语言游戏编程入门到精通,这是一本很好的书,写的很全面,也比较基础。-C game programming language entry to the master, this is a very good book, written in a very comprehensive, basis for comparison.
Game-of-backgammon-C-language
- C语言编程实现的五字棋小游戏。简单实用。具有初学C语言的。适合新手趣味参考-The C programming language to achieve the five-word chess game. Simple and practical. Beginner C language. Suitable for novice interesting reference
c
- 这是用c语言编程实现的贪吃蛇游戏的代码,可在visual C++环境下调试成功-This is a Snake game c programming language code, debugging success in visual C++ environment
Backgammon-based-on-C-program
- 在C语言编译环境下,用C语言编程五子棋休闲小游戏。-Backgammon based on C program
100-C-examples
- 100个c语言编程的小例子,适合初学者使用的。failed to translate-failed to translate
100-examples-of-C
- 经典c语言实例100个,从最简单的慢慢深入,每个例子都可以帮助你理解c语言编程100 classic examples of language C.-100 classic examples of language C.
俄罗斯方块
- C语言编程大作业,带有详细注释,无聊时可以玩玩,也可以研究一下代码(C language programming assignments)
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)
C游戏编程
- 本书从c语言游戏编程入手,对图形绘制,中文显示,动画实现,文件调用,内存使用,声卡调用,中断,内存驻留技术,接口技术,数据库实现,简单病毒,界面技术等进行了详尽的介绍,并且配以大量的源程序以及程序分析对所涉及的理论进行充分的讲解和支撑。(This book from the start of the C programming language games, graphics rendering, animation, Chinese display, file, memory card, ca
Project1
- 用C语言编一个实现石头剪刀布的人机对战小游戏(Using C language to compile a human-machine war game for stone scissors cloth.)
20180410-打地鼠
- 采用C语言编程实现的打地鼠小游戏,内附源码及图片素材(C language programming to play hamster game, with source code and picture material)
C语言编程贪吃蛇
- 用C语言编写的贪吃蛇小游戏源代码,没事可用来练手。