搜索资源列表
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
tc-fangkuai
- c语言实现的贪吃蛇游戏,trubo c环境,对想学习游戏编程的有很大帮助-trubo c
snake
- c语言实现的贪吃蛇的小程序,很好玩,对c功底深的同志很有帮助-c language implementation of the Snake, a small program, it is fun, helpful comrades c foundation deep
snake
- C语言实现经典小游戏贪吃蛇,和适合于想深入学习c语言的网友-C language realization of the classic Snake game, and is suitable for' d like to learn c language User
Ex_Snake
- 编写C语言程序实现贪吃蛇游戏,贪吃蛇游戏是一个深受人们喜欢的游戏:一条蛇在密闭的围墙内,在围墙内随机出现一个食物,通过键盘上的四个光标键控制蛇向上下左右四个方向移动,蛇头撞到食物,则表示食物被吃掉,这时蛇的身体长一节,同时计10分;接着又出现食物,等待被蛇吃掉,如果蛇在移动过程中,撞到墙壁或身体交叉(蛇头撞到自己的身体)游戏结束。-snake
snakec
- 用C语言实现贪吃蛇的小游戏,就是一条小蛇,不停地在屏幕上游走,吃各个方向出现的蛋,越吃越长。只要蛇头碰到屏幕四周,或者碰到自己的身子,小蛇就立即毙命。-Using C language Snake game is a small snake, constantly walk on the screen, appeared in all directions to eat eggs, eat more long. Around the screen as long as the snake hea
tanchishe
- 用C语言实现贪吃蛇问题~本源代码不是用C语言编出一个图形化的贪吃蛇游戏,而是从数据结构的角度用C语言模拟实现贪吃蛇问题!他的算法设计思想~-Snake with the C language source code is not a problem ~ C language code using a graphical Snake game, but from the perspective of data structure implementation using C language si
snake
- 利用C语言实现贪吃蛇游戏。在电脑上可以运行。这是程序。页面没有花样,只是简单的运行。-Using C language to realize the snake game. Can run on the computer. This is the program
snake
- C语言实现贪吃蛇,据说说明文字一定不能少-snake of c language
snake
- vs开发环境c#语言实现贪吃蛇手机游戏,移植性强-Vs development environment c# language Snake mobile games, strong portability
Snake
- 使用windowsAPI实现贪吃蛇小游戏(A snake game finished by C.)
tanchishe
- 本设计可在VC6.0直接编译运行,直接运行可开始贪吃蛇游戏(Direct operation can begin Snake game)
C语言游戏源代码
- C语言游戏源代码:1、 简单的开机密码程序 2、彩色贪吃蛇 3、c语言实现移动电话系统4、 扑克牌游戏 5. C语言实现打字游戏(C language game source code: 1, simple startup password program 2, color snake 3, C language to achieve mobile phone system 4, poker game 5. C language to achieve typing game)
snake
- 实现一个窗口化贪吃蛇游戏,窗口可调参数很多,规则和障碍物也可自己改动(To achieve a window of Snake game, window adjustable parameters, rules and obstacles can also change their own)
贪吃蛇
- C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
贪吃蛇游戏based on C
- 基于C语言实现的贪吃蛇游戏,与传统的手机游戏类似。(Snake game based on C language)
贪吃蛇
- 贪吃蛇游戏简单设计,实现简单的运行操作,(Snake game design..................)
SNAKE
- c语言实现简单贪吃蛇小游戏,用vs开发的,图形界面(C language to achieve simple Snake game, developed by vs, graphical interface)
OldSnake
- 在vs2017中C语言实现贪吃蛇数据结构的初级用法。其中用到了数据结构的栈和队列,要求链表的基本功比较扎实。(In vs2017, C language implements the primary usage of snake data structure. The data structure stack and queue are used, and the basic skills of the linked list are relatively solid.)
贪吃蛇
- 利用C#语言与vs开发工具实现了一个,简单的桌面贪吃蛇游戏(A simple desktop snake-eating game is implemented by using C# language and vs development tools.)