CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 飞机游戏

搜索资源列表

  1. keilc51_planegame

    0下载:
  2. 一个keilc51的例子--飞机小游戏,游戏运行在单片机里,一块51即可,无需任何外扩的 RAM,只要51的串口和计算机连起来就可以玩了。计算机上运行的程序是终端仿真程序,用来接收单片机发出的字符串并显示出由字符组成的画面和发出控制字符。-a keilc51 example -- small aircraft, games run on the microcontroller, a 51 can be without any foreign expansion of RAM, as long
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:22239
    • 提供者:laf
  1. plane_game

    1下载:
  2. 此为一用VHDL编写的硬件游戏程序,在16*16的点阵上实现了打飞机游戏,可以打飞机,也可以把飞机躲过去。挺有意思的。-this as a preparation using VHDL hardware Games, 16 * 16 in the lattice achieving an aircraft game, it could have aircraft and the aircraft can escape to. Quite interesting.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:48338
    • 提供者:万广鲁
  1. 2planegame

    0下载:
  2. 用C语言写的一个飞机游戏,可以烧到51单片机里运行,不可不看的哦!-C language written in a plane game, the banks were operating 51 microcontroller, can not read!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8074
    • 提供者:张油饼
  1. flygame

    0下载:
  2. 用于嵌入系统的飞机游戏,大家一定不陌生,可以闲来消请
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2353
    • 提供者:Jerry
  1. 20078251299410

    2下载:
  2. C51实用程序(45个) I/O、定时器、中断、看门狗、计数器、软件AD、VB串口、93c06驱动、24c02系列驱动、7219、20045、软件陷阱、串口中断、码值转换、AVR通讯、IIC、DS1302、DS1820、SPI、1602、12232、12864、T6963、1330、PC键、键盘输入法、智能化、飞机游戏、贪吃蛇、多级菜单实例等
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:275748
    • 提供者:hero
  1. plane_complete

    0下载:
  2. 基于ucgui的打飞机程序 通过扫描按键控制我机移动(只有4个按键,我们就设置了前后左右4个方向按键,子弹设为自动发射) 敌机移动通过rand函数产生(设敌机最大数为ENEMYMAXNUM,只要低于这数,每次循环就产生敌机否则不生成敌机.敌机只会在Y轴移动,如果敌机与我机相撞,,则发生爆炸) 敌机子弹生成与移动(每架敌机子弹数最多为BULLETMAXNUM,低于这个值,每个循环都会在飞机正前方产生一颗子弹,在Y轴方向移动SPEED.Y.如果子弹碰到我机,则发生爆炸,LIFE减
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3504
    • 提供者:陈名
  1. planegame

    0下载:
  2. 基于AT89S52系列单片机的飞机游戏样例程序-AT89S52 microcontroller series based on game sample procedures for aircraft
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:7810
    • 提供者:秦朗
  1. 16x16shejyouxi

    0下载:
  2. 16X16点阵飞机射击游戏控制程序,主控芯片是51系列单片机-16X16 lattice plane shooting game control procedures, the master chip is the 51 Series Microcontroller
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:4044
    • 提供者:zzc
  1. planegames

    0下载:
  2. 电子词典上经典的飞机游戏,模块化设计,C51编写-Electronic dictionary on the classic game of aircraft, modular design, C51 prepared
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7899
    • 提供者:oy
  1. WINCEgame-plane

    0下载:
  2. wince做的飞机小游戏 wince做的飞机小游戏-The aircraft made a game wince
  3. 所属分类:Windows CE

    • 发布日期:2017-04-08
    • 文件大小:453095
    • 提供者:wwp
  1. The-plane-game-example-

    0下载:
  2. 51单片机的飞机游戏案例,这个值得学习 用键盘控制玩,你们懂的。-51 single aircraft game case, this is worth learning to use keyboard control to play, you understand.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:8285
    • 提供者:pcbddd
  1. 43

    0下载:
  2. 小游戏飞机游戏样例的源码,想制作游戏的可以参考一下-Small game sample source code for the aircraft game, want to make games for reference
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:7815
    • 提供者:阿伦
  1. C51-design

    0下载:
  2. 书籍《单片机语言C51程序设计代码》中的代码,很好的学习代码,里面有贪吃蛇游戏,飞机游戏,多级菜单设计,要求学习者有一定的基础-Books the microcontroller programming language C51 code of the code, very good learning code, and there are snake game, the game, multilevel menu design, requires learners have certain f
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1316300
    • 提供者:唐圣雄
  1. danpianji-music

    0下载:
  2. 实现飞机游戏功能,微处理器为单片机,在Visual c下可运行,有HEX文件-Of aircraft games, microprocessor microcontroller, can be run in Visual C HEX file
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:10029
    • 提供者:刘翔
  1. pic-controles-games

    0下载:
  2. PIC+LCD12864做的坦克打飞机游戏,里面有详细的代码说明。-PIC+LCD12864 display game
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:389050
    • 提供者:邹远
  1. Aircraft-game-c-language

    0下载:
  2. 飞机游戏c语言,基于c语言的飞机游戏程序。-The aircraft game c language, c language airplane game.
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:1407
    • 提供者:公交卡
  1. 16X16FIGHTER

    0下载:
  2. 16点阵做的打飞机游戏,按键控制,包含源码和仿真-16 lattice made aircraft game, key control, including source code and simulation
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:29706
    • 提供者:颜逸新
  1. SAMPLES-40-SAMPLES

    0下载:
  2. DY_MINI80E升级板光盘资料,40多个参考样例(仅供参考)。包括飞机游戏,贪吃蛇用单片机最小系统怎么实现-DY_MINI80E upgrade board CD-ROM, over 40 reference sample (for reference only). Including aircraft games, Snake with minimum system microcontroller how to achieve
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:372016
    • 提供者:魏丽
  1. qirushi

    0下载:
  2. 此为可在嵌入式板子上实现的一款打飞机游戏,可实现触屏声音等功能-This is available on the realization of an embedded board aircraft game, enabling features such as touch-screen sound
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:5877
    • 提供者:孙佳佳
  1. PLANE-GAME

    0下载:
  2. MCS-51单片机开发的飞机游戏源程序代码-PLANE GAMES
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:7815
    • 提供者:ZB
« 12 »
搜珍网 www.dssz.com