Welcome![Sign In][Sign Up]
Location:
Search - VC sockets

Search list

[CommunicationSockets api用于聊天室程序设计

Description: 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
Platform: | Size: 7040 | Author: ql | Hits:

[Symbiansockets-vc

Description: Symbian 手机网络通信程序 sockets-vc-Symbian cell phone network communication program sockets - vc
Platform: | Size: 28302 | Author: lockey | Hits:

[WEB Code用VC++6.0的Sockets API实现一个聊天室程序

Description: 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
Platform: | Size: 3819 | Author: 万俟楠 | Hits:

[WinSock-NDISSockets

Description: VC Socket通讯程序,有Server端和Client端.
Platform: | Size: 268777 | Author: daniel | Hits:

[WinSock-NDIS客户端与服务器相互问候

Description: 程序由vc编写,显示基础的阻塞模式下实现服务器与客户端的通信
Platform: | Size: 16974 | Author: Sbai_0602@163.com | Hits:

[Documents用VC++6.0的Sockets API实现一个聊天室程序

Description: 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
Platform: | Size: 3072 | Author: 万俟楠 | Hits:

[Program docSockets api用于聊天室程序设计

Description: 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
Platform: | Size: 7168 | Author: ql | Hits:

[Symbiansockets-vc

Description: Symbian 手机网络通信程序 sockets-vc-Symbian cell phone network communication program sockets- vc
Platform: | Size: 27648 | Author: lockey | Hits:

[Internet-NetworkNetwOrk.Messenger

Description: vc++编程,network mrssager,WINGDOWS SOCKETS应用,实现网络聊天功能-vc programming, network mrssager. WINGDOWS SOCKETS applications, network chat
Platform: | Size: 5705728 | Author: fanminglei | Hits:

[Internet-Networknetwork2

Description: 介绍了Internet网络编程中涉及到的TCP/IP协议、IP数据 报、TCP段、套接字等重要概念,并在此基础上论述了基于VC++的 MFC编写客户/服务 器程序的方法和一般过程。 -Introduction of the Internet network programming involved in TCP/IP protocol, IP datagram, TCP segment, sockets and other important concepts, and on this basis are discussed based on VC++ The MFC to prepare client/server procedures and the general process.
Platform: | Size: 2203648 | Author: dfsdf | Hits:

[ICQ-IM-Chatsocketsvc.ZIP

Description: 用vc6.0实现的强大有界面的sockets通讯程序,可使server端与client端即时通信,需先运行server端。-Vc6.0 achieved using a powerful interface sockets are the communication process, will enable the server-side and client-side real-time communications, the need to run server-side.
Platform: | Size: 75776 | Author: bean | Hits:

[Internet-NetworkSockets

Description: VC Socket通讯程序,有Server端和Client端.-VC Socket communication procedures have Server client and Client side.
Platform: | Size: 268288 | Author: daniel | Hits:

[Internet-Networknettrans

Description: 用VC++编写的基于windows sockets编程的聊天应用程序,分为客户端和服务端两个文件-With VC++ Prepared based on the chat windows sockets programming applications, and services into the client-side two documents
Platform: | Size: 7168 | Author: 蕾蕾 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-Networktcpclient

Description: vc++的网络编程,tcp客户端程序,套接字编程-vc++ network programming, tcp procedures Sockets
Platform: | Size: 1160192 | Author: weiwei | Hits:

[Windows DevelopVCPPT

Description: 这是一套VC++及MFC学习的经典PPT学习资料,内容涵盖了Windows 程序运行原理,掌握VC++,文档,文件,文本编程,对话框,菜单,网络编程,进程间通信,线程同步与异步套接字,动态链接库,创建兼容及HOOK和数据库访问等十几个VC++学习的难点-This is a set of VC++ and MFC to learn classical PPT learning materials, covering the Windows program is running principle, grasp the VC++, documents, files, text, programming, dialog boxes, menus, network programming, inter-process communication, thread synchronous and asynchronous sockets, dynamic link library, create a compatible, and HOOK, and database access more than a dozen VC++ Learning Difficulties
Platform: | Size: 173056 | Author: liza | Hits:

[Internet-NetworkSockets

Description: Sockets on VC++.net, USING WINSOCKS. SERVER.
Platform: | Size: 612352 | Author: Oscar | Hits:

[Windows MobileSOCKETS

Description: 一个VC++ 2008写的手机和其他设备通过以太网TCP/IP通信的例子,用UDP协议编写,已经通过测试和,可以设定对方IP地址和端口号,发送数据-Written in a VS2008 mobile phones and other devices to communicate via Ethernet example, write with UDP protocol
Platform: | Size: 11299840 | Author: 华文博 | Hits:

[Internet-NetworkG-Sockets(Demo)(1)

Description: IOCP VC++ 高性能服务器编程,服务器端客户端-IOCP VC++
Platform: | Size: 3155968 | Author: | Hits:

[Internet-NetworkG-Sockets(IOCP)-2.0-T

Description: windows iocp例子服务器,VC++开发例子-windows iocp example server, C++ examples of the development
Platform: | Size: 3204096 | Author: lll | Hits:
« 12 3 »

CodeBus www.codebus.net