搜索资源列表
ChessOnNet
- Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB) 大家支持一下下哈~-LAN chess players use of the procedures obstruction Socket programming model (38KB) under what we support Kazakhstan ~
Tang Yong 局域网象棋对弈程
- Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程-LAN chess players use of the procedures obstruction Socket Programming Model
mysocket_gamecilent
- 阻塞模式的socket封装类,可以用与游戏客户端的开发。有测试例子。-pattern of obstruction socket Packaging category, the game can be used with client development. A test case.
WinSockOP_Server
- 阻塞模式的winsock操作,用多线程实现IO的服务端应用程序-pattern of obstruction protocols of operation, using multithreading IO server applications
客户端与服务器相互问候
- 程序由vc编写,显示基础的阻塞模式下实现服务器与客户端的通信
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Co
zuse+feizuse_chat
- 包含两个chat程序,功能一样。一个是阻塞模式下的,一个是非阻塞模式下的。便于比较和学习。-contains two chat procedures, the same function. Is a pattern of obstruction, one of the nonblocking mode. For purposes of comparison and study.
server-nonblockingsocket
- UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。-UDP packet admission procedure examples, based on the non-blocking mode of socket, and use select () to receive overtime realize.
MFC_Socket
- mfc套接字编程,包括无连接的通信,有连接的通信,阻塞和非阻塞模式-mfc socket programming, including non-connected communications, has connected communications, obstructive and non-blocking mode
src
- 用java实现的一个socket服务器。采用非阻塞模式,可以支持大量并发连接。
NBUDPClient
- 非阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, this process is the client, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET
NBUDPServer
- 非阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, the process is client service, in the WIN32 environment, the completion of basic UDP protocol communication, SOCK
ChatSystem_src
- 一个基于非阻塞模式socket的聊天程序,可以学习到基于非阻塞CSocket的编程思想-Socket-based non-blocking mode of chat program, you can learn programming based on the thinking of non-blocking CSocket
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsoc
Winsock
- WinSocket各种阻塞非阻塞模式的简单例子都已通过调试适合网络编程初学者-WinSocket a variety of blocking non-blocking mode has been adopted by a simple example of network programming for beginners debugging
socket.tar
- 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to
VCWinSockProgramming
- 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信
socket
- socket 编程 阻塞模式范例 可以看到所有的基本用法,但是调试时需要参考网上的设置VC++的方法-blocking mode socket programming examples can be seen all the basic usage, but the debugging settings need to refer to the online method of VC++
FreeModbus_Slave-Master-RTT-STM32
- FreeModbus是一款开源的Modbus协议栈,但是只有从机开源,主机源码是需要收费的。同时网上也没有发现比较好的开源的Modbus主机协议栈,所以才开发这款支持主机模式的FreeModbus协议栈。本版FreeModbus版本号更改为V1.6,特性如下: 新增加的主机源码与原有从机的风格及接口保持一致; 支持主机与从机在同一协议栈运行; 支持实时操作系统及裸机移植; 为应用提供多种请求模式,用户可以选择阻塞还是非阻塞模