-
这是一个矩阵键盘按钮液晶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
-
#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
-
用于背景问题的应用,通过链表解决相关背景问题的应用。
用于背景问题的应用,通过链表解决相关背景问题的应用。-Used in the context of the problem applications, through the list to resolve the issue of the application of the relevant background.
- 2022-05-24 12:10:27下载
- 积分:1
-
数控调频台的汇编程序,可对数控调频台进行控制,有很好的效果...
数控调频台的汇编程序,可对数控调频台进行控制,有很好的效果-NC FM conctrol
- 2023-07-03 22:20:03下载
- 积分:1
-
IR decode, 红外线解码程序.IC:SN8P1602B
IR decode, 红外线解码程序.IC:SN8P1602B-IR decode, infrared decoding procedures. IC : SN8P1602B
- 2022-10-01 05:00:03下载
- 积分:1
-
本应用为温度计的源程式,用C写的,不错哦
本应用为温度计的源程式,用C写的,不错哦-This application for thermometer source programs, written using C, yes Oh
- 2023-02-28 18:15:03下载
- 积分:1
-
基于89C51的六位led秒表汇编语言原程序
基于89C51的六位led秒表汇编语言原程序-89C51-based stopwatch six led the original assembly language program
- 2022-02-04 09:35:38下载
- 积分:1
-
Pressure acquisition program can be displayed by external sensors to measure pre...
压力采集程序,能够通过外接传感器来测量显示压力并做处理-Pressure acquisition program can be displayed by external sensors to measure pressure and to do deal with
- 2022-05-10 20:05:43下载
- 积分:1
-
Function of a more comprehensive anti
功能较全面的反汇编器:反汇编器ht-2.0.15.tar.gz,而且是开源的,适合定量裁剪-Function of a more comprehensive anti-assembler: assembler anti-ht-2.0.15.tar.gz, and is open source, suitable for quantitative cut
- 2022-03-24 20:27:04下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1