-
a command
一个命令行工具 适合CSICO路由器使用-a command-line tool for use routers CSICO
- 2022-11-05 06:10:02下载
- 积分:1
-
一个客户端程序,用来连接服务器程序,采用了异步socket编程...
一个客户端程序,用来连接服务器程序,采用了异步socket编程-a client program, used to connect to the server using the asynchronous socket programming
- 2022-03-18 20:41:30下载
- 积分:1
-
网络客户端和服务器
它是一个 python 实现的套接字库。他 Python 接口是 Python 的面向对象风格的套接字的 Unix systemcall 和图书馆界面直接音译: 该函数返回一个套接字对象的方法暨各种套接字系统调用。 参数类型是有点更高级别的精通 C 接口: 上 Pythonfiles 的 read () 和 write () 操作,接收缓冲区分配操作是自动的以及缓冲区 lengthis 隐式上发送操作。
- 2022-02-01 05:04:17下载
- 积分:1
-
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现...
这是一个瑞利衰落信道的源程序,其中包含C和Matlab两种方式实现-This is a Rayleigh fading channel of the source code, including C and Matlab in two ways to achieve
- 2022-09-13 10:20:03下载
- 积分:1
-
一个聊天室源程序,客户端和服务器端分别实现,用vc编写
一个聊天室源程序,客户端和服务器端分别实现,用vc编写-a chat room source, the client and server were achieved using vc prepared
- 2022-08-07 16:09:45下载
- 积分:1
-
JAVA数据计算服务器
JAVA数据计算服务器-Java data server
- 2022-05-15 18:45:54下载
- 积分: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 dns server is based on the mydns rewritten to address the separation of Chi...
此dns服务器是在mydns基础上改写,解决了中国网络南北分家导致的网络dns解析变慢的问题。
此代码附有设计文档
1)判断来访ip是电信还是网通
2)将ip的dns解析交由各自运营商的dns server-This dns server is based on the mydns rewritten to address the separation of China" s network of North-South network caused by the problem of slow dns resolution. This code with design documents 1) the visiting judge or ip telecommunications network 2) to the ip of the dns to resolve their dns server operators
- 2022-07-19 05:42:10下载
- 积分:1
-
large voice chat software
大型语音聊天软件-large voice chat software
- 2023-06-12 10:35:04下载
- 积分:1
-
包中包含的iputils平,基本的网络工具。平安指挥的参议员。
The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`-The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nsl
- 2022-03-03 14:03:46下载
- 积分:1