-
网络编程,网络文件传输,作为网络编程的参考资料。
网络编程,网络上传输文件,可以作为网络编程的参考.-network programming, network file transfer, as network programming reference.
- 2022-04-30 14:45:22下载
- 积分:1
-
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来...
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个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 programming "," WINDOWS network programming technology. " Las
- 2022-07-08 01:37:37下载
- 积分:1
-
使用delphi编写的实现局域网内通讯的程序,在delphi6下编译运行通过。...
使用delphi编写的实现局域网内通讯的程序,在delphi6下编译运行通过。-prepared by the use of LAN communications within procedures, the compiler running under Delphi6 through.
- 2022-07-08 00:48:08下载
- 积分:1
-
利用TCPIP实现简单的客服务器模式,用C语言实现
利用TCPIP实现简单的客服务器模式,用C语言实现-TCPIP simple use of the passenger server model, with C language
- 2022-06-15 08:14:20下载
- 积分:1
-
一个能浏览进程,杀死进程,以及结束进程的程序。能够从当前位置退出进程。...
一个能浏览进程,杀死进程,以及结束进程的程序。能够从当前位置退出进程。-Browse a process, kill process, as well as the end of the process procedures. Able to withdraw from the process from its current location.
- 2022-07-21 21:44:56下载
- 积分:1
-
802.1x认证客户端认证,网络审计,the contents of the
802.1x认证客户端,上网认证,内容审计-802.1x client authentication, Internet authentication, the contents of the audit
- 2022-11-13 20:45:08下载
- 积分:1
-
一个用VC++写的简单的异步网络通讯及消息传递程序代码
一个用VC++写的简单的异步网络通讯及消息传递程序代码 -With VC++ to write a simple asynchronous network communications and messaging program code
- 2022-04-26 16:07:46下载
- 积分:1
-
简单的聊天软件
简单的聊天软件,基于TCP/IP协议,使用MFC CSocket类编写,分为客户端和服务器端两部分,适合初学者学习
- 2022-09-15 05:40:03下载
- 积分:1
-
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器...
面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器一般先启动recvfrom等待客户机的数据。客户机和服务器的通信过程为客户向服务器发送数据,服务器收到数据后给予应答,通信结束。-connection-oriented server process, you must set up to monitor server socket state; While the client is active connector. Without connecting client and server. Without connecting client and server in a function called no distinction, the general difference is the server for first launching recvfrom client data. Client and server communication process for clients to send data to the server, the server data received responses and communication end.
- 2022-03-13 09:45:07下载
- 积分:1
-
Network Programming for Windows
书源代码
(source code)
Network Programming for Windows
书源代码
(source code)-Network Programming for Windows source code book (SOU rce code)
- 2022-05-06 10:36:55下载
- 积分:1