-
96/196单片机的C语言例程
96/196单片机的C语言例程-stable SCM C Language Programming
- 2022-03-20 21:44:08下载
- 积分:1
-
打印机控制程序,用89c52单片机控制打印,已测试通过
打印机控制程序,用89c52单片机控制打印,已测试通过-printer control procedures, 89C52 microcontroller with print control, have been tested
- 2022-02-26 19:55:44下载
- 积分:1
-
一种能产生宽调节占空比的PWM芯片,适合做逆变电源。
一种能产生宽调节占空比的PWM芯片,适合做逆变电源。-Can generate a duty cycle of the PWM chip width adjustment, suitable for power inverters.
- 2023-07-05 19:40:04下载
- 积分:1
-
12位4路ADC操作源代码,编译通过的,保证直接使用
12位4路ADC操作源代码,编译通过的,保证直接使用-12-bit 4-channel ADC operation of the source code, compile, and to ensure direct access to
- 2022-05-26 00:16:16下载
- 积分:1
-
PIC18 and LCD12864 the C language program, pay attention to pin modification.
PIC18与LCD12864的C语言程序,注意修改管脚。-PIC18 and LCD12864 the C language program, pay attention to pin modification.
- 2022-01-29 02:34:19下载
- 积分:1
-
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和...
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID
参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,
而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可
大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余
数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
- 2022-04-07 10:43:08下载
- 积分:1
-
基于单片工业控制微机的无线式键盘接口设计,仅占用一根接口线...
基于单片工业控制微机的无线式键盘接口设计,仅占用一根接口线-Single-chip microcomputer-based industrial control wireless keyboard interface design, only with a line interface
- 2023-06-13 02:30:03下载
- 积分:1
-
简单的数据采集插值方法。
简单的数据采集插值方法。-simple interpolation method of data acquisition.
- 2022-05-13 01:09:00下载
- 积分:1
-
_MCS
_MCS-51单片机实用子程序库_MCS-51 single-chip utility subroutine library-_MCS-51 single-chip utility subroutine library
- 2022-08-26 08:38:51下载
- 积分:1
-
程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0...
程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets
- 2022-04-16 14:42:20下载
- 积分:1