-
Do STC89C52 learning remote control, infrared remote control can keep eight of i...
STC89C52做的学习型遥控器,可存八个红外遥控信息,只要再把按键用定时器中断2完成就可以用于商业生产了-Do STC89C52 learning remote control, infrared remote control can keep eight of information, as long as the button and then use Timer 2 interrupt can be completed for commercial production of the
- 2022-02-09 12:04:42下载
- 积分:1
-
对pic18f4520 ADC转换器
ADC Converter for PIC18f4520
- 2022-03-21 13:04:37下载
- 积分:1
-
Infrared Remote Control Electronic locks procedures, through the infrared remote
红外遥控电子密码锁程序,通过红外遥控我们的电子密码锁-Infrared Remote Control Electronic locks procedures, through the infrared remote-control our electronic code lock
- 2022-08-23 16:03:26下载
- 积分:1
-
这是一个无线遥控发射芯片的解码源程序,希望大家借鉴使用...
这是一个无线遥控发射芯片的解码源程序,希望大家借鉴使用-This is a wireless remote control to launch source decoder chips, I hope everyone from the use of
- 2022-05-14 15:49:30下载
- 积分:1
-
Program platform package. Support for small
方案平台程序包。支持小尺寸LCM的调试和功能开发。-Program platform package. Support for small-size LCM of debugging and functional development.
- 2022-02-01 01:04:24下载
- 积分:1
-
c语言绘制鸭子 辅助设计 更换坐标变换图形
c语言绘制鸭子 辅助设计 更换坐标变换图形-c language mapping Ducks aided design graphics replacement coordinate transformation
- 2023-03-09 00:15:03下载
- 积分:1
-
C51 Collection procedures, source code, including 16 M
c51程序集锦,源程序,包含16进制-10进制互换程序.c
24c01-24c16读写驱动程序.c
51单片机实用程序库.txt
.......
等-C51 Collection procedures, source code, including 16 M-10 M swap procedures. c24c01-24c16 driver to read and write. c51 Singlechip utility library. txt ....... etc.
- 2022-03-22 13:19:49下载
- 积分:1
-
very good
很好的哈达风景画 安定方法打发似的发达 安定反对发疯士大夫大 按时打发-very good
- 2022-12-10 15:00: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
-
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用...
关于接口课程实验的一个源代码,需要有相关的实验平台配合使用-courses on the interface of an experimental source code, the need for the combined use of experimental platform
- 2022-03-13 21:14:39下载
- 积分:1