-
WinInet
vc++可视化编程,包括网络编程部分,压缩包里面的是源代码,可直接运行。(vc++ visual programming, including network programming part of the compressed packet inside the source code can be directly run.)
- 2009-12-21 12:43:00下载
- 积分:1
-
netchating
局域网内的一个简单的聊天程序,分为服务器端与客户端两部分(LAN within a brief chat procedures, divided into server and client part 2)
- 2006-10-17 11:24:42下载
- 积分:1
-
Socket_tongxing
SOCKET通信方面的很实用的程序 很经典(SOCKET communications procedure is very practical classic)
- 2007-08-07 16:39:11下载
- 积分:1
-
局域网抓包
在局域网内抓取所需要的IP数据包,使用VC++6.0工程编写。(Grab the required IP packets in the LAN.)
- 2017-12-19 11:20:10下载
- 积分:1
-
Emulator
驱动层抓取网卡数据代码,并可以修改数据包内容(Crawl layer data-driven card code, and can modify the contents of data packets)
- 2009-04-01 00:06:26下载
- 积分:1
-
NetworkProccesser
说明: 管理windows的网络进程程序 可以实现进程的建立,端口号,关闭的功能,隐藏的也可看到(serveices management for windows)
- 2010-04-04 15:36:31下载
- 积分:1
-
Wi-Fi
Wifi共享小软件,适用于win7以上系统,在接通网络后,还需要手动桥接一下网卡,做的不好,请大家斧正。(Wifi Tool,the min System is win7,after build,if u want run this tool,u must bridge network card)
- 2015-11-20 09:51:14下载
- 积分:1
-
Chat
实现点对点发送文本聊天,P2P基于套接字发送和接收文本(Realize the point-to-point send text chat, P2P based on SOCKET to send and receive text)
- 2013-05-31 08:30:11下载
- 积分:1
-
Network-security-assessment-system
网络安全评估系统,根据评估目标和评估内容的要求构建的一组反映网络安全水平的相关指标,据以搜集评估对象的有关信息资料,反映评估对象的网络安全的基本面貌、素质和水平。(Network security assessment system)
- 2014-04-04 19:23:01下载
- 积分: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