-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1
-
Visual C++ 串口通信编程实践 第一章和第二章源码
Visual C++ 串口通信编程实践 第一章和第二章源码-Visual C++ Serial communication programming practice, first chapters I and II source
- 2022-01-31 10:53:53下载
- 积分:1
-
进程通信,共享内存
通过利用共享内存的一部分空间(以下称为“数据信息区”)来存储当前内存中存储的数据信息,完成了对内存读写功能的完善。
- 2023-06-17 14:45:03下载
- 积分:1
-
一个简单的SIPproxy,拿来给大家用,很多终端都能注册
一个简单的SIPproxy,拿来给大家用,很多终端都能注册-SIPproxy a simple, we used to use a lot of terminals would be registered
- 2022-02-21 13:09:53下载
- 积分:1
-
cuantizacion uniforme para una señ al senoidal
cuantizacion uniforme para una señ al senoidal
- 2022-06-17 23:46:22下载
- 积分:1
-
中华民国曲线说明性能的二元分类问题,类…
ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option).
It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier
-ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but
- 2022-01-21 23:11:41下载
- 积分:1
-
TCP到串口的数据转发应用程序,并将收发内容以文本和十六进制形式显示出来...
TCP到串口的数据转发应用程序,并将收发内容以文本和十六进制形式显示出来-TCP to transmit serial data applications and content to send and receive text and displayed in hexadecimal
- 2022-01-26 01:28:09下载
- 积分:1
-
用vb编写的能管理自己日程计划的程序。后台用access数据库,非常不错的。...
用vb编写的能管理自己日程计划的程序。后台用access数据库,非常不错的。-with vb prepared to manage their own schedules procedures. Background database with access, very good.
- 2023-05-25 11:25:02下载
- 积分:1
-
ce Serial debugging procedures
ce下串口调试程序
-ce Serial debugging procedures
- 2022-04-16 01:55:18下载
- 积分:1
-
维纳滤波(维纳滤波器)的C程序,学习现代数字信号的问题。
Wiener滤波器(维纳滤波器)的C程序,学习现代数字信号处理理论时可以用来参考。-Wiener filter (Wiener filter) of C procedures, learning modern digital signal processing theory can be used to refer to.
- 2022-08-06 11:12:34下载
- 积分:1