搜索资源列表
贪食蛇
- 一个自己编写的贪食蛇游戏.-a prepared Tanshichi own game.
snake(贪食蛇)
- 一个贪食蛇的小游戏,可以一个人或者两个人玩-a small game can be a person or two people play
贪食蛇_xiaohui82
- 贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
贪食蛇游戏源码
- 该程序源码是我大二暑假时用Java语言写的一个贪食蛇游戏,源码中大部分逻辑控制部分都加上了注释,想学习写游戏的Java爱好者可以看看。压缩包提供了源码和可直接运行的.jar文件,另有文档说明-the program source code is my sophomore summer with the Java language to write a pivotal game, source logic control most part of a footnote has been adde
C1贪食蛇
- 说明了怎样用C来实现小游戏贪食蛇-information on how to use C minor pivotal game
贪食蛇(Win32)
- VC++ Win32的贪食蛇小游戏
NDS贪食蛇
- 自己写的NDS张机上运行的贪食蛇游戏
贪食蛇游戏
- C语言写的贪食蛇小游戏
贪食蛇代码
- 基于MFC的贪食蛇游戏
单片机做的贪食蛇游戏
- 单片机做的贪食蛇游戏,proteus仿真通过,学习的好资料...,Single-chip do贪食蛇game, proteus simulation adoption, learn good information ...
Snake
- java版贪食蛇游戏,解压编译后即可正常运行 -java version贪食蛇games, after the compiler can extract the normal operation of
tanshishe
- vb编写的贪食蛇游戏,集合声音/图像来表现游戏内容,学习价值不错-vb prepared贪食蛇games, set the voice/image to the performance of game content, learning the value of good
EVC_Snake
- 使用 Embeded Visual C++ 开发,贪食蛇游戏源代码,帮助学习 EVC, Windows Mobile 程序, 对想在 Windows Mobile 环境下开发游戏的非常有帮助-Using Embeded Visual C++ development, source code贪食蛇games to help learn EVC, Windows Mobile procedures like environment in the Windows Mobile game develop
SparklingObject
- windows mobile的环境中所能运行的贪食蛇游戏的源码-windows mobile environment, Snake can run the game source code
snake
- 一个小的贪食蛇游戏,供初学者参考,实现了最简单的功能-A small Snake game for beginners reference
Snake
- 简单的贪食蛇游戏.........在网上找到得-Simple Snake game on the web, too .........
GreedySnake
- Windows mobile 中用C#开发的贪食蛇游戏-Windows mobile using C# development of Snake game
基于ucos_ii的贪食蛇游戏设计
- 基于51单片机ucos系统游戏设计。并且实施显示cpu占用以及内存占用(Game design of UCOS system based on 51 single chip microcomputer. And implementation shows CPU occupancy as well as memory footprint)
贪食蛇游戏
- 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
she
- 实现了简单的贪食蛇游戏的基本功能,每吃一个食物,身体增加一节,可以给初学者借鉴。(The basic function of a simple Snake game is realized. Every time you eat a food, you add a section to your body, which can be used for beginners.)