-
键盘控制小灯的亮,四个按键分别控制四个灯的不同亮法
键盘控制小灯的亮,四个按键分别控制四个灯的不同亮法-Keyboard control of small bright lights, the four control buttons, respectively, in four different bright lights law
- 2023-08-17 08:25: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
-
一个不错的堆排序,用汇编语言实现的
一个不错的堆排序,用汇编语言实现的-a good heap sort, with the compilation of language
- 2022-02-03 11:24:59下载
- 积分:1
-
这是我最近制作的,觉得还可以,请大家评论以下
这是我最近制作的,觉得还可以,请大家评论以下-This is my most recent production, I felt that I could, please comment on the following
- 2022-11-19 00:00:03下载
- 积分:1
-
用来计算一些很简单的整数的四则运算(没有括号的)
用来计算一些很简单的整数的四则运算(没有括号的)-Used to calculate the number of very simple integer four operations (without brackets)
- 2023-03-25 20:30:02下载
- 积分:1
-
你可以做一个尝试,我要做一个,感觉
你可以做个试试看,我是做了一个,有感觉-you can make a try, I have to do one, and feel that
- 2022-04-27 19:09:09下载
- 积分:1
-
This is a compilation process. For inquiries string. Want to have friends to rea...
这是一个汇编程序.用于查询字符串.希望有同好能阅读并优化这个程序.-This is a compilation process. For inquiries string. Want to have friends to read and optimization of this process.
- 2022-03-19 03:19:09下载
- 积分:1
-
这是MCS的应用子程序。很多模块的
这是MCS的应用子程序。很多模块的-This is the MCS Application subroutine. Many of the modules
- 2022-01-25 17:54:50下载
- 积分:1
-
DS18B20的源程序,很好用的
DS18B20的源程序,很好用的-DS18B20 source, the good
- 2022-02-04 08:32:13下载
- 积分:1
-
16x16的点阵LED
16x16点led
- 2022-01-25 22:36:22下载
- 积分:1