-
一组Delphi/C++Builder上使用的Internet构件源码
一组Delphi/C++Builder上使用的Internet构件源码 -An set of component source used on delphi/c++ builder
- 2022-12-16 10:05:03下载
- 积分:1
-
卡耐基梅陇大学ssd8Exercise1答案
卡耐基梅陇大学ssd8Exercise1答案-University of Carnegie ssd8Exercise1 Meilong answer
- 2022-08-08 16:21:36下载
- 积分:1
-
与 TCP 的叉子
它是使用 TCP 协议使用 fork() 方法的聊天服务器基本实现。它是一个聊天服务器与客户端和服务器。二者都需要在开始聊天之前连接在一起。
- 2022-03-26 10:51:13下载
- 积分:1
-
This procedure is a learning network programming and interface design, the best...
本程序是学习网络编程和界面设计的最好例子 看一下吧-This procedure is a learning network programming and interface design, the best example of a look at it
- 2023-05-03 18:55:03下载
- 积分:1
-
Beijing Mandarin Oriental Network Office System
北京华信东方网络办公系统-Beijing Mandarin Oriental Network Office System
- 2022-03-19 09:39:47下载
- 积分:1
-
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)...
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)-Hubei Telecom to send message SOA platform examples, so a friend may be useful SP (ZTE platform)
- 2022-06-01 00:09:18下载
- 积分:1
-
MeChat voice video chat session System 1.1 Double
MeChat语音视频聊天会议系统
1.1 双击运行install.bat, 如果运行了run.bat ,一定要先关闭相应的窗口。
或 在命令行方式下键入install.bat.
如果提示成功安装信息说明安装成功。这时打开系统控制面板的“服务”管理器,
找到 MeChat 一项,单击"START"即可启动。-MeChat voice video chat session System 1.1 Double-click operation install.bat. If you are running a run.bat, we must first close the corresponding window. Or on the command line type in install.bat. If prompted successful installation of information on successful installation. Then open the Control Panel System "services" for the management to find a MeChat. click "START" can be activated.
- 2022-01-25 15:51:22下载
- 积分:1
-
最完整的IOCP编程例子
应用背景最完整的IOCP编程例子,从控件封装、通讯协议、上传下载、SQL查询到日志查看,都有完整实现。程序架构实现了:可纵向调整程序性能、控制协议开关、日志配置等一序列实现。关键技术例子主要包括IOCP控件封装、服务端实现、传输协议和日志、控制、SQL查询、上传、下载等协议实现,并包括一些初步的性能测试结果。
服务端:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-26 12:25:24下载
- 积分: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
-
新世纪影院源码,可自动生成html文件
新世纪影院源码,可自动生成html文件-new century theater source that can automatically generate html document
- 2022-03-18 21:04:22下载
- 积分:1