-
点阵显示 点阵显示
点阵显示 点阵显示-Dot-matrix display Dot Matrix display
- 2023-06-20 02:00: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
-
8279 keyboard show source code
8279键盘显示, 源代码-8279 keyboard show source code
- 2022-09-27 23:50:03下载
- 积分:1
-
HD44780在aduc812上的应用,汇编程序,调试成功
HD44780在aduc812上的应用,汇编程序,调试成功-HD44780 in the application procedure compilation, debugging success
- 2022-08-26 01:16:49下载
- 积分:1
-
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序-prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures
- 2022-02-11 11:28:40下载
- 积分:1
-
Timing counts subtraction. Input data between the three
定时减法计数。输入数据0到9之间三位数,开始计时,每秒减一。当计数完成时,可做二次开发。还可做简单加减法-Timing counts subtraction. Input data between the three-digit 0-9, start running, by one per second. When the count is complete, do the secondary development. Also to do simple addition and subtraction
- 2023-07-09 20:55:03下载
- 积分:1
-
用c语言编写的一个游戏、通讯录程序
用c语言编写的一个游戏、通讯录程序-use of a language game, contacts procedures
- 2022-03-01 10:36:28下载
- 积分:1
-
指令功能及汇编语言程序设计时钟输出,利用了单片机
指令功能及汇编语言程序设计时钟输出,利用了单片机-Command functions and assembly language programming
- 2022-02-26 18:33:52下载
- 积分:1
-
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编...
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编-TLC549 the A/D conversion process, read the value of analog input and displays in the LED display, accompanied by a detailed description and explanation of the circuit, including the c and the compilation of
- 2022-03-11 00:38:39下载
- 积分:1
-
一个让人感觉高深莫测的3D debug code ,至少可以激发你的斗志。...
一个让人感觉高深莫测的3D debug code ,至少可以激发你的斗志。-people a feeling of inscrutable 3D debug code, you can at least stimulate the morale.
- 2022-08-22 07:48:29下载
- 积分:1