-
#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
-
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用...
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用-Compilation prepared by using locks, proteus simulation, procedures, a full set of schematic diagram, in the hope that those who need it useful
- 2022-05-09 00:58:59下载
- 积分:1
-
intron 10 has several successful c compiler code, we are happy to share.
内含十几个已编译成功的c代码,欢迎大家共享。-intron 10 has several successful c compiler code, we are happy to share.
- 2022-06-26 12:12:52下载
- 积分:1
-
的PPT学习汇编,很好!~
汇编学习时的PPT,非常不错!~-compilation of the PPT learning, very good! ~
- 2022-02-07 11:18:53下载
- 积分:1
-
51 single
51单片机矩阵键盘扫描扫描之逐行扫描法.asm程序-51 single-chip scan matrix keyboard scanning method of progressive scan. Asm program
- 2022-01-26 08:31:50下载
- 积分:1
-
太阳能自动化取暖控制汇编程序
太阳能自动化取暖控制汇编程序-solar heating automation control assembler
- 2022-02-04 18:00:55下载
- 积分:1
-
lcd1602,简单的液晶显示程序
lcd1602,简单的液晶显示程序,我用的是51单片机,将程序下载到单片机上,上电成功后,液晶屏就会自动显示提前设定好的要显示的内容,要想设定显示内容,只需在编程里将输出内容改成要输出的内容就可,超级简单,绝对可以用,
- 2022-04-28 19:44:28下载
- 积分:1
-
这个程序主要是为了简单方便的改变屏幕的分辨率。
这个程序主要是为了简单方便的改变屏幕的分辨率。-This procedure is simple and convenient in order to change the screen resolution.
- 2022-03-15 06:28:50下载
- 积分:1
-
An LCD module on the test procedures CA12232G
一款关于 CA12232G 液晶模块的测试程序 -An LCD module on the test procedures CA12232G
- 2022-01-25 23:06:45下载
- 积分:1
-
Pf18f485 in the pic under the control of single
在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的
-Pf18f485 in the pic under the control of single-chip so that the work of CCP1 module in PWM mode PWM waveform output from the RC2 I 10 resolution of the
- 2023-02-23 14:50:03下载
- 积分:1