-
ASP企业(ERP)销售库存管理系统,是中小企业解决企业物料问题、运输问题、作业问题的有力工具!...
ASP企业(ERP)销售库存管理系统,是中小企业解决企业物料问题、运输问题、作业问题的有力工具!-asp enterprise resources plan system
- 2022-05-30 20:44:27下载
- 积分:1
-
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程...
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
- 2022-03-14 05:07:27下载
- 积分:1
-
洗牌发牌游戏 有电脑随机将全部扑克牌进行洗牌发牌
洗牌发牌游戏 有电脑随机将全部扑克牌进行洗牌发牌-Shuffle game licensing computer randomly shuffle all the cards to carry out the licensing
- 2022-02-10 12:19:15下载
- 积分:1
-
一个udp穿透nat的源代码
一个udp穿透nat的源代码-a udp penetrating nat source code
- 2022-05-22 12:30:45下载
- 积分:1
-
Note : site software will be used only to open the left mouse button, they can n...
注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
- 2022-03-15 18:13:39下载
- 积分: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
-
多线程串口Modem远程数据通信
多线程串口Modem远程数据通信-multi-threaded remote serial data communications modem
- 2022-07-25 02:34:19下载
- 积分:1
-
一个不错的站内搜索源代码,喜欢的可以下载看看哦
一个不错的站内搜索源代码,喜欢的可以下载看看哦-A good Search source code can be downloaded like to see Oh
- 2022-05-05 19:43:01下载
- 积分:1
-
epoll学习代码
epoll学习代码,适合初学者,一个简单的例子程序,最基础的使用方法。epoll学习代码,适合初学者,一个简单的例子程序,最基础的使用方法。。
- 2023-06-15 06:40:03下载
- 积分:1
-
WARP COM 口通讯 C 语言源程序库
WARP COM 口通讯 C 语言源程序库-WARP COM port communication for C language source
- 2023-08-04 21:05:03下载
- 积分:1