-
中控 后台验证示例代码(SDK接口)
资源描述关于中控指纹机的网络验证的SDK RIS的使用示例,采用dephi编程,具体实现从数据库读取到实现1:1和1:N比对的代码。通过TCP和UDP与终端指纹机通信,还有实现了部分的管理功能。
- 2022-03-21 12:10:44下载
- 积分:1
-
用ICMP.DLL发送TCP/IP控制信息
用ICMP.DLL发送TCP/IP控制信息-ICMP.DLL used to send TCP/IP control information
- 2023-04-14 23:30:02下载
- 积分:1
-
ASP page, which has detailed instructions, very useful, I hope everyone likes
ASP网页,里面有详细的说明,很有用的,希望大家喜欢-ASP page, which has detailed instructions, very useful, I hope everyone likes
- 2023-09-02 17:10:04下载
- 积分:1
-
这是linux下,网络编程代码,只是进行客户端和服务器的连接过程...
这是linux下,网络编程代码,只是进行客户端和服务器的连接过程-This is under linux, network programming code, only the client and server connection process
- 2022-08-06 08:29:58下载
- 积分:1
-
不使用SMTP服务器直接发邮件的源代码
不使用SMTP服务器直接发邮件的源代码-it is the source code of which can send mail without SMTP server.
- 2022-01-21 01:13:43下载
- 积分: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
-
ASP最完整的教程。
ASP最完整的教程。-ASP most complete tutorial.
- 2022-10-21 14:10:03下载
- 积分:1
-
如何起动web浏览器。。。网络编程新手学习资料,敬请享用。...
如何起动web浏览器。。。网络编程新手学习资料,敬请享用。-如sleeping web浏be hung起器。 。 。 She met with the most determining step themis sad misstep习collapse , 。 when using享Wine
- 2022-03-05 00:52:13下载
- 积分:1
-
更改数据库内容的jsp源代码
更改数据库内容的jsp源代码-changes in the content of the database source code jsp
- 2023-01-06 04:45:03下载
- 积分:1
-
一个客户端跟服务器端的代码。用来让学习网络编程的GG学习。...
一个客户端跟服务器端的代码。用来让学习网络编程的GG学习。-a client with the server-side code. To allow the Learning Network Programming GG learning.
- 2023-01-31 03:45:03下载
- 积分:1