-
#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
-
crout 比较经典 很好的一个方法 大家可以试一试
crout 比较经典 很好的一个方法 大家可以试一试-crout
- 2022-01-25 14:29:09下载
- 积分:1
-
Temperature LM35 Source Code
Temperature LM35 Source Code
- 2022-03-06 14:57:07下载
- 积分:1
-
这是一款自动皂液器的控制程序,可以选择工作次数,低电压检测...
这是一款自动皂液器的控制程序,可以选择工作次数,低电压检测-This automatic soap dispenser is a control program, you can choose to work the number of low-voltage detection
- 2022-07-10 01:46:46下载
- 积分:1
-
接口技术,汇编的2个简单的例子
接口技术,汇编的2个简单的例子-interface technology, the compilation of two simple examples
- 2022-03-05 16:00:10下载
- 积分:1
-
1) direction vehicle release 20 seconds. What is the direction of red and green...
1) 东西方向车辆放行20秒钟。即东西方向的绿灯和南北方向的红灯同时点亮20秒钟;
2) 20秒钟后,东西方向的黄灯闪烁2秒钟,以警示车辆将切换红绿灯。此时南北方向仍维持红灯点亮。在南北方向亮红灯期间,在2位数码管上显示计数值(每秒减1),从20减至01。
3) 东西方向的黄灯闪烁2秒钟后,转为南北方向放行20秒钟。即东西方向的红灯和南北方向的绿灯同时点亮20秒钟;
4) 南北方向放行20秒钟后,转为南北方向的黄灯闪烁2秒钟,以警示将切换红绿灯。此时东西方向仍维持红灯点亮。
5) 南北方向的黄灯闪烁2秒钟后,再转为东西方向车辆放行20秒钟。如此循环重复。
-1) direction vehicle release 20 seconds. What is the direction of red and green light at 20 seconds,
2) 20 seconds later, the yellow lights flashing warning vehicles with 2 seconds, switch to the traffic lights. This is still remain red light north-south direction. In the south during the red light, in the direction of the digital display tube of 2 per plan (minus 1), from 20 to 2001.
3) the yellow lights flashing direction to 2 seconds later, the south direction release 20 seconds. What is the direction of the north-south direction of red and green and light 20 seconds,
4) north-south direction after 20 seconds to release the north-south direction, yellow lights flashing warning, with 2 secon
- 2022-02-04 13:43:35下载
- 积分:1
-
数据结构队列的应用
有详细的功能介绍,希望大家喜欢!
数据结构队列的应用
有详细的功能介绍,希望大家喜欢!-C
- 2023-05-23 20:55:02下载
- 积分:1
-
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.-Written in assembly language using 18B20 written procedures for temperature measurement and display using LCD display.
- 2023-04-13 02:10:03下载
- 积分:1
-
MCS51 LCD动画显示调试程序
MCS51 LCD动画显示调试程序-animation MCS51 LCD display debugger
- 2023-07-17 06:15:03下载
- 积分:1
-
实现记时和日期显示功能的c语言程序
实现计时和日期显示功能的c语言程序,和秒表功能,以及定时功能的实现,基于C语言汇编和单片机技术
- 2023-08-20 21:15:02下载
- 积分:1