-
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!...
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!-C
- 2023-01-20 17:35:04下载
- 积分:1
-
手机中用的I2C代码,包含GPIO口说明
手机中用的I2C代码,包含GPIO口说明-phone using I2C code, the oral statement contains GPIO
- 2023-01-09 15:45: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
-
霓虹灯源代码
霓虹灯源代码-neon source code
- 2022-03-04 18:08:44下载
- 积分:1
-
AD about the company' s chips course ADSP21020 models to VISUAL DSP++ as a de...
关于AD公司的ADSP21020型号芯片的历程,以VISUAL DSP++为开发环境-AD about the company" s chips course ADSP21020 models to VISUAL DSP++ as a development environment
- 2023-04-10 11:15:03下载
- 积分:1
-
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;...
在pe文件上增加可执行代码;该程序是尝试用win32汇编程序对pe文件进行最基本的修改;-Document an increase in pe executable code the program is to try to use win32 assembler of pe most fundamental changes to documents
- 2022-03-31 17:57:29下载
- 积分:1
-
AT89C2051制作红外线多路遥控器,多通道,操作简单
AT89C2051制作红外线多路遥控器,多通道,操作简单-AT89C2051 produced more Luyao infrared controller, multi-channel, simple operation
- 2022-03-16 04:05:48下载
- 积分:1
-
ad9951,dds资料,有用的朋友看看,希望对你有用!
ad9951,dds资料,有用的朋友看看,希望对你有用!-ad9951, dds information useful to look at the Friend, I hope useful for you!
- 2022-02-02 07:08:03下载
- 积分:1
-
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家....
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家.-RC (2), RC (4), RC (5), RC (6) algorithm. My collection software, designed to prepare graduates for. Now and share with everyone. I hope everyone can help.
- 2022-10-12 04:25:03下载
- 积分:1
-
微机原理与应用的几个简单的实例,主要有8255等的应用
微机原理与应用的几个简单的实例,主要有8255等的应用-Microcomputer Principle and Application of a few simple examples, mainly 8255 and so the application of
- 2022-05-23 06:26:32下载
- 积分:1