Welcome![Sign In][Sign Up]
Location:
Search - winsock

Search list

[Windows Kernelwinsock

Description:

winsock VB


Platform: | Size: 35048 | Author: ewchua | Hits:

[SourceCodeVB+winsock多用户通讯源代码

Description: VB+winsock多用户通讯源代码.rar
Platform: | Size: 12212 | Author: ok5818 | Hits:

[Internet-NetworkVB中如何使用 Winsock 控件

Description: VB中如何使用 Winsock 控件-VB how to use the Winsock Control
Platform: | Size: 4096 | Author: 何神 | Hits:

[Windows DevelopChatRoom(Winsock)

Description: Winsock实现网络聊天室-Winsock Internet chat room
Platform: | Size: 46080 | Author: 陈昊 | Hits:

[DocumentsVb.winsock

Description: 关于VB中winsock的使用-on VB protocols of the use of
Platform: | Size: 35840 | Author: 何国洲 | Hits:

[Chess Poker games在VB中基于Winsock控件实现网络围棋对弈

Description: 在VB中基于Winsock控件实现网络围棋对弈-in VB based Winsock Control Network Go Chess
Platform: | Size: 145408 | Author: | Hits:

[Bookswinsock教程

Description: winsock教程,感觉还不错-winsock Directory also feeling good
Platform: | Size: 1474560 | Author: yu | Hits:

[Windows Develop利用WinSock进行无连接的通信forvc

Description: 利用WinSock进行无连接的通信-WinSock conducted without the use of the communications link
Platform: | Size: 22528 | Author: 罗才华 | Hits:

[Windows Develop使用真正的Winsock做的最简单的通信程

Description: 使用真正的Winsock做的最简单的通信程-use the real Winsock do the most simple way of communication
Platform: | Size: 270336 | Author: 李一 | Hits:

[BooksWinSock编程规范及应用

Description: WinSock编程规范及应用-WinSock norms and Application Programming
Platform: | Size: 295936 | Author: 贝尔 | Hits:

[Internet-Networkwinsock server

Description: WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSocket中的虚函数重载来处理的。 注:详细的过程,在程序代码中均有注释!-Winsock server sample program note that the procedure was based on dialog programming, using one-to-many is the way to connect. The entire process by CServerDlg, CServerApp, CListenSocket, constitute the CClientSocket. (All categories on the note in code) The following outlines procedures have : main program called CListenSocket category to the target of the listening socket, when the call request is received when the main program functions to the corresponding connections, socket into the queue. Socket for the reception of data and disconnected from the news to trigger, by calling the base class CSocket the virtual function to handle the heavy load. Note : Details of the procedure code have Notes!
Platform: | Size: 38912 | Author: 柳宝虎 | Hits:

[Bookswinsock应用教程

Description: winsock应用教程-winsock Application Directory
Platform: | Size: 192512 | Author: 华似磊 | Hits:

[Internet-Networkwinsock文件传输

Description: 使用winsock控件进行大文件传输,初学者学习winsock编程的经典例子-controls for the use of large file transfers, beginners to learn programming protocols of the classic examples
Platform: | Size: 6144 | Author: 小军 | Hits:

[BooksWinsock规范及应用

Description: Winsock规范及应用-norms and Winsock applications
Platform: | Size: 302080 | Author: 卓明 | Hits:

[BooksWinSock编程指南

Description: winsock编程指南的word文档书籍参考-winsock Programming Guide word document reference books
Platform: | Size: 278528 | Author: 李迅 | Hits:

[ICQ-IM-Chatwinsock聊天

Description: winsock聊天.zip-winsock Chat. Zip
Platform: | Size: 393216 | Author: cool | Hits:

[Telnet Client使用API编写的WinSock的TCPIP程序Windy

Description: 使用API编写的WinSock的TCPIP程序Windy-use WinSock API prepared by the procedures Windy TCPIP
Platform: | Size: 49152 | Author: | Hits:

[Internet-Network一个对Winsock 完成端口模型封装的类

Description: 在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 programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44032 | Author: 王明 | Hits:

[Internet-Network一个Socket连接类,封装了Winsock API

Description: 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
Platform: | Size: 61440 | Author: 于晶 | Hits:

[ICQ-IM-Chat用WINSOCK实

Description: WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。本文提出了在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-WINSOCK is in the Windows communications network programming API, as well as network programming by Windows, the de facto standard. Network programming in the most commonly used program is the client/server model. The paper provides a client/server model with Winsock achieve common Internet chat room software programs.
Platform: | Size: 39936 | Author: 六开 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net