-
RFID读写程序
RFID读写程序-RFID read and write procedures
- 2022-03-16 18:58:40下载
- 积分:1
-
PB control use cases of the skin. On the application of art optimization softwar...
PB的skin控件使用案例。对应用软件进行界面优化美工。-PB control use cases of the skin. On the application of art optimization software interface.
- 2022-02-10 00:26:04下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现动态时间的显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现动态时间的显示,-the procedures detailed in the Notes, cut operating correctly, program modules clear, transplantation, and can achieve dynamic time,
- 2022-12-14 14:30:03下载
- 积分:1
-
bootsect print red p on the screen follow the book written by yuan yu
bootsect 在屏幕上打印p 仿于渊的那本自己动手写操作系统-bootsect print red p on the screen follow the book written by yuan yu
- 2022-01-30 17:21:48下载
- 积分:1
-
HD44780在aduc812上的应用,汇编程序,调试成功
HD44780在aduc812上的应用,汇编程序,调试成功-HD44780 in the application procedure compilation, debugging success
- 2022-08-26 01:16:49下载
- 积分:1
-
实现password的校验,输两次密码不一致提示sorry,一致提示hello...
实现password的校验,输两次密码不一致提示sorry,一致提示hello-check password
- 2022-11-12 15:45:03下载
- 积分:1
-
TDN86/88 experimental system using real
利用TDN86/88实验系统模拟交通信号灯的实时控制和管理-TDN86/88 experimental system using real-time simulation of traffic signal control and management of
- 2022-03-24 15:31:32下载
- 积分:1
-
各种不同排序方法的比较
各种不同排序方法的比较-various methods of sorting
- 2022-01-26 04:21:30下载
- 积分: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
-
油烟机的程序说明代码 大厂定制 该型号已经生产几W台 程序稳定...
油烟机的程序说明代码 大厂定制 该型号已经生产几W台 程序稳定-smoke machine code description of the procedures for large customized production of the model has several procedures W Taiwan stability
- 2022-03-16 13:18:38下载
- 积分:1