-
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色...
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色-your computer from a floppy disk, and can display clock, screen buttons can change color
- 2022-01-21 06:27:12下载
- 积分:1
-
The driver of C8051, it will bring you very big benfit if you will read it, it i...
C8051的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051, it will bring you very big benfit if you will read it, it is very nice.
- 2023-06-24 05:35:03下载
- 积分:1
-
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的...
是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的-instructions on the compilation is a small dictionary, used to be very uncomfortable for some beginners should help
- 2022-06-01 14:46:15下载
- 积分:1
-
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张...
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张-Metro ticket class, the fare from 2 to 7 yuan, can be time to buy a variety of fare tickets, the maximum number of sheets of 10
- 2023-06-20 03:15:04下载
- 积分:1
-
The use of the temperature of the outside world ds18b20 collection led to the us...
利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
- 2022-07-24 04:20:33下载
- 积分:1
-
基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。...
基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。-basic prescribing of small programs, written study, it is not good, I study is a compilation of the exercises, please enlighten.
- 2023-05-16 12:15:03下载
- 积分:1
-
注意浮点算法
说明FPU算法和浮点运算的算法
- 2023-07-14 18:20:04下载
- 积分:1
-
利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。...
利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。-asm
- 2022-02-26 22:41:20下载
- 积分: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
-
Festival, and calculated
获得温度节,并进行计算-Festival, and calculated
- 2022-02-02 13:33:52下载
- 积分:1