基本信息
源码名称:4合一游戏机(GAMEBOX_CODE_Keil5_v1.1)
源码大小:0.28M
文件格式:.zip
开发语言:C/C++
更新时间:2020-11-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Dot matrix game machine has code and hardware schematic diagram, which is developed based on stc15

GAMEBOX_CODE_Keil5_v1.1

├── GameBox.plg
├── Gamebox.m51
├── Gamebox.uvgui.Administrator
├── Gamebox.uvopt
├── Gamebox.uvproj
├── Gamebox_uvopt.bak
├── Gamebox原理图_PCB.pdf
├── PCB_BOM.CSV
├── README.txt
├── STARTUP.A51
├── output
│   ├── Delay.lst
│   ├── Delay.obj
│   ├── Display_Drives.lst
│   ├── Display_Drives.obj
│   ├── GUI.lst
│   ├── GUI.obj
│   ├── Gamebox
│   ├── Gamebox.build_log.htm
│   ├── Gamebox.hex
│   ├── Gamebox.lnp
│   ├── Gamebox.m51
│   ├── Main.lst
│   ├── Main.obj
│   ├── Music_date.lst
│   ├── Music_date.obj
│   ├── RAC.lst
│   ├── RAC.obj
│   ├── STARTUP.lst
│   ├── STARTUP.obj
│   ├── Shot.lst
│   ├── Shot.obj
│   ├── Sound_Drives.lst
│   ├── Sound_Drives.obj
│   ├── Sound_date.lst
│   ├── Sound_date.obj
│   ├── Tetris.lst
│   ├── Tetris.obj
│   ├── snake.lst
│   └── snake.obj
└── src
    ├── Delay.c
    ├── Delay.h
    ├── Display_Drives.c
    ├── Display_Drives.h
    ├── GUI.c
    ├── GUI.h
    ├── Main.c
    ├── RAC.c
    ├── RAC.h
    ├── STC15F2K60S2.H
    ├── STC_ISP.H
    ├── Shot.c
    ├── Shot.h
    ├── Sound_Drives.c
    ├── Sound_Drives.h
    ├── Sound_date.c
    ├── Tetris.c
    ├── Tetris.h
    ├── config.h
    ├── snake.c
    ├── snake.h
    └── typedef.h
2 directories, 61 files