-
在发送和接收短信(短消息服务)消息的命令。
AT commands for sending and receiving SMS (Short Messages Service) messages.
- 2023-04-13 06:35:04下载
- 积分:1
-
一个vc下oci编程的例子
一个vc下oci编程的例子-Oci programming under a vc example
- 2022-04-08 17:05:26下载
- 积分:1
-
DNP3 Object Library Documentation (*.doc extension)
2.1 GENERAL
This section d...
DNP3 Object Library Documentation (*.doc extension)
2.1 GENERAL
This section describes the basic rules for the declaration of information elements. These rules have been derived from the IEC TC57 870 series of standards or drafts. These rules provide an unambiguous means of describing and representing data irrespective of its origin. Device profile documents are used to indicate the exact origin and meaning of the data object for each telecontrol device.
- 2023-04-28 03:55:03下载
- 积分: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
-
ADlink 凌华科技 GPIB 卡例子程序实现同步读写
ADlink 凌华科技 GPIB 卡例子程序实现同步读写-Adlink Technology GPIB card ADlink example program to read and write synchronization
- 2022-05-30 16:14:13下载
- 积分:1
-
matlab code for microstrip
matlab code for microstrip
- 2023-04-25 09:05:03下载
- 积分:1
-
wsn_lifetime_simulator程序
wsn_lifetime_simulator program
- 2022-02-27 00:33:14下载
- 积分:1
-
通信系统仿真原理与无线应用
所有的代码
通信系统仿真原理与无线应用
所有的代码-Communication System Simulation Principle and wireless applications, all of the code
- 2022-07-18 04:49:56下载
- 积分:1
-
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看-Dual card dual Bluetooth-enabled mobile phones to be with, you can refer to a friend, worth a visit
- 2022-01-25 15:54:35下载
- 积分:1
-
组播通讯的范例,可以视在文字会议系统,多人接收
组播通讯的范例,可以视在文字会议系统,多人接收-multicast communications paradigm, as the language conferencing systems, receiving more than
- 2022-07-11 23:58:07下载
- 积分:1