-
LCD screen to start the procedure, including liquid crystal function, drawing a...
液晶屏启动程序,还包括液晶功能函数,画线画图等等。-LCD screen to start the procedure, including liquid crystal function, drawing a line drawing and so on.
- 2022-01-26 04:33:09下载
- 积分:1
-
飞利浦320*240液晶驱动,seed13350控制板.
飞利浦320*240液晶驱动,seed13350控制板.-320* 240 Philips LCD driver, seed13350 panels.
- 2022-03-05 07:54:38下载
- 积分:1
-
用2407控制三相交流电机的程序,c语言
用2407控制三相交流电机的程序,c语言-with 2,407 three-phase AC motor control procedures, language c
- 2022-09-02 01:35:03下载
- 积分:1
-
51警报声的汇编程序,可用于防盗类产品用,
51警报声的汇编程序,可用于防盗类产品用,-51 warning sound compilation procedure can be used for anti-theft products, and
- 2022-08-06 03:59:00下载
- 积分: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
-
assembly language TI54xxd prepared by the band
汇编语言编写的TI54xxd的带通滤波器程序-assembly language TI54xxd prepared by the band-pass filter process
- 2022-01-22 13:52:32下载
- 积分: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
-
tlv2544/48例行公事
TLV2544/48 Interface routine
- 2022-03-09 22:33:08下载
- 积分:1
-
汇编语言基础知识及相关领域问题讨论,windows基础知识及计算机组成原理,相关论坛。...
汇编语言基础知识及相关领域问题讨论,windows基础知识及计算机组成原理,相关论坛。-basic knowledge of assembly language and discussed issues related fields, windows and basic knowledge of computer components principle, the relevant fora.
- 2023-01-02 09:25:03下载
- 积分:1
-
CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验
CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
- 2022-04-14 20:25:35下载
- 积分:1