-
modbus TCPIP协议client-Server端源代码
利用vc++实现modbus tcp通信(Using vc++ to implement Modbus TCP communication)
- 2018-02-24 17:45:27下载
- 积分:1
-
GetIPDlg
通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
- 2007-05-15 11:55:05下载
- 积分:1
-
WindowsSockets
SOCKET编程规范(SOCKET programming specification)
- 2008-03-27 15:35:30下载
- 积分:1
-
VB-Winsock-HTTP-POST-GET
Visual Basic 2010通过 Get Post方法对网页进行提交(vb.net Get Post submit pages)
- 2013-06-28 15:19:13下载
- 积分:1
-
hacker
黑客攻防入门书籍 很好很强大
讲了各种攻击方法(Getting Started with a very good offensive and defensive hacking books, talk about a variety of very strong attack methods)
- 2009-11-25 10:49:52下载
- 积分:1
-
TESTopenbaidu
网络程序,判断是否连接至外网,主要是读取内容来判断(Network program, to determine whether to connect to the external network, is read content to determine)
- 2012-10-05 14:42:19下载
- 积分:1
-
telnet
自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)
- 2021-01-12 16:38:48下载
- 积分:1
-
TCPSrv
socket服务器程序Demo。供socket开发人员参考。(socket server program Demo. Developer Reference for the socket.)
- 2013-09-13 16:51:05下载
- 积分:1
-
Windows-Sockets
本书主要介绍了如何用API函数进行网络间通信(The book introduces how to use the API function communication networks)
- 2013-03-08 23:59:51下载
- 积分:1
-
LanTalk_sources
Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
- 2009-06-27 15:00:43下载
- 积分:1