-
This is my courses in computer network design process, vc used for the developme...
这是我在计算机网络课程设计中的程序,用vc开发用于文件传输-This is my courses in computer network design process, vc used for the development of file transfer
- 2022-08-14 10:10:07下载
- 积分:1
-
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来...
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来-Network programming, the completion of the port example, in the school network programming to see if a friend can be downloaded off
- 2022-02-26 05:21:53下载
- 积分:1
-
under the Windows network server program development, no doubt, Winsock complete...
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded program
- 2023-07-22 22:20:02下载
- 积分:1
-
codeguru上的一个网络编程框架
codeguru上的一个网络编程框架-codeguru the framework of a network programming
- 2022-06-01 12:12:14下载
- 积分:1
-
简易SOCKET编程。供有需要的人们使用,谢谢合作
简易SOCKET编程。供有需要的人们使用,谢谢合作-Easy SOCKET programming. The needs of the people to use, thank cooperation
- 2022-10-19 11:40:02下载
- 积分:1
-
大家都很熟悉的浏览器MyIE的源代码。希望大家喜欢
大家都很熟悉的浏览器MyIE的源代码。希望大家喜欢-we are all very familiar with the layout of the browser"s source code. Hope you like
- 2022-07-18 23:20:14下载
- 积分:1
-
主要用于查找共享文件,并在下载共享文件时可支持断点续传...
主要用于查找共享文件,并在下载共享文件时可支持断点续传-mainly used to locate and share files, and download file-sharing can support HTTP
- 2022-03-26 10:29:07下载
- 积分:1
-
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)...
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)-ctrol (client)sorce code for extend the access to the network server database management software
- 2022-07-16 23:31:33下载
- 积分:1
-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
IP filters, IP packet filtering
IP过滤器,过滤IP包 -IP filters, IP packet filtering
- 2022-01-25 15:53:44下载
- 积分:1