-
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
-
socket
详细介绍一下VC下的socket编程,并提供一个服务器客户端具体的实例。希望对您有所帮助
(Detailed introduction of VC socket programming, and provide a server client a specific example. Hope will be helpful to you)
- 2012-05-09 18:53:35下载
- 积分:1
-
PtoP-CHAT
点对点聊天工具,完整的工程,学习网络编程的可以参考(POINT TO POINT CHAT)
- 2013-05-05 00:40:52下载
- 积分:1
-
WSockServer
Windows Socket Server
- 2021-01-05 10:38:54下载
- 积分:1
-
video_trans
基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点。(Udp protocol and openCV programming-based video transmission program has automatic access to the functions of the local IP address, server-side IP client input and click send, the server side can receive and play real-time, reliable LAN environment, several testsreliable transmission, in addition to a simple principle, scalable advantages.)
- 2021-03-30 17:39:10下载
- 积分:1
-
netchating
局域网内的一个简单的聊天程序,分为服务器端与客户端两部分(LAN within a brief chat procedures, divided into server and client part 2)
- 2006-10-17 11:24:42下载
- 积分:1
-
VS2005-IPAddressControlLib-rev-10
VS很好用的IP类文件,外国人编写的哦,很实用的命名空间(IP class files VS good use of foreigners prepared oh,
Very practical namespace)
- 2020-12-18 11:19:11下载
- 积分:1
-
iprout-hash
一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现(a hash table based on the IP routing table search technology, under the VC WINDOWS)
- 2007-01-04 14:13:20下载
- 积分:1
-
arpasdfasdf
编写程序,实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。(programming, ARP-based LAN access to the activities of all MAC address and IP address correspondence list, require the use of Winpcap, manual Packaging ARP packets, and achieve ARP response data packet reception and analysis.)
- 2006-12-04 14:44:34下载
- 积分:1
-
ChatClient
基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)
- 2018-08-09 11:11:28下载
- 积分:1