-
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何...
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何逻辑错误,请大家自行对源代码修改(源代码是:版权没有,翻版不纠!
但请大家尊重Redfor的源码,如要转载,请与原作者联系)-Redfox hereby like to thank the source, in-game map data and the role of mobile code essential to maintain the core of the original, this part of the contents were only format adjustments. The current level can only be regarded as entry-level, if the game has no logic error, please everyone to modify the source code (source code is: there is no copyright infringement is not correct! But please respect everyone Redfor source, such as the need to reprint, please contact contact the original author)
- 2023-02-06 00:25:03下载
- 积分:1
-
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k...
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
- 2022-07-19 02:23:39下载
- 积分:1
-
GPS信息接入码(LCD12864液晶字体并行模式)
用于C语言编写的GPS 程序,适用于51单片机。V1.0第一次编写V1.1更改一些外部中断的BUGV1.2加入UTC时间/日期和北京时间/日期的转换,包括闰年、日/月/年的进位计算
- 2022-12-20 13:55:04下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
使用AT89C52驱动LED点阵,包涵源程序及PROTUES制作的原理图,内容完整...
使用AT89C52驱动LED点阵,包涵源程序及PROTUES制作的原理图,内容完整-AT89C52-driven use of LED dot matrix, includes source code and schematics PROTUES production, content integrity
- 2022-02-13 10:52:44下载
- 积分:1
-
这是一个汇编语言,教如何编写软盘的子程序。一个G。
This a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment-This is a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
- 2022-03-31 19:56:51下载
- 积分:1
-
一种很好的用单片机控制步进电机的程序,用汇编语言编写。...
一种很好的用单片机控制步进电机的程序,用汇编语言编写。-A good use of single-chip stepper motor control procedures, with the compilation of languages.
- 2022-04-22 11:35:50下载
- 积分:1
-
C series Hanno tower
用C编的hanno塔-C series Hanno tower
- 2023-05-08 01:45:02下载
- 积分:1
-
这是汇编器的源代码
这是汇编器的源代码- This is the assembly source code
- 2022-06-17 05:52:04下载
- 积分:1
-
PIC16c57 Bright embedded control module
PIC16c57 Bright embedded control module模拟串口通信部分-PIC16c57 Bright embedded control module
- 2022-06-26 08:18:42下载
- 积分:1