-
IEEE 802.11a
IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000(E)), IEEE Standard for Information technology―Telecommunications and information exchange between systems―Local and metropolitan area networks―Specific requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications―Amendment 1: High-speed Physical Layer in the 5 GHz band -IEEE 802.11a-1999 (8802-11:1999/Amd 1:2000 (E)), IEEE Standard for Information technology-Telecommunications and information exchange between systems-Local and metropolitan area networks-Specific requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) specifications-Amendment 1: High-speed Physical Layer in the 5 GHz band
- 2022-04-21 04:09:44下载
- 积分:1
-
mailstatckclient VC
MailStatckClient vc
- 2022-02-02 21:13:55下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2022-07-13 21:48:19下载
- 积分:1
-
一个访问网络服务器的例子
一个访问网络服务器的例子-visit a Web server examples
- 2022-07-17 08:45:35下载
- 积分:1
-
cocos2dx+socket
是一个用cocos2d 和 socket套接字写的程序,能够进行通讯,cocos2d最近比较流行,可做很多特效,而且是开源免费的引擎,很好用。推荐!
- 2022-05-27 20:36:11下载
- 积分:1
-
将HTML转换为TXT文本的小程序
将HTML转换为TXT文本的小程序- The HTML transformation is the TXT text script
- 2022-09-05 13:30:03下载
- 积分:1
-
很不错的TCP的类,使用起来很方便
很不错的TCP的类,使用起来很方便-quite like TCP, was easy to use
- 2023-01-15 18:05:03下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2022-05-12 15:58:29下载
- 积分:1
-
这是一个在vc++开发环境下简单设计网络聊天的程序
这是一个在vc++开发环境下简单设计网络聊天的程序-in vc++ development environment, simply chatting network design procedures
- 2022-11-14 18:35:03下载
- 积分:1