-
api开发的串口通讯程序,很好的一个软件。
api开发的串口通讯程序,很好的一个软件。-api development of serial communication program, a very good software.
- 2022-08-15 09:54:54下载
- 积分:1
-
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值...
实现松下PLC与PC之间的通讯,对于需要自己开发通讯的人来说,有参考价值- Realizes between Matushita PLC and the PC communication,
regarding needs the person which own develops the communication to
say, has the reference value
- 2022-03-23 22:01:01下载
- 积分:1
-
用MSComm控件实现来电显示
用MSComm控件实现来电显示-with MSComm achieve CND
- 2022-01-25 17:35:33下载
- 积分:1
-
a simple chat rooms small program is jsp do!
一个简单的聊天室小程序,是用jsp做的!-a simple chat rooms small program is jsp do!
- 2022-06-14 10:47:46下载
- 积分:1
-
一部分关于VB编程的小技巧,适合初学者也可供深入者提高学习...
一部分关于VB编程的小技巧,适合初学者也可供深入者提高学习-On the part of VB programming tips for beginners are also available to enhance learning in depth from
- 2022-03-17 16:38:33下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
图象采集的算法包含图象速率及采集的计算公式和抽样原理的技术文档...
图象采集的算法包含图象速率及采集的计算公式和抽样原理的技术文档-Image acquisition rate of the algorithm contains the images and the formula for calculating the collection and sampling principle technical documentation
- 2022-06-30 14:37:39下载
- 积分:1
-
20050417112235232simple.c,简单的C程序设计开发技术
20050417112235232simple.c,简单的C程序设计开发技术-20050417112235232simple.c, a simple C program design and development technology
- 2022-03-01 10:45:16下载
- 积分:1
-
恒模算法
恒模算法 (CMA) 对相干光通信系统。
自适应均衡技术
- 2022-07-18 09:15:51下载
- 积分:1
-
VC++ Environment MSComm controls with serial communication programming model air...
VC++环境下用MSComm控件进行串口通讯编程
模型飞机测控平台-VC++ Environment MSComm controls with serial communication programming model aircraft monitoring and control platform
- 2022-03-03 19:45:08下载
- 积分:1