-
用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。...
用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。-C language chess source code, single file, suitable for novice to learn.
- 2022-05-21 13:15:33下载
- 积分:1
-
使用 UART 使用 pic16f877a
PIC16F/18F 初级板
PIC16F/18F 初级板被专门来帮助学生掌握所需的技能在嵌入式系统领域
- 2022-02-13 16:49:38下载
- 积分:1
-
控制系统,请仔细查看
也许对你有用
控制系统,请仔细查看
也许对你有用 -Control System, please carefully review may be useful to you
- 2022-07-28 07:12:22下载
- 积分:1
-
本软件为易语言编写的一个小游戏,旨在思路的激发,程序本身没什么难度...
本软件为易语言编写的一个小游戏,旨在思路的激发,程序本身没什么难度-software for the easy language of a small game, the idea is to inspire, the process itself little more difficult
- 2022-02-13 19:45:38下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
游戏采用全屏形式,你操纵的是一个小动物史莱姆,通过上,左,右键来控制它的跳起和左右行驶。木箱不断地从上方落下,你必须控制史莱姆把落下来的木箱顶破,否则木箱会落在...
游戏采用全屏形式,你操纵的是一个小动物史莱姆,通过上,左,右键来控制它的跳起和左右行驶。木箱不断地从上方落下,你必须控制史莱姆把落下来的木箱顶破,否则木箱会落在地上,越积越多,直到满屏,表示你输了,游戏结束。同时在游戏中还会落下炸弹,你不能顶到它,否则会被炸死-game using full-screen format, you manipulation is a small animal sacrifice, on the left and right to control its waists and moving around. Wooden boxes continuously from the top down, and you must control the universe put down the wood to break or wooden box would fall on the ground, have piled up until the dual HDMI inputs and more, you lose, the end of the game. While the game will fall bombs, you can not top of it, or else they would be killed
- 2022-08-10 09:42:17下载
- 积分:1
-
18 Wheels game sources. Operational system: DOS. Compiles OK in Quickbasic.
18 Wheels game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-01-22 10:44:36下载
- 积分:1
-
used to write c campus tour guide system with Floyd algorithm, inquiries to the...
用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
- 2022-12-21 10:05:03下载
- 积分:1
-
张勇的linQ学习P2P及IM软件的极佳素材代码
张勇的linQ学习P2P及IM软件的极佳素材代码-Zhang Yong, the peer-to-peer learning and IM excellent source material
- 2022-03-20 22:38:00下载
- 积分:1
-
/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的...
/*这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,但就看着电脑在里面运行,没有互动性也没什么意思,于是加入了由人控制的角色,让电脑控制的角色每走一步都计算一次当前两者的最短距离去追赶人控制的角色。这个程序画地图的部分是得于网上的一个迷宫程序,汉字部分也是用的别别人写好的子程序。其实这个程序还不是很完善,开始做好了一个,却不知那儿弄丢了,假期因为参加电子设计大赛,都玩单片机去了,这方面的也忘差不多了,希望有兴趣的朋友能改好了发给我.我的email:xiangyuan_122@163.com*/-err
- 2022-05-17 02:55:02下载
- 积分:1