-
Through the AT89C51, can be carried out on the LCD to read and write.
通过AT89C51,可以对LCD 进行读和写.-Through the AT89C51, can be carried out on the LCD to read and write.
- 2022-07-08 19:14:34下载
- 积分:1
-
时钟中断历程 可以下下来参考一下 很不错的程序 适合于汇编初学者参考...
时钟中断历程 可以下下来参考一下 很不错的程序 适合于汇编初学者参考-Process can break down the clock, under the procedures refer to very good reference for beginners compilation
- 2022-02-27 00:34:59下载
- 积分:1
-
FAT16 磁盘格式引导程序(ASM)
FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
- 2022-06-16 22:49:29下载
- 积分:1
-
Intel instruction set compilation
Intel 汇编指令集-Intel instruction set compilation
- 2022-03-02 07:06:55下载
- 积分:1
-
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。...
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。-established from the beginning byte DATA modules into 10 unsigned data, the data to find the maximum and minimum, the screens showed that 10 data and maximum and the minimum.
- 2022-10-29 07:40:03下载
- 积分:1
-
脑电信号的分析算法的全面概述,包含李氏指数复杂度等
脑电信号的分析算法的全面概述,包含李氏指数复杂度等-EEG analysis algorithm overview, including complexity, such as Lyapunov exponent
- 2022-01-24 13:21:35下载
- 积分:1
-
采用PID方式控制直流无刷电机,可使电机的调速范围扩大一倍以上...
采用PID方式控制直流无刷电机,可使电机的调速范围扩大一倍以上
- 2022-03-04 22:27:58下载
- 积分: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
-
能够进行从0到24小时的计时,并设置时、分、秒的时钟程序。...
能够进行从0到24小时的计时,并设置时、分、秒的时钟程序。-Can be carried out from 0 to 24 hours of time, and set the hours, minutes and seconds, clock program.
- 2022-02-11 15:30:04下载
- 积分:1
-
重要的文件 重要的文件
重要的文件 重要的文件 -重要的文件重要的文件重要的文件重要的文件
- 2023-08-12 23:25:03下载
- 积分:1