-
信息的基本原则,以及想要的核心结构…
dos 底层原理资料,和内核结构说明,想了解dos的编程的或许有用的哦-dos underlying principles of information, and the core structure that would like to know the dos programming, perhaps, useful Oh
- 2022-02-16 02:00:11下载
- 积分:1
-
1602 allcgram 字符两行循环显示
1602 allcgram 字符两行循环显示-1602 allcgram two characters showed cyclic
- 2023-01-10 11:40:04下载
- 积分:1
-
开机时,显示12:00:00的时间开始计时;
P0.0/AD0控制“秒”的调整,每按一次加1秒;
P0.1/AD1控制“分”的调整,每按一次加1分...
开机时,显示12:00:00的时间开始计时;
P0.0/AD0控制“秒”的调整,每按一次加1秒;
P0.1/AD1控制“分”的调整,每按一次加1分;
P0.2/AD2控制“时”的调整,每按一次加1个小时;
-Boot-up, indicating the start time 12:00:00 time P0.0/AD0 control seconds of adjustment, every time plus 1 seconds P0.1/AD1 control points of adjustment, every time plus 1 points P0.2/AD2 control when adjustments, every time plus 1 hours
- 2022-04-21 03:30:24下载
- 积分:1
-
Can be converted BCD code asm file has passed masm6.0 successful test in dos
可以转换BCD码的asm文件
已通过masm6.0在dos下测试成功-Can be converted BCD code asm file has passed masm6.0 successful test in dos
- 2022-06-13 21:07:32下载
- 积分: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
-
Assembly Language Programming
*****汇编语言程序设计 源代码-Assembly Language Programming
- 2022-01-31 16:41:32下载
- 积分:1
-
This is a program for snake games.
这是一个很经典的游戏――贪吃蛇的游戏源码,用汇编编的。-This is a program for snake games.
- 2022-08-14 02:24:12下载
- 积分:1
-
bios源代码,请对底层的代码有兴趣看下吧
bios源代码,请对底层的代码有兴趣看下吧-bios source code, the code of the underlying interest Kanxia Bar
- 2023-04-16 01:10:03下载
- 积分:1
-
This sample shows the use of input and output string functions of emu8086.inc
This sample shows the use of input and output string functions of emu8086.inc
- 2022-01-25 23:18:54下载
- 积分:1
-
读DS18B20的序列号,读进片内RAM里,KEILC环境下用汇编语言编译调试成功...
读DS18B20的序列号,读进片内RAM里,KEILC环境下用汇编语言编译调试成功-DS18B20 Reading the serial number, read into the RAM chip in, KEILC environment using assembly language compiler debugging success
- 2023-03-20 07:35:03下载
- 积分:1