-
- 2022-02-01 05:37:01下载
- 积分:1
-
介绍tc35i与单片机通信的汇编语言编程方法。
介绍tc35i与单片机通信的汇编语言编程方法。-TC35i introduce single-chip communications and assembly language programming.
- 2022-03-15 23:27:50下载
- 积分:1
-
source and detailed experimental procedures report
源程序及详细程序实验报告-source and detailed experimental procedures report
- 2022-12-06 11:00:03下载
- 积分:1
-
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。...
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。-This procedure for the simple performance management, student achievement such as multi-input,, to find, insert, and sequencing, and can save and transfer a file to input processing.
- 2022-08-10 08:44:32下载
- 积分:1
-
8251串行接口应用实验-接收端程序
串行通信接收程序source file
8251 8255 8253综合实验代码...
8251串行接口应用实验-接收端程序
串行通信接收程序source file
8251 8255 8253综合实验代码-8251 serial interface applied the experimental- the receiving end procedures to receive serial communication program source file 8251 8255 8253 Comprehensive Experiment code
- 2023-06-17 16:15:03下载
- 积分: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
-
fet140_ta_03
fet140_ta_03
- 2022-02-21 23:58:01下载
- 积分:1
-
可以利用AT89C51,对模数转换IC ADS7804能够显示出其电压值
可以利用AT89C51,对模数转换IC ADS7804能够显示出其电压值-Can make use of AT89C51, for analog-digital conversion IC ADS7804 can show that its voltage value
- 2023-03-26 15:05:03下载
- 积分:1
-
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。...
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。-multifunctional 5,250 procedures. Including the keys, and so on. For beginners links. A detailed briefing.
- 2023-02-17 23:25:03下载
- 积分:1
-
微机原理与接口技术课程设计实验报告
实验一 电子琴
微机原理与接口技术课程设计实验报告
实验一 电子琴-principle of the computer and interface technology curriculum design an experiment report experimental flower
- 2022-03-11 15:26:44下载
- 积分:1