-
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
-
采用windows封装起来的UDP程序,包括建立连接、收发包等功能。...
采用windows封装起来的UDP程序,包括建立连接、收发包等功能。-used up windows Packaging UDP procedures, including the establishment of connectivity, packet transceiver functions.
- 2022-12-14 12:05:03下载
- 积分:1
-
A panel below the tree and just above the status bar displays statistical inform...
A panel below the tree and just above the status bar displays statistical information as you snag a Web site.
- 2022-01-26 20:03:20下载
- 积分:1
-
VC写的一个通讯程序,使用winsock,非
一个VC写的通信程序,用winsock,非CSocket 实现的聊天室程序.-VC to write a communications program, using winsock, non-CSocket realize chat room procedures.
- 2023-02-17 19:10:03下载
- 积分:1
-
可以实现构建一个自己的虚拟机,代码很完整的
可以实现构建一个自己的虚拟机,代码很完整的-Can be achieved to build a their own virtual machine, code is a complete
- 2022-07-25 09:11:51下载
- 积分:1
-
Novell网络发送数据的实现
Novell网络发送数据的实现 -The implemention of sending data in Novell network
- 2022-07-15 08:36:38下载
- 积分:1
-
网络编程,网络文件传输,作为网络编程的参考资料。
网络编程,网络上传输文件,可以作为网络编程的参考.-network programming, network file transfer, as network programming reference.
- 2022-04-30 14:45:22下载
- 积分:1
-
一个实现点对点传输的小程序,可以用来了解WINDOWS套接字
一个实现点对点传输的小程序,可以用来了解WINDOWS套接字-achieve a point-to-point transmission of small programs can be used to understand the Windows Sockets
- 2022-01-26 00:59:49下载
- 积分:1
-
Through the structures on the remote host a remote dictionary service server, ot...
通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机,在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。
-Through the structures on the remote host a remote dictionary service server, other hosts can RemoteLookup client program will need to send word query the remote host, remote hosting service server dictionary word to return to the Chinese interpretation of the results to the client host, in client start-up services, you can use client-side online query word, the program has not demonstrated the use of packaging as well as the Windows SDK programming SOCKET typical process.
- 2022-03-17 01:23:57下载
- 积分:1
-
这个是用C++编程出来的实时的语音通信程序可以听到自己和别人的声音,应该说挺好的...
这个是用C++编程出来的实时的语音通信程序可以听到自己和别人的声音,应该说挺好的-the C programming is the real-time voice communication procedures can hear his own and other people"s voices should be said that in very good shape;
- 2022-02-15 23:00:11下载
- 积分:1