-
一个打字练习的汇编源程序,并且可以计时
一个打字练习的汇编源程序,并且可以计时-typing exercises a compilation of source code, as well as time
- 2022-06-30 18:52:26下载
- 积分:1
-
液晶显示,程序已经调试通过好使,网上汇编程序较少,急大家所需...
液晶显示,程序已经调试通过好使,网上汇编程序较少,急大家所需-Liquid crystal display, the program has been through so debug, on-line assembler less urgent requirements of U.S.
- 2022-05-05 13:54:20下载
- 积分:1
-
睾酮
TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
- 2022-09-26 21:20:03下载
- 积分:1
-
Machine in the PC serial port to accept the 8250 experiment, using assembly lang...
在PC机上进行的8250串口接受实验,采用汇编语言编写-Machine in the PC serial port to accept the 8250 experiment, using assembly language to prepare
- 2022-07-12 15:50:55下载
- 积分:1
-
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。...
介绍汇编语言,属于教程一类的,想学习对硬件编程的朋友可以下载来看看。直接解压就可,CHM文件。-introduction to the compilation of language, belong to a category Guide, want to learn programming for the hardware can be downloaded friends to see. Decompression can be direct, CHM file.
- 2022-01-24 17:42:14下载
- 积分:1
-
这是一个定时器程序。适合于单片机初学者
这是一个定时器程序。适合于单片机初学者-This is a timer program. Suitable for beginners ... ... MCU
- 2022-07-13 18:13:31下载
- 积分:1
-
Tang detailed description of all test cases, as well as a number written in asse...
唐老师详细介绍了所有的测试用例,以及一些用汇编语言编写的课程设计,详细说明,包括红绿灯、报警系统等。!
- 2022-02-19 21:44:11下载
- 积分:1
-
用汇编写的win32程序一些例子。
用汇编写的win32程序一些例子。- With collects the compilation win32 procedure some examples.
- 2022-03-10 22:49:21下载
- 积分: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
-
这是一个矩阵键盘按钮液晶1602流动显示预定字符,适合初学者及工程应用。...
这是一个矩阵键盘按钮液晶1602流动显示预定字符,适合初学者及工程应用。-This is a keyboard button matrix LCD shows scheduled for 1602 mobile characters for beginners and engineering applications.
- 2022-04-11 07:05:19下载
- 积分:1