-
这是一个定时器程序。适合于单片机初学者
这是一个定时器程序。适合于单片机初学者-This is a timer program. Suitable for beginners ... ... MCU
- 2022-07-13 18:13:31下载
- 积分:1
-
JAVA study into primary, textbooks code calculation and the procedure code conve...
JAVA学习初级变成,课本代码 有关程序计算和代码换算-JAVA study into primary, textbooks code calculation and the procedure code conversion
- 2022-07-11 08:16:44下载
- 积分:1
-
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.-will be stored in the DAT1 began an eight-byte BCD together, the results on SUM. Consider spills.
- 2023-01-15 03:05:04下载
- 积分:1
-
在字符LCD上显示中文字,采用汇编语言。并且在PROTES上运行通过...
在字符LCD上显示中文字,采用汇编语言。并且在PROTES上运行通过-In the character LCD display Chinese characters, using assembly language. And in PROTES run through the
- 2022-01-26 05:39:26下载
- 积分:1
-
控制道路指示灯的汇编代码
控制道路指示灯的汇编代码-road indicator compiled code
- 2022-02-10 14:15:26下载
- 积分:1
-
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。...
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。-Electronic clock source is correct, try Oh! Microcomputer Principle and Interface applies.
- 2023-02-21 17:55:04下载
- 积分: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
-
文件中的程序是用汇编实现的在黑屏一位置画一车型不断刷新屏幕使人看到的效果是车在向前动。...
文件中的程序是用汇编实现的在黑屏一位置画一车型不断刷新屏幕使人看到的效果是车在向前动。-document the procedures used in the compilation of achieving a position of blank screen painting a continuously updated models screen people saw the results is the car move forward.
- 2022-01-28 05:04:57下载
- 积分:1
-
TMS320C54x DSP
TMS320C54x DSP
Reference Set
Volume 2: Mnemonic Instruction Set
- 2022-01-29 02:45:05下载
- 积分:1
-
F2812的实验程序,八个按键蜂鸣器和液晶显示器
F2812实验程序,8位键控蜂鸣器与lcd-F2812 experimental procedure, eight keying buzzer sounded with the lcd
- 2023-04-06 06:00:04下载
- 积分:1