搜索资源列表
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
异步套接字客户端
- 异步套接字客户端-asynchronous socket client
异步套接字服务器
- 异步套接字服务器-asynchronous socket server
VC++实现的网络对战游戏
- 这是使用了异步套接字实现的一个网络对战游戏,其中还包含有数据库的操作,还封装有一个异步套接字的类CMYSOCKET
异步套接字客户端
- 异步套接字客户端-asynchronous socket client
异步套接字服务器
- 异步套接字服务器-asynchronous socket server
异步套接字
- 这是c#里的socket编程,里面包括客户端和服务器端两个程序。-This is the c#'s socket programming, including inside the client and server-side two procedures.
udp通信
- 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
Server3
- vc源码,演示异步套接字Socket的初始化,启动接收连接发送数据的完整过程。-vc source demonstrate Asynchronous Socket Socket initialized connecting start receiving this data integrity process.
RemoteDaq(3.14new)
- 自己编的一个远程采集服务端程序!用的是异步套接字,写了好久,UDP,TCP,都用到了.-own series of the collection service a remote-procedure! Using the asynchronous socket, writing for a long time, UDP, TCP, are depleted.
EX10-5
- 用C#实现的TCP异步套接字客户端编程。代码齐全-C# achieving TCP client asynchronous socket programming. Complete code
TCPServer
- windows socket的应用,用异步套接字完成客户端的连接,读写等功能.有良好的用户界面-windows socket applications, complete with asynchronous socket client to connect, read and write functions. have a good user interface
AsyncSocket
- 在同一个线程中使用异步套接字实现聊天室程序,避免了不读数据时出现阻塞-In the same thread realize the use of Asynchronous Sockets Chat procedures to avoid non-blocking when reading data
yibutaojiezi
- 使用VC中的异步套接字编写的服务器和客户端小程序-The use of VC in the preparation of the asynchronous socket server and client applets
yibutaojiezi
- 异步套接字的源码,同时还有文档可以参考,很方便-Asynchronous socket source code, along with the document can refer to, it is convenient
Chat2
- 利用异步套接字, 把收到的SOCKET转化为windows的消息, 实现向指定IP发送消息, 接受任何IP发过来的消息-Using asynchronous socket to receive the news SOCKET into windows to achieve the specified IP to send messages to any IP sent me a message
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server developm
PublicNetSoft
- 异步套接字编程,实现客户端和服务器端的Socket建立,连接-Asynchronous socket programming, client and server-side Socket establish the connection
Chat
- 利用事件对象进行线程同步与异步套接字编程-Use the event object for thread synchronization with asynchronous socket programming