文件名称:heibaiqi
介绍说明--下载内容来自于网络,使用问题请自行百度
本实验利用嵌入式开发系统设计一个黑白棋的小游戏。采用32位ARM处理器,屏幕上有显示棋格,触摸屏幕落黑子、白子,棋盘设置成8×8正方形结构。该程序用于实现黑白棋游戏双人对战。
设计思路:
1.画出棋盘
2.摆上初始的四颗棋子
3.实现游戏规则
4.边界条件的判定
5.自动提示哪方下棋,并在屏幕上显示相应落子颜色,若一方无路可走,则交换下棋选手,直到双方都无路可走,游戏结束并给出提示,每次落子后,屏幕在终端显示各方棋子数目。
-In this study, embedded development system design a game of Reversi. 32-bit ARM processor, screen display the Checkerboard, touch screen off the sunspots, albino, board set to 8 × 8 square structure. The procedures used to achieve the Double Battle Reversi game.
Design ideas:
1 Draw the chessboard
Put the initial four pawns
3. The rules of the game
4 the determination of the boundary condition
5 automatically prompts which side to play chess, and corresponding Lazi color displayed on the screen, if one party is nowhere to go, exchanging chess players, until both sides have nowhere to go, the game ends and gives tips after each Lazi parties, the screen displayed on the terminal number of pieces.
设计思路:
1.画出棋盘
2.摆上初始的四颗棋子
3.实现游戏规则
4.边界条件的判定
5.自动提示哪方下棋,并在屏幕上显示相应落子颜色,若一方无路可走,则交换下棋选手,直到双方都无路可走,游戏结束并给出提示,每次落子后,屏幕在终端显示各方棋子数目。
-In this study, embedded development system design a game of Reversi. 32-bit ARM processor, screen display the Checkerboard, touch screen off the sunspots, albino, board set to 8 × 8 square structure. The procedures used to achieve the Double Battle Reversi game.
Design ideas:
1 Draw the chessboard
Put the initial four pawns
3. The rules of the game
4 the determination of the boundary condition
5 automatically prompts which side to play chess, and corresponding Lazi color displayed on the screen, if one party is nowhere to go, exchanging chess players, until both sides have nowhere to go, the game ends and gives tips after each Lazi parties, the screen displayed on the terminal number of pieces.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
heibaiqi/
heibaiqi/Exp8触摸屏程序设计/
heibaiqi/Exp8触摸屏程序设计/Exp8.mcp
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/CWSettingsWindows.stg
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Debug/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Debug/TargetDataWindows.tdt
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/EXIO.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/ISR.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/LCD320.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/Main.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/MyUart.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/UHAL.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/heap.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/isr_address.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/memcfg.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/option.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/retarget.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/stack.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/tchScr.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/TargetDataWindows.tdt
heibaiqi/Exp8触摸屏程序设计/STARTUP/
heibaiqi/Exp8触摸屏程序设计/STARTUP/44B.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/44BINIT.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/BITOPS.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/DEF.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/EXIO.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/EXIO.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/ISR.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/ISR.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/LCD320.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/MEMCFG.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/Main.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/Maro.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/MyUart.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/MyUart.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/OPTION.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/OPTION.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/UHAL.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/lcd320.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/tchScr.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/tchScr.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/uhal.h
heibaiqi/Exp8触摸屏程序设计/init/
heibaiqi/Exp8触摸屏程序设计/init/heap.s
heibaiqi/Exp8触摸屏程序设计/init/isr_address.s
heibaiqi/Exp8触摸屏程序设计/init/readme.txt
heibaiqi/Exp8触摸屏程序设计/init/retarget.c
heibaiqi/Exp8触摸屏程序设计/init/scat_ram.scf
heibaiqi/Exp8触摸屏程序设计/init/scat_rom.scf
heibaiqi/Exp8触摸屏程序设计/init/stack.s
heibaiqi/嵌入式实验报告.doc
heibaiqi/黑白棋/
heibaiqi/黑白棋/Exp7.mcp
heibaiqi/黑白棋/Exp7_Data/
heibaiqi/黑白棋/Exp7_Data/CWSettingsWindows.stg
heibaiqi/黑白棋/Exp7_Data/Debug/
heibaiqi/黑白棋/Exp7_Data/Debug/TargetDataWindows.tdt
heibaiqi/黑白棋/Exp7_Data/Release/
heibaiqi/黑白棋/Exp7_Data/Release/Exp7.axf
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/44BINIT.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/EXIO.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/ISR.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/LCD320.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/Main.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/MyUart.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/UHAL.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/heap.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/isr_address.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/memcfg.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/option.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/retarget.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/stack.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/tchScr.o
heibaiqi/黑白棋/Exp7_Data/Release/TargetDataWindows.tdt
heibaiqi/黑白棋/Exp7_Data/Release/system.bin
heibaiqi/黑白棋/STARTUP/
heibaiqi/黑白棋/STARTUP/44B.H
heibaiqi/黑白棋/STARTUP/44BINIT.S
heibaiqi/黑白棋/STARTUP/BITOPS.H
heibaiqi/黑白棋/STARTUP/DEF.H
heibaiqi/黑白棋/STARTUP/EXIO.c
heibaiqi/黑白棋/STARTUP/EXIO.h
heibaiqi/黑白棋/STARTUP/ISR.H
heibaiqi/黑白棋/STARTUP/ISR.c
heibaiqi/黑白棋/STARTUP/LCD320.c
heibaiqi/黑白棋/STARTUP/MEMCFG.S
heibaiqi/黑白棋/STARTUP/Main.c
heibaiqi/黑白棋/STARTUP/Maro.h
heibaiqi/黑白棋/STARTUP/MyUart.c
heibaiqi/黑白棋/STARTUP/MyUart.h
heibaiqi/黑白棋/STARTUP/OPTION.H
heibaiqi/黑白棋/STARTUP/OPTION.S
heibaiqi/黑白棋/STARTUP/UHAL.c
heibaiqi/黑白棋/STARTUP/lcd320.h
heibaiqi/黑白棋/STARTUP/tchScr.c
heibaiqi/黑白棋/STARTUP/tchScr.h
heibaiqi/黑白棋/STARTUP/uhal.h
heibaiqi/黑白棋/init/
heibaiqi/黑白棋/init/heap.s
heibaiqi/黑白棋/init/isr_address.s
heibaiqi/黑白棋/init/readme.txt
heibaiqi/黑白棋/init/retarget.c
heibaiqi/黑白棋/init/scat_ram.scf
heibaiqi/黑白棋/init/scat_rom.scf
heibaiqi/黑白棋/init/stack.s
heibaiqi/Exp8触摸屏程序设计/
heibaiqi/Exp8触摸屏程序设计/Exp8.mcp
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/CWSettingsWindows.stg
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Debug/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Debug/TargetDataWindows.tdt
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/EXIO.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/ISR.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/LCD320.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/Main.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/MyUart.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/UHAL.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/heap.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/isr_address.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/memcfg.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/option.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/retarget.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/stack.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/ObjectCode/tchScr.o
heibaiqi/Exp8触摸屏程序设计/Exp8_Data/Release/TargetDataWindows.tdt
heibaiqi/Exp8触摸屏程序设计/STARTUP/
heibaiqi/Exp8触摸屏程序设计/STARTUP/44B.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/44BINIT.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/BITOPS.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/DEF.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/EXIO.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/EXIO.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/ISR.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/ISR.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/LCD320.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/MEMCFG.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/Main.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/Maro.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/MyUart.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/MyUart.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/OPTION.H
heibaiqi/Exp8触摸屏程序设计/STARTUP/OPTION.S
heibaiqi/Exp8触摸屏程序设计/STARTUP/UHAL.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/lcd320.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/tchScr.c
heibaiqi/Exp8触摸屏程序设计/STARTUP/tchScr.h
heibaiqi/Exp8触摸屏程序设计/STARTUP/uhal.h
heibaiqi/Exp8触摸屏程序设计/init/
heibaiqi/Exp8触摸屏程序设计/init/heap.s
heibaiqi/Exp8触摸屏程序设计/init/isr_address.s
heibaiqi/Exp8触摸屏程序设计/init/readme.txt
heibaiqi/Exp8触摸屏程序设计/init/retarget.c
heibaiqi/Exp8触摸屏程序设计/init/scat_ram.scf
heibaiqi/Exp8触摸屏程序设计/init/scat_rom.scf
heibaiqi/Exp8触摸屏程序设计/init/stack.s
heibaiqi/嵌入式实验报告.doc
heibaiqi/黑白棋/
heibaiqi/黑白棋/Exp7.mcp
heibaiqi/黑白棋/Exp7_Data/
heibaiqi/黑白棋/Exp7_Data/CWSettingsWindows.stg
heibaiqi/黑白棋/Exp7_Data/Debug/
heibaiqi/黑白棋/Exp7_Data/Debug/TargetDataWindows.tdt
heibaiqi/黑白棋/Exp7_Data/Release/
heibaiqi/黑白棋/Exp7_Data/Release/Exp7.axf
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/44BINIT.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/EXIO.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/ISR.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/LCD320.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/Main.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/MyUart.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/UHAL.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/heap.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/isr_address.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/memcfg.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/option.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/retarget.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/stack.o
heibaiqi/黑白棋/Exp7_Data/Release/ObjectCode/tchScr.o
heibaiqi/黑白棋/Exp7_Data/Release/TargetDataWindows.tdt
heibaiqi/黑白棋/Exp7_Data/Release/system.bin
heibaiqi/黑白棋/STARTUP/
heibaiqi/黑白棋/STARTUP/44B.H
heibaiqi/黑白棋/STARTUP/44BINIT.S
heibaiqi/黑白棋/STARTUP/BITOPS.H
heibaiqi/黑白棋/STARTUP/DEF.H
heibaiqi/黑白棋/STARTUP/EXIO.c
heibaiqi/黑白棋/STARTUP/EXIO.h
heibaiqi/黑白棋/STARTUP/ISR.H
heibaiqi/黑白棋/STARTUP/ISR.c
heibaiqi/黑白棋/STARTUP/LCD320.c
heibaiqi/黑白棋/STARTUP/MEMCFG.S
heibaiqi/黑白棋/STARTUP/Main.c
heibaiqi/黑白棋/STARTUP/Maro.h
heibaiqi/黑白棋/STARTUP/MyUart.c
heibaiqi/黑白棋/STARTUP/MyUart.h
heibaiqi/黑白棋/STARTUP/OPTION.H
heibaiqi/黑白棋/STARTUP/OPTION.S
heibaiqi/黑白棋/STARTUP/UHAL.c
heibaiqi/黑白棋/STARTUP/lcd320.h
heibaiqi/黑白棋/STARTUP/tchScr.c
heibaiqi/黑白棋/STARTUP/tchScr.h
heibaiqi/黑白棋/STARTUP/uhal.h
heibaiqi/黑白棋/init/
heibaiqi/黑白棋/init/heap.s
heibaiqi/黑白棋/init/isr_address.s
heibaiqi/黑白棋/init/readme.txt
heibaiqi/黑白棋/init/retarget.c
heibaiqi/黑白棋/init/scat_ram.scf
heibaiqi/黑白棋/init/scat_rom.scf
heibaiqi/黑白棋/init/stack.s
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.