-
linewatcher拨打您的ISP,保持你的联系和日志
LineWatcher dials your ISP, keeps your connection alive and logs errors. Originally distributed as freeware, this program counts over 10.000 downloads since its first release in 2001. See home page http://www.reseau.org/linewatcher/index.html-LineWatcher dials your ISP, keeps your connection alive and logs
errors. Originally distributed as freeware, this program counts over
10.000 downloads since its first release in 2001. See home page
http://www.reseau.org/linewatcher/index.html
- 2022-08-24 08:17:55下载
- 积分:1
-
对ip包进行分析
对ip包进行分析-right ip packet analysis
- 2022-03-04 14:08:37下载
- 积分:1
-
Java网络编程实例 第9章实例.rar
Java网络编程实例 第9章实例.rar-Java Network Programming examples Chapter 9 case. Rar
- 2023-04-19 10:05:04下载
- 积分:1
-
can serve as an online FTP software, the server if no systematic account of the...
可以充当一个在线FTP软件的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,粘贴,功能方便易用-can serve as an online FTP software, the server if no systematic account of the restrictions, the server can access all of the above catalog, download, upload, copy, paste, easy-to-use function
- 2022-01-29 01:07:20下载
- 积分:1
-
PHP写的单纯的点对点短信发送接收程序,基于SMPP1.0...
PHP写的单纯的点对点短信发送接收程序,基于SMPP1.0-PHP written in simple point-to-point message sent to receive the procedure, based on the SMPP1.0
- 2022-02-26 06:41:50下载
- 积分:1
-
Distributed Computing
分布式计算――RMI远程方法调用:学习RMI编程,了解在多台计算机上的JAVA应用之间的通信。-Distributed Computing-- RMI Remote Method Invocation : Learning RMI programming, multiple computers in the Java application communication between.
- 2023-07-12 16:05:03下载
- 积分:1
-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
- 2023-05-10 23:20:02下载
- 积分:1
-
Network programming on windows there is a more comprehensive on
对windows网络编程技术有一个较为全面的讲述-Network programming on windows there is a more comprehensive on
- 2022-03-11 11:25:42下载
- 积分:1
-
programmers with very enlightening Watchable
编程者必看 很用启发-programmers with very enlightening Watchable
- 2022-08-11 00:18:34下载
- 积分: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