搜索资源列表
xyz
- C语言课程设计集合 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -C language curriculum design a collection of case calculator
snake
- 贪吃蛇小游戏,利用turbo-c编译工具做的,C语言初学者适合-Snake game, using turbo-c compile tools do, C language is suitable for beginners
c++贪食蛇
- 程序关键在于表示蛇的图形及蛇的移动。用一个小矩形块表示蛇的一节身体,身体每长一节,增加一个矩形块,蛇头用一节表示。移动时必须从蛇头开始,所以蛇不能向相反的方向移动,如果不按任意键,蛇自行在当前方向上前移,但按下有效方向键后,蛇头朝着该方向移动,一步移动一节身体,所以按下有效方向键后,先确定蛇头的位置,而后蛇的身体随蛇头移动,图形的实现是从蛇头新位置开始画出蛇。食物的出现与消失也是画矩形块和覆盖矩形块。为了便于理解,定义两个结构体:食物与蛇。(The key to the program is t
贪吃蛇代码-C语言-VC++6
- 模拟贪吃蛇游戏的设计 模拟贪吃蛇小游戏(Snake game design simulation)
tanchishe
- 本设计可在VC6.0直接编译运行,直接运行可开始贪吃蛇游戏(Direct operation can begin Snake game)
tanchishe
- 贪吃蛇大作战,简单的小游戏,蛇在吃到东西后自动增长,碰到自身死亡(Snake big battle, simple game, the snake in the food after the automatic growth, and hit their own death)
Snake
- 贪吃蛇,实现移动吃豆等,可供初学者使用,未应用指针结构体类等(Snake, to achieve mobile beans, etc., for beginners to use, not applied pointers, structural classes, etc.)
贪吃蛇c语言代码
- 贪吃蛇 测语言源码 可以使用c语言的编译器之间使用(Snake language source code)
贪吃蛇
- 贪吃蛇:C++课程设计.使用较为简单的C语言,编写了简单的基于dos界面的贪吃蛇(Snake: C++ curriculum design. Using a relatively simple C language, the preparation of a simple Snake based on the DOS interface)
贪吃蛇
- 贪吃蛇游戏是一款经典的益智游戏,有PC和手机等多平台版本。既简单又耐玩。该游戏通过控制蛇头方向吃蛋,从而使得蛇变得越来越长。(The snake game is a classic puzzle game with multiple platforms such as PC and mobile phones. Both simple and playable. The game by controlling the direction snakeheads eat eggs, so that
贪吃蛇
- 实现的一个C++小游戏,童年的记忆贪吃蛇(The realization of a C++ game, a childhood memory of a snake)
C++课程设计贪吃蛇
- C++课程设计贪吃蛇,非常好玩的一款小游戏。(The C++ course is designed to eat snakes, a very funny little game)
C++ MFC贪吃蛇源代码
- C++ MFC贪吃蛇源代码,在之前的版本上有了一定的改进。(C++ MFC eating snake source code, the previous version has a certain improvement.)
贪吃蛇
- C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
贪吃蛇c语言代码(贪吃蛇c++代码)V2015 Windows版
- 使用c语言编程的简易贪吃蛇程序无聊休闲小游戏(Simple Snake program)
贪吃蛇代码
- 在VC上实现简单的贪吃蛇游戏,用W,A,S,D可以实现控制,仅供初学者学习参考,真正的可玩性并不强(Realization of a simple Snake game on VC)
贪吃蛇
- linux c++ 控制台贪吃蛇. 仅供参考,请勿用于商业用途。(Retro Snaker in linux c++)
贪吃蛇
- linux下面写的贪吃蛇,感兴趣的瞧瞧,有问题欢迎反馈(The snakes written under Linux are interested in looking at them)
C语言贪吃蛇代码
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码(C language, the source code of snake is simple and easy to understand, and the file is VC source code.)
贪吃蛇
- 贪吃蛇游戏简单设计,实现简单的运行操作,(Snake game design..................)