搜索资源列表
jingdiangame
- 这是几个比较经典的游戏,包括了扫雷,贪吃蛇,推箱子,俄罗斯方块,拼图等游戏-This is a few more classic games, including mine, a huge memory, Tuixiangzi, the Russian box, puzzles and other games
cyuyanlizi
- 本文件是关于几款经典游戏的C语言程序.包括贪吃蛇.五子棋,搬运工等游戏-The present document is a classic game on several C-language program. Including the Snake. Gobang, porters and other games
C_game_code
- C语言游戏案例集锦,有贪吃蛇,俄罗斯方块,等经典游戏源码-C language games allehanda case, there are Snake, Tetris, classic games, such as source
bianchen_java
- 所有用JAVA设计的课程案例,包括贪吃蛇,俄罗斯方块等游戏,以及人事管理系统,学习成绩管理系统,很不错的JAVA应用程序原代码,不知能否通过哦-All courses use JAVA design cases, including Snake, Tetris and other games, as well as the personnel management system, learning management system,
Snake
- 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. I
MFCwindows_game
- MFC实现的小游戏,包括扫雷、贪吃蛇、推箱子、俄罗斯方块、拼图等-MFC to achieve a small game, including mine, Snake, Sokoban, Tetris, puzzles, etc.
snake
- 单片机贪吃蛇游戏,可在89c51等单片机运行. keil编译-SCM Snake game, you can 89c51 microcontroller such as running. Keil compiler
Android
- 《Android移动开发案例详解》作为《Android平台手机软件开发》系列丛书的第二本分册,通过10多个实际的开发案例对Android平台展开详细的实战介绍,内容涉及应用程序(如图片浏览器、文件浏览器、通讯录、任务管理器等),实用软件(如音乐播放器、天气预报、多媒体播放器、短信语音播报、手机远程监控器等),游戏软件(如JetBoy、连连看、贪吃蛇等)以及其他程序的详细开发过程。-" Android mobile develop
333
- STC单片机在12864实现游戏功能,有贪吃蛇等游戏程序简单-STC SCM game features the 12864 Snake game program
javabean
- 贪吃蛇游戏是一款经典的益智游戏,有PC和手机等多平台版本。既简单又耐玩。该游戏通过控制蛇头方向吃蛋,从而使得蛇变得越来越长。[1] 另外还有一种名为“贪吃蛇”钻井测井技术,是运用旋转导向系统、随钻测井系统等的油气田定向钻井、随钻测井技术,可完成海上“丛式井”和复杂油气层的开采需求,大幅降低油气田开发综合成本。(Snake game is a classic puzzle game, PC and mobile phones and
贪吃蛇
- 用C++编写的一个简单的贪吃蛇小游戏,包括积分等功能(the simple snake game by visual c++)
贪吃蛇 俄罗斯方块 万年历
- 实现贪吃蛇 俄罗斯 往年里等游戏功能设计(Snake, Russia in previous years, such as the design of the game)
3 流程结构与游戏
- 在windows下使用eclipse软件进行相关游戏的开发,首先必须搭建一个框架,此框架为Game框架,用户可自行下载,而后导入项目,即可进行相关程序的开发,如贪吃蛇、五子棋等游戏。(The development of game using eclipse software under windows, we must first construct a fr a mework, the fr a mework for the Gam
贪吃蛇
- 贪吃蛇游戏是一款经典的益智游戏,有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
贪吃蛇
- C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
游戏
- 用python画中国五星红旗,用简单的程序实现画国旗。(The Chinese five star red flag is painted with Python, and the national flag is painted with a simple procedure.)
Retro Snaker
- 基于C++的贪吃蛇小游戏,适合初学者学习,可根据代码加入背景图片、速度因子等自行更改设定。(C++ based Snake game, suitable for beginners to learn, according to the code to add background pictures, speed factors and other self - change settings.)
VB小游戏源码
- vb编写的小游戏源码。新人学习使用,扫雷贪吃蛇等(VB written small game source code. Newcomers learn to use, mine and snake.)
贪吃蛇游戏
- 此游戏是在STM32F407上开发的一款简易版贪吃蛇游戏,具有设置功能,可以调节蛇与食物颜色,还具有调节声音,暂停等功能。(This game is a simple version of Snake Eating game developed on STM32F407. It has setting function, can adjust the color of snake and food, and also has the f
基于51的8*8点阵贪吃蛇
- 基于51单片机 通过点阵显示的贪吃蛇小游戏 同时能够通串口更新点阵 点阵实现闪烁 移动等功能