-
1, I have written to follow the message gateway SGIP1.1 simulation program. For...
1、自己编写的遵循SGIP1.1的短信网关模拟程序。仅供测试、学习。
2、该程序只实现了SGIP1.1协议的一部分。-1, I have written to follow the message gateway SGIP1.1 simulation program. For testing, learning. 2, the program only to realize the SGIP1.1 part of the agreement.
- 2023-08-28 22:00:02下载
- 积分:1
-
数据拟合matlab代码,本人认为很好用,希望对大家有用
数据拟合matlab代码,本人认为很好用,希望对大家有用-Data fitting matlab code, and I think that is useful, hope for all of us! ! !
- 2022-07-12 17:56:11下载
- 积分:1
-
又一个WHOIS协议实现
又一个WHOIS协议实现- A WHOIS agreement realizes
- 2022-10-29 09:50:03下载
- 积分:1
-
Web浏览器
web browser
- 2022-12-13 15:15:03下载
- 积分: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
-
工业以太网中用于下位机的modbus源码
资源描述这是一个用于工业以太网中下位机用的Modbus源码,非常好用,欢迎下载!!
- 2022-01-26 04:01:51下载
- 积分:1
-
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()-Alert would like to use beautiful words, in your js code to add new AUIAlert ()
- 2022-04-09 11:36:10下载
- 积分:1
-
一个很好的同学录,PHP+TXT,没有数据库的网友的最好选择
一个很好的同学录,PHP+TXT,没有数据库的网友的最好选择-a good college, PHP TXT, no database of the netizens to choose the best
- 2022-02-21 02:58:53下载
- 积分:1
-
客户端聊天室编写 c/s
客户端聊天室编写 c/s- The customer end chatroom compiles c/s
- 2022-01-26 15:22:48下载
- 积分:1
-
JAVA局域网通讯源码,可以实现局域网间的相互通讯
JAVA局域网通讯源码,可以实现局域网间的相互通讯-JAVA LAN communications source, you can realize the inter-LAN communications
- 2022-03-02 02:39:17下载
- 积分:1