-
USB PDIUSB12D C language for a driver
USB PDIUSB12D C语言驱动程序库1-USB PDIUSB12D C language for a driver
- 2022-02-15 00:41:31下载
- 积分:1
-
《多按键处理程序 》,适用于工控按键处理
《多按键处理程序 》,适用于工控按键处理 -"multi-key handling procedures" applicable to industrial processing keys
- 2022-03-12 04:05:12下载
- 积分:1
-
masm old fargon 2 to do asmbly code
masm old fargon 2 to do asmbly code
- 2022-12-15 09:55:02下载
- 积分:1
-
dijkstra 这是用C语言实现的贪心算法
看这个程序前最好先看看图形说明...
dijkstra 这是用C语言实现的贪心算法
看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best description
- 2022-04-26 14:33:43下载
- 积分: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
-
128X128液晶显示程序.驱动芯片是89C51.里面有图片和红,绿,蓝测试图片...
128X128液晶显示程序.驱动芯片是89C51.里面有图片和红,绿,蓝测试图片-128X128 LCD procedures. Driver chip is 89C51. There are pictures and red, green and blue test picture
- 2022-03-30 02:06:26下载
- 积分:1
-
创建MFC,在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。...
创建MFC,在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。-Create MFC, in the editing interface to create the necessary controls and Properties Lieutenant ID, Caption completed table to check and edit the control box to connect variables, on the message processing function by adding the specified code.
- 2022-04-15 15:03:27下载
- 积分:1
-
240×128lcm测试程序,这是完全可能的。240×128lcm测试程序…
240*128LCM测试程序,完全可用。240*128LCM测试程序,完全可用-240* 128LCM test procedure and it is perfectly possible. 240* 128LCM test procedure and it is perfectly possible
- 2022-01-28 03:03:44下载
- 积分:1
-
对pic18f4520 ADC转换器
ADC Converter for PIC18f4520
- 2022-03-21 13:04:37下载
- 积分:1
-
Pressure acquisition program can be displayed by external sensors to measure pre...
压力采集程序,能够通过外接传感器来测量显示压力并做处理-Pressure acquisition program can be displayed by external sensors to measure pressure and to do deal with
- 2022-05-10 20:05:43下载
- 积分:1