-
ServerSocket
一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰(a good example for winsock about tcp/udp)
- 2009-10-31 09:05:50下载
- 积分:1
-
800-cases-of-foreign-hackers
国外黑客800例,比较全面的讲解黑客技术,能够让你快速的找到需要的技术,进行研读(800 cases of foreign hackers, a more comprehensive explanation hacker technology that allows you to quickly find the needed technology, the study)
- 2011-05-26 09:10:33下载
- 积分: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
-
MY_ping_command(1)
Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等
对网络编程初期学习者很有帮助
- 2011-04-23 12:55:18下载
- 积分:1
-
lbmsim-0.8
LBM格子波尔兹曼C程序,特别全,下载即可。(LBM Lattice Boltzmann C procedures, particularly full, download.)
- 2014-03-04 09:20:45下载
- 积分:1
-
UDP-communication
一个基于 Labview 的 UDP 通信实例。用户可通过该实例对 TCP-UDP 协议的工作方式有基本的了解。(Labview an instance of communication based on UDP. Users can work through the example of TCP-UDP protocol is a basic understanding.)
- 2015-07-07 19:16:37下载
- 积分:1
-
socket
SOCKET通信,一个服务端,一个客户端的通信。(SOCKET communications, a server, a client communication.)
- 2013-11-04 16:50:40下载
- 积分:1
-
Server
服务器端代码··可以跟客户端自由通信··(Server-side code can be freely client communications)
- 2009-03-05 18:07:12下载
- 积分:1
-
MFCSocket
聊天室的VC++实现 视频会议 多人聊天室(Chat VC++ implementation of video conferencing over the chat room)
- 2009-04-06 11:01:10下载
- 积分:1
-
WinpkFilter
一个高性能的网络数据包处理架构,利用WinpkFilter可以利用应用层函数直接对数据包进行处理,甚至可以在应用层函数sleep()延缓数据包发送(WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network activity without having to write low level TDI or NDIS driver code.
WinpkFilter is more than just a firewall development kit for Windows. With WinpkFilter you can make an application that inserts itself into the Windows network stream: custom firewall solution, internet connection sharing (NAT), IP shaper, VPN and many other low-level network solutions completely in user-mode using your favorite development environment: Visual C++, Visual C#, Delphi, Visual Basic, C++ Builder and etc.
Using WinpkFilter requires no experience in kernel mode programming on your behalf since WinpkFilter provides you with powerful user level API. However, if you need to implement your solution (to achieve better performance) in kernel mode you can use well-documented raw IOCTL interface as well. )
- 2020-10-04 18:07:40下载
- 积分:1