-
Hacking-Exposed
一本优秀的国外黑客教程(中文版),介绍了很多主流的黑客手段和其所使用的工具,并且难度适中,新手和高手都适合看。(An excellent foreign hackers tutorial (Chinese version), introduces some mainstream hacking tools and means.)
- 2015-05-04 20:50:09下载
- 积分:1
-
udp
利用socket技术,实现了局域网之间的通信,两个客户端之间可以相互聊天(Socket technology, communication between the LAN between the two clients can chat with each other.
)
- 2012-05-06 09:10:59下载
- 积分:1
-
omnet
本文是介绍仿真软件omnet++基础知识的文档,适合omnet+入门者学习,欢迎使用(failed to translate)
- 2021-01-15 17:08:45下载
- 积分:1
-
两个VC++ Modbus通信例子源代码
modbbus rtu通讯例子,内附有实现文档(Modbbus RTU communication example, with an implementation document)
- 2018-01-07 23:40:36下载
- 积分:1
-
RollDiceOnline
说明: 程序实现了一个简单的网络版的掷骰子,一个服务器端,另一个客户端。(Program implements a simple network version of the dice, a server-side, another client.)
- 2011-03-02 17:14:29下载
- 积分:1
-
MyPing
ping工具,基于控制台应用程序,类似cmd的ping功能(ping tools, console-based application)
- 2012-12-19 08:37:46下载
- 积分:1
-
udp
说明: 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助(Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help)
- 2010-04-21 15:14:58下载
- 积分:1
-
httpviaproxy
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!(HTTP can be transmitted/HTTP request, if required to do a website, then you can use this kind, the largest such feature is support PROXY proxy to download!)
- 2007-07-24 09:54:47下载
- 积分:1
-
tcp_winsock_controler
这是VB6.0上MSDN的例子,不过我做了稍微改动,能实现输入任意的IP地址,实现与其通信的目的(This is a VB6.0 example on MSDN, but I make a slight alteration can realize arbitrary input IP address, the realization of the purpose of communication)
- 2008-03-30 18:04:56下载
- 积分: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