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

Search list

[Internet-Network用WINSOCK实现聊天室的VC

Description: Internet上可以提供一种叫IRC 的服务。使用者通过客户端的程序登录到IRC服务器上,就可以与登录在同一IRC服务器上的客户进行交谈,这也就是平常所说的聊天室。在这里,给出了一个在运行TCP/IP协议的网络上实现IRC服务的程序。-Internet can provide a service called IRC. Client users through the process log on to IRC servers, and can be logged on the same server on the IRC chat client, which is usually the chat rooms. Here is a running TCP/IP on the network to achieve the IRC service procedures.
Platform: | Size: 8192 | Author: 风清扬 | Hits:

[Internet-Network网络聊天:VC winsock-tcp

Description: 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
Platform: | Size: 67584 | Author: teky | 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:

[Windows DevelopWinsock实践

Description: 网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
Platform: | Size: 66560 | Author: 程拨 | Hits:

[Ftp ClientFTP客户端开发——WinSock

Description: FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development-- WinSock, the procedure is to use the socket to develop a ftp client is vc++ development Daquan this book source, the intention here to see friends
Platform: | Size: 109568 | Author: 笨蛋 | Hits:

[Com PortWinSock&Serial_SClient

Description: 与WinSock结合的串口通信(客户端)-with WinSock combination of serial communication (client)
Platform: | Size: 51200 | Author: 吴广德 | Hits:

[Internet-NetworkA_simple_IOCP_ServerClient_Class

Description: 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server/client procedures for the use of demonstration It
Platform: | Size: 178176 | Author: 夏佳 | Hits:

[Documentswindowsnetworkprogram

Description: 本文档讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。具体内容可以参考目录。-Windows network programming technology, coverage of Windows 95/98/NT 4/2000/CE platform. Includes NetBIOS, and Windows Redirector, Winsock, client server remote access methods. Specific content can reference directory.
Platform: | Size: 16936960 | Author: 张瑜 | Hits:

[ICQ-IM-Chat20020408ChatRoom(Winsock)

Description: 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。 -the procedures to be completed in a chat room function, it is pure protocols of the written. without any CSocket things that can be used to do client can be used to do server side, it is non-blocking request form connections.
Platform: | Size: 46080 | Author: 李一凡 | Hits:

[ICQ-IM-ChatWINSOCK-TCP

Description: 网络聊天室的实例程序,VC6.0下开发,分为服务器端和客户端两部分-Internet chat rooms examples procedures VC6.0 under development, divided into server and the client part 2
Platform: | Size: 72704 | Author: 金城寺 | Hits:

[Internet-NetworkWindowsnet

Description: 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-book devoted to the Windows network programming technology, Windows 95/98/NT coverage 4/2000/CE platform. Including NetBIOS, and Windows Redirector, Winsock, Client Remote Access server. The deals are easy to understand, with plenty examples Comments on the Microsoft Network Application API function. Matching discs containing all examples of code, user-friendly. The book suitable for middle- and high-level programming, as well as network design and management personnel.
Platform: | Size: 16951296 | Author: 袁邑宁 | Hits:

[Com PortWinSock.pbl

Description: 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Server types of array Connects. Implementing Multiple Connection Management. 2. uo_Socket_Server example through w_1.tab_1.OpenTab () open. 3, as defined SocketNotify pbm_custom01 incident. 4, ue_SocketNotify to define an event. A client, a very simple, not that.
Platform: | Size: 264192 | Author: long | Hits:

[Internet-NetworkUDP-winsock

Description: UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
Platform: | Size: 1024 | Author: abc | Hits:

[Ftp ClientFtpClient(winsock)

Description: 这是一个在MFC下通过Winsock实现的FTP客户端,实现了登陆、查询目录、上传、下载文件,是学习网络编程、FTP协议、Winsock编程的很好材料。-in MFC through Winsock FTP client to achieve the landing, Inquiries directory, upload and download documents, is learning network programming, FTP agreement, Winsock Programming good material.
Platform: | Size: 33792 | Author: jorry | Hits:

[Web Serverweb_Client

Description: 在对远程控制理论性研究的基础上,详细给出了客户端通信程序设计的指导性原则,进行了基于Winsock套接口远程控制客户机系统的设计,给出了基于C/S模型远程控制客户机的Winsock通信程序的分析设计。最后,以Visual C++6.0为工具完成了远程控制的编程,实现了一些远程控制的基本的功能,如对远程主机的屏幕抓取、文件管理和重启动等。-remote control in the theoretical study on the basis of Details are given client communication procedures designed guiding principles, Based on a set of Winsock interface client remote control system design Based on the C/S model remote control of Winsock client communication process analysis and design. Finally, the Visual C 6.0 as a tool for the completion of the remote control programming, realize some of the basic remote control functions, such as the remote host screen capture, document management and restart the other.
Platform: | Size: 58368 | Author: 福东方 | Hits:

[OtherWINDOWS_PROG

Description: 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。 -book devoted to the Windows network programming technology, Windows 95/98/NT coverage 4/2000/CE platform. Including NetBIOS, and Windows Redirector, Winsock, Client Remote Access server. The deals are easy to understand, with plenty examples Comments on the Microsoft Network Application API function. Matching discs containing all examples of code, user-friendly. The book suitable for middle- and high-level programming, as well as network design and management personnel.
Platform: | Size: 13166592 | Author: 王国龙 | Hits:

[VC/MFCNetworkProgrammingforMSWin.ccrun.013166

Description: 本书专门讨论Windows网络编程技术、覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows 重定向器为法、Winsock方法、客户端远程访问服务输方法。本将论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘也含了所有实例代码,为使读拜使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-book devoted to the Windows network programming technology, Windows 95/98/NT coverage 4/2000/CE platform. Including NetBIOS, and Windows Redirector for the law, Winsock, Client Remote Access Service transmission methods. The exposition will be easy to understand, with plenty examples Comments on the Microsoft Network Application API function. Also supporting CD containing all the code examples, in order to give thanks to the use of time. The book suitable for middle- and high-level programming, as well as network design and management personnel.
Platform: | Size: 10012672 | Author: 汤杰 | Hits:

[Internet-NetworkClient

Description: winsock 客户端程序 简单测试来自server端的程序-winsock simple test client program from server-side procedures
Platform: | Size: 2048 | Author: mynewname | Hits:

[Internet-NetworkWinsock-Client-Server

Description: client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (), then court
Platform: | Size: 1463296 | Author: liuliang | Hits:

[Internet-NetworkVB.Programming.WINSOCK.client.server.code

Description: VB编程开发WINSOCK客户端服务端程序代码-VB Programming WINSOCK client server code
Platform: | Size: 8192 | Author: , | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net