-
VC++ 搜索本地可用串口
vc++ 演示搜索本地可用串口,把本机上可以使用的串口号都列出来,在下拉窗口中可选,本程序是双串口互相通讯,测试串口设备,未完成主要功能。只完成了串口搜索
- 2022-07-08 11:31:44下载
- 积分:1
-
西门子S7200与VB通讯的一个类模块
这是一个vb与s7200PLC自由口通讯的类模块,我自己工程中可以直接使用。它使用的通讯方式是西门子PLC的自由口通讯技术实现。在工程开发中有不错的表现,希望大家提出宝贵的意见。
- 2022-03-22 23:15:26下载
- 积分:1
-
一个很实用的MATLAB实例教程,50个例子,欢迎下载,
一个很实用的MATLAB实例教程,50个例子,欢迎下载,-A very practical example of the MATLAB tutorial, example 50 are welcome to download,嘿嘿! ! ! ! ! ! ! !
- 2022-02-03 07:10:08下载
- 积分:1
-
Wishbone to LPC (Low
Wishbone to LPC (Low-Pin Count) Bridge, includes master and slave modules. Supports 8-bit I/O Read and Write cycles, 8-bit Memory Read/Write cycles, DMA cycles, and up to 32-bit Firmware memory read/write cycles. Serial IRQ support is also provided.
None of this has been tested (yet) with a third-party LPC Peripheral or Host.
- 2022-03-21 15:28:38下载
- 积分:1
-
ADPCM Transformation Of Rate 32k 24k 16k
速率32k24k16k的ADPCM变换
- 2023-05-12 09:15:02下载
- 积分:1
-
GPRS中的隧道技术详细讲解,对于PS域中的GPRS,GTP
GPRS中的隧道技术详细讲解,对于PS域中的GPRS,GTP-C,GTP-U很有参考价值-GPRS Tunneling technology elaborate PS domain for the GPRS, GTP-C, GTP-U is the reference value
- 2022-02-01 12:17:04下载
- 积分:1
-
一个不错的modbus源码,含有master和slave两部分
一个不错的modbus源码,含有master和slave两部分-Modbus a good source, containing two parts of master and slave
- 2022-05-20 11:33:30下载
- 积分:1
-
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程-ICMP agreement programming, Mesage Internet Control Protocol, Programming windows communications
- 2022-02-18 16:35:07下载
- 积分: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
-
总结的图像预处理的方法。。很好用的方法
总结的图像预处理的方法。。很好用的方法-Summing up the image pre-processing method. . Well the methodology used
- 2022-08-16 14:19:32下载
- 积分:1