登录
首页 » c++ » 串口OPC

串口OPC

于 2022-03-09 发布 文件大小:28.22 MB
0 42
下载积分: 2 下载次数: 1

代码说明:

实现串口数据采集和发送,可以材料消防串口数据,也可以自己改写,进行采集其他串口类型数据

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hardware_jbig
    硬件jbig 压缩算法,注意:不是软件压缩哈,这个是嵌入式的程序(jbig hardware compression algorithm, attention : No compression software Kazakhstan, this is the procedure Embedded)
    2021-04-13 11:08:56下载
    积分:1
  • 9754567
    在程序启动时弹出文件打开对话框,VC++编程精选学习源码,很好的参考资料。(In the open dialog box when the program starts up the file, select learning VC++ programming source code, a good reference.)
    2013-11-20 11:24:59下载
    积分:1
  • banker_work
    在C环境下,通过链表模拟银行家算法,可自定义资源量和资源数,以及进程数,实现判定避免死锁的分配。(In the C environment, through the list bankers algorithm simulation, can be custom resource amount and the number of resources, as well as the number of processes, determine the deadlock avoidance allocation.)
    2013-12-24 17:17:41下载
    积分:1
  • Delaunay
    说明:  对三角划分算法的研究,对以前方法的改进,以达到良好的效果,(Triangulation algorithm to study the improvement of previous methods in order to achieve good results,)
    2008-09-05 21:03:07下载
    积分:1
  • Audio-amplifier
    设计并制作一个功率可程控的高效率音频功率放大器及其参数的测量、显示装置。功率放大器的电源电压为+12V(电路其他部分的电源电压不限),负载为8Ω电阻。(Audio amplifier)
    2015-03-09 10:05:04下载
    积分:1
  • video-collection
    说明:  该工程实现了视频采集,采集电脑视频设备的视频信息。可以随时打开视频设备,采集后关闭设备即可,视频将保存到指定的目录中。(The project implements the video capture, computer video capture device video information. Open the video device at any time, you can turn off the device after collection, the video will be saved to the specified directory.)
    2011-03-30 21:03:23下载
    积分:1
  • GLCD Font Creator
    显示GLCD字体创建库C  ;显示GLCD字体创建库C  ;
    2023-08-19 06:25:03下载
    积分:1
  • k-means算法
    #include #include #define N 11 //代表数据点的个数 #define K 3 //代表簇的个数 typedef struct { float x; float y; }Point; //代表数据点的数据结构 int center[N];  //判断每个点属于哪个簇 Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0}, {6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0}, {3.0, 9.0}}; Point mean[K];  //保存每个簇的中心点 float getDistance(Point point1, Point point2); void getMean(int center[N]); float getE(); void cluster(); int main() {     int i, j; int n = 0; //统计进行了多少次聚类     float temp1; //用于存平方误差     float temp2;     printf(" 处理的数据点集合为: ");     for(i = 0; i < N; ++i)     {  
    2022-01-26 19:53:04下载
    积分:1
  • samples
    一个词法及语法编译器,编译的是PL/0语言文法(Morphology and syntax of a compiler, the compiler is the PL/0 language grammar)
    2009-05-31 21:47:37下载
    积分:1
  • Packet
    windows平台抓包专用DLL,支持windows7,10,xp等等(Special DLL for grabbing package on Windows platform)
    2019-07-07 14:23:01下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载