-
控件特性:活动的RAS连接到INTERNET通知;断开INTERNET连接通知;RAS拨入设备完整状态信息及连接状态;返回PC系统的当地IP地址和主机名;返回拨...
控件特性:活动的RAS连接到INTERNET通知;断开INTERNET连接通知;RAS拨入设备完整状态信息及连接状态;返回PC系统的当地IP地址和主机名;返回拨号连接的RASClient分配的INTERNET地址和主机名;返回拨号连接的RASServer ISP服务器地址和主机名;挂断任何活动状态的RAS连接的函数;操作简单,容易与任何应用项目集成。有提示屏幕。-Controls features: the activities of RAS to connect to the INTERNET notice disconnect notice INTERNET connection RAS into a complete state of equipment, information and connection status return PC systems to local IP address and host name to return to dial-up connections RASClient distribution INTERNET address and host and return to dial-up connections RASServer ISP server address and host name hang any active RAS connections function operation simple, easy to integrate with any application projects. Have prompted the screen.
- 2022-07-03 12:20:56下载
- 积分:1
-
ber calculation of bpsk signal using ofdm
BPSK信号使用OFDM.BER码是经过计算的。然后对仿真误码率和理论误码率进行了比较。
- 2022-09-27 14:55:03下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-07-20 09:22:37下载
- 积分:1
-
This a support library and assorted sample programs for interfacing
This a support library and assorted sample programs for interfacing- This a support library and assorted sample programs for interfacing
- 2022-03-25 05:23:13下载
- 积分: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
-
台湾中正大学OFDM技术研究所出的讲义,非常经典,每个模块的波形分析得非常细致.当你为OFDM难以入门时,这些讲义就是你的很好帮手了....
台湾中正大学OFDM技术研究所出的讲义,非常经典,每个模块的波形分析得非常细致.当你为OFDM难以入门时,这些讲义就是你的很好帮手了.-Chung Cheng University Taiwan Research Institute of OFDM technology of lectures, very classic, each module is very detailed waveform analysis. When you OFDM difficult for entry, these notes is your good helper of the.
- 2023-08-04 07:45:06下载
- 积分:1
-
非事件驱动的串口通讯例程
非事件驱动的串口通讯例程-non-event-driven serial communications routines
- 2022-06-27 16:57:10下载
- 积分:1
-
dtmf decoder documents
dtmf decoder documents
- 2022-01-28 05:02:47下载
- 积分:1
-
单载波频分多址的研究,可以降低单载波的峰值平均功率比
单载波频分多址的研究,可以降低单载波的峰值平均功率比-Single-carrier frequency division multiple access research, can reduce the peak single-carrier average power ratio
- 2022-03-26 17:47:43下载
- 积分:1
-
MSCOMM控件写的串口通讯程序
MSCOMM控件写的串口通讯程序-MSCOMM Control write serial communication program
- 2022-11-10 03:10:04下载
- 积分:1