登录
首页 » Asm » fivegame

fivegame

于 2020-06-26 发布 文件大小:536KB
0 284
下载积分: 1 下载次数: 22

代码说明:

  一个五子棋游戏可以图形显示棋盘和网格线然后选择棋子 有一定智能(Gobang game can be a graphic display board and the grid and then choose a certain smart chessman)

文件列表:

LJ
..\LINK.EXE
..\MASM.EXE
..\五子棋
..\......\111.ASM
..\......\990903问静园的汇编报告.doc
..\......\刘德龙.doc
..\......\吴琦-课程设计报告.doc
..\......\许可的课程设计报告.doc
..\......\赵妍君.doc
..\五子棋游戏源代码及报告
..\......................\B.EXE
..\......................\B.OBJ
..\......................\B.PIF
..\......................\SHUBIAO.ASM
..\......................\五子棋实验报告.doc
..\......................\源代码.asm
..\文本编辑
..\........\总程序
..\........\......\ASMEDIT.DIO
..\........\......\CREAT.ASM
..\........\......\CREAT.EXE
..\........\......\CREAT.OBJ
..\........\......\FOLDER.HTT.KBK
..\........\......\MIAN1.ASM
..\........\......\MIAN1.EXE
..\........\......\MIAN1.OBJ
..\........\......\OPEN.ASM
..\........\......\OPEN.EXE
..\........\......\OPEN.OBJ
..\........\李小霞.doc
..\........\王磊.doc
..\........\秦栋.doc
..\........\荣金刚.doc
..\........\衣春冬.doc
..\........\费建峰.doc
..\........\郑宇.doc
..\文本编辑器
..\..........\1朱政强.doc
..\..........\2甘晓薇.doc
..\..........\3李文君.rtf
..\..........\4孙立新.doc
..\..........\5王小育.doc
..\..........\ASMEDIT.DIO
..\..........\GROUP2.ASM
..\..........\GROUP2.DOC
..\..........\GROUP2.EXE
..\..........\GROUP2.OBJ
..\..........\GROUP2.PIF
..\..........\JJ
..\..........\WENBEN.ASM
..\..........\WENBEN.EXE
..\..........\WENBEN.OBJ
..\..........\WENBEN.PIF
..\..........\封面.doc
..\..........\文本编辑器
..\..........\..........\1朱政强.doc
..\..........\..........\2甘晓薇.doc
..\..........\..........\3李文君.rtf
..\..........\..........\4孙立新.doc
..\..........\..........\5王小育.doc
..\..........\..........\FOLDER.HTT.KBK
..\..........\..........\GROUP2.DOC
..\..........\..........\封面.doc
..\题目:五子棋.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • a simple service under linux
    一个简单的linux下的服务端,有什么问题请多指教!-a simple service under linux-and what problems it should improve!
    2023-01-22 01:20:03下载
    积分:1
  • 这是用开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。...
    这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。-This is the development of assembly language with an input method, simple, flexible, thesaurus, and already in use, but also the flexibility of the thesaurus to be developed.
    2022-01-25 20:38:20下载
    积分:1
  • w77e58_5
    2401汇编语言编写的收发程序包括了初始化,控制子的写入(2401 assembly language program to prepare the transceiver including the initialization, the write control sub-)
    2007-07-12 17:49:05下载
    积分:1
  • 此程序用164扩展键盘和显示功能,最大限度的少用IO口
    此程序用164扩展键盘和显示功能,最大限度的少用IO口-Expansion of this program with 164 keyboard and display functions, to maximize the use of the IO I
    2022-02-06 02:04:20下载
    积分:1
  • AT89C2051制作红外线多路遥控器,多通道,操作简单
    AT89C2051制作红外线多路遥控器,多通道,操作简单-AT89C2051 produced more Luyao infrared controller, multi-channel, simple operation
    2022-03-16 04:05:48下载
    积分:1
  • 这是关于餐厅计费软件,帮助我们使用计费软件…
    it is about resturant billing software which help us to use billing software in resturant
    2023-08-01 10:00:02下载
    积分:1
  • C++ 函数调用堆栈,反例子。可以学习子函数入参传递,子函数返回等。...
    C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。-C++ function call stack, disassembly examples. Can learn to pass parameters into the subroutine, subroutine return and so on.
    2023-08-23 07:50:03下载
    积分:1
  • 1
    说明:  基本的8086组成原理并提供数据测验,实现了比如mov,add等基本汇编命令的运行。(The composition of the basic principles of 8086 and to provide test data to realize such mov, add the basic compilation command operation.)
    2009-10-31 20:47:56下载
    积分:1
  • This is a clock program, everyone gets advice on thank you
    这是一个时钟程序,请大家指点一下,谢谢大家-This is a clock program, everyone gets advice on thank you
    2022-08-11 10:05:05下载
    积分:1
  • Serial-Comunication.tar
    windows系统下汇编语言实现的串口聊天小程序,具有简易的聊天界面,支持聊天记录保存,使用中断及查询方式实现,支持二进制和字符传送。 1. 文件功能描述: 1com1.asm为打开com1通信的源文件 2com2.asm为打开com2通信的源文件 2个源代码除了串口地址不同,其他代码相同 同理1com1.exe 和2com2分别打开com1和com2来通信 2. 二进制传送格式: 当选择菜单二进制传送时(菜单2和3) 发送方输入以空格隔开的2位的16进制数,(不够2位用0补充) 比如可以输入 AB CE 33 3F EC 01 00 0A 再按回车就发送过去了。 (windows system the serial assembly language chat applet with a simple chat interface, support chat history saving, the use of interrupt and query method implemented to support binary and character transfer. 1. File Function Description: 1com1.asm communication to open the source file com1 2com2.asm communication to open the source file com2 2 In addition to the serial port address of the source code is different from other code the same Similarly 1com1.exe and 2com2 open com1 and com2, respectively, to communicate 2. Binary delivery format: Binary transmission when the selection menu (Menu 2 and 3) Enter the sender of the two separated by a space of 16 hexadecimal numbers (not supplemented with 0 2) For example you can enter AB CE 33 3F EC 01 00 0A press Enter to send over.)
    2011-05-30 16:09:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载