-
java聊天程序 客户端+服务器
java语言开发,程序简单,易懂,适合新手学习。。。采用socket编程,使用TCP协议实现服务器和客户端的通信
- 2022-10-20 02:45:03下载
- 积分:1
-
5.0B版的游戏人间和心灵港湾、绿色心情三种风格。
增加了首页对最新发表主题、最强人气帖、最多回复帖的调用。
丰富了每日贴士的内容,修正了播放器程序,增...
5.0B版的游戏人间和心灵港湾、绿色心情三种风格。
增加了首页对最新发表主题、最强人气帖、最多回复帖的调用。
丰富了每日贴士的内容,修正了播放器程序,增加了在线电台栏目。
去掉了许多不必要的调用,缓解了对空间资源的消耗。
虽然功能增加不少,但速度却比5.0B版更快,也更实用。
默认前台管理员的帐号是失却的记忆,密码都是19790414-5.0B version of the game and the human soul Harbor, green heart of three styles. A Home for the latest theme, the most popular proposal, most reply brief call. The daily tips rich content, amended the players procedures, increased online radio programs. Removed a lot of unnecessary calls, mitigation of space resources consumption. Although the functional increase, but the rate faster than the version 5.0B, but also more practical. Default Account Manager outlook is the loss of memory, the password is 19790414
- 2022-03-23 08:19:00下载
- 积分:1
-
qt图像网络传输的简单例子
该代码演示了,如何利用QTcpSocket QTcpServer进行网络通信;如何从服务器端获取图像数据,在网间传输图像,最后在客户端接收,并显示。代码的重点在于,它演示了一个基本的流程,涉及到的也只是最粗浅的内容,如果有兴趣的朋友,可以更好完善它,包括界面和功能部分。对刚接触这一块的同学,这个代码可以上手很快,有了印象之后再深入就好办了。
- 2023-07-09 21:30:05下载
- 积分:1
-
在UNIX下开发通用的RTP库srtp,附带文档..
SRTP在UNIX下开发的通用RTP库,附在文档中详细说明
- 2022-06-14 11:25:23下载
- 积分:1
-
ngrep致力提供大多数GNU grep的共同特征,将它们应用于日…
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
- 2022-02-03 23:34:40下载
- 积分:1
-
Commercial sales of inventory system code, there are notes and field documentati...
销售库存系统商用代码,有注释和字段说明文档.-Commercial sales of inventory system code, there are notes and field documentation.
- 2022-02-13 03:50:28下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
XML编辑器是自由软件的GNU通用公共许可证下发布的…
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.
- 2022-03-14 11:20:57下载
- 积分:1
-
<计算机网络>(第5版) 谢希仁主编 部分习题答案
查查看的时候看到有了第四版的了,但是就是没有第五版的,就上传第五版的了...
(第5版) 谢希仁主编 部分习题答案
查查看的时候看到有了第四版的了,但是就是没有第五版的,就上传第五版的了-err
- 2022-07-10 08:49:40下载
- 积分:1
-
一个小型的FTP客户端程序
一个小型的FTP客户端程序-a small FTP client
- 2022-06-28 11:34:55下载
- 积分:1