-
#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
-
很实用的三极管资料,封装:TO
很实用的三极管资料,封装:TO-92,1.5A-very practical transistor, Compliant : TO-92, 1.5A
- 2022-02-11 17:01:15下载
- 积分:1
-
Compilation Principle experiments, lex and yacc with a simple drawing tools to p...
编译原理实验,用lex和yacc编写的简单绘图工具-Compilation Principle experiments, lex and yacc with a simple drawing tools to prepare
- 2022-05-14 11:04:54下载
- 积分:1
-
kkkk
DS1302时间 DS1302时间 DS1302时间-kkkk
- 2022-01-25 17:46:20下载
- 积分:1
-
PID算法C语言程序,实现了简单的PID控制功能
PID算法C语言程序,实现了简单的PID控制功能-PID algorithm for C language procedures realize a simple PID control function
- 2023-05-16 14:05:03下载
- 积分: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
-
汇编写的windows菜单例子
汇编写的windows菜单例子-Compilation of written examples of windows menu
- 2022-07-13 10:27:07下载
- 积分:1
-
单
单片机液晶显示,可以作为参考源程序,希望有用-Single-chip liquid crystal display can be used as a reference source, I hope useful
- 2022-08-07 09:21:04下载
- 积分:1
-
TMS320lf2047a的经典异步串行通信程序好得很
TMS320lf2047a的经典异步串行通信程序好得很-TMS320lf2047a classic asynchronous serial communication program very good
- 2022-03-21 10:51:53下载
- 积分:1
-
LED 闪烁 h 文件
是领导闪烁程序。A 发光二极管 (LED) 是一种两个铅半导体光源。它是一个基本的 pn 结二极管,
其中发出光激活时。[7] 当拟合电压对引线,电子是能够与重组电子孔内的设备,能量以光子的形式释放。
这种效应称为电致发光,和(对应的光子的能量) 的光的颜色由能带隙的半导体。
- 2022-04-08 00:30:14下载
- 积分:1