Location:
Search - 阻塞模式
Search list
Description: Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB)
大家支持一下下哈~-LAN chess players use of the procedures obstruction Socket programming model (38KB) under what we support Kazakhstan ~
Platform: |
Size: 38951 |
Author: 黄飞龙 |
Hits:
Description: Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程-LAN chess players use of the procedures obstruction Socket Programming Model
Platform: |
Size: 38951 |
Author: 李子 |
Hits:
Description: 阻塞模式的socket封装类,可以用与游戏客户端的开发。有测试例子。-pattern of obstruction socket Packaging category, the game can be used with client development. A test case.
Platform: |
Size: 55151 |
Author: yuxilv |
Hits:
Description: 阻塞模式的winsock操作,用多线程实现IO的服务端应用程序-pattern of obstruction protocols of operation, using multithreading IO server applications
Platform: |
Size: 15186 |
Author: lish |
Hits:
Description: 程序由vc编写,显示基础的阻塞模式下实现服务器与客户端的通信
Platform: |
Size: 16974 |
Author: Sbai_0602@163.com |
Hits:
Description: 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program model discussed in the network environment to send/receive data using block-socket and the need for deficiencies, and make use can delay the withdrawal of obstructive type socket read and write function solutions.
Platform: |
Size: 17408 |
Author: 王静 |
Hits:
Description: 包含两个chat程序,功能一样。一个是阻塞模式下的,一个是非阻塞模式下的。便于比较和学习。-contains two chat procedures, the same function. Is a pattern of obstruction, one of the nonblocking mode. For purposes of comparison and study.
Platform: |
Size: 60416 |
Author: wn |
Hits:
Description: UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。-UDP packet admission procedure examples, based on the non-blocking mode of socket, and use select () to receive overtime realize.
Platform: |
Size: 7168 |
Author: liu |
Hits:
Description: mfc套接字编程,包括无连接的通信,有连接的通信,阻塞和非阻塞模式-mfc socket programming, including non-connected communications, has connected communications, obstructive and non-blocking mode
Platform: |
Size: 7512064 |
Author: 刘秋菊 |
Hits:
Description: 用java实现的一个socket服务器。采用非阻塞模式,可以支持大量并发连接。
Platform: |
Size: 41984 |
Author: txw |
Hits:
Description: 非阻塞模式的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 API package, very helpful for beginners.
Platform: |
Size: 3072 |
Author: 小潘 |
Hits:
Description: 非阻塞模式的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, SOCKET API package, very helpful for beginners.
Platform: |
Size: 3072 |
Author: 小潘 |
Hits:
Description: 一个基于非阻塞模式socket的聊天程序,可以学习到基于非阻塞CSocket的编程思想-Socket-based non-blocking mode of chat program, you can learn programming based on the thinking of non-blocking CSocket
Platform: |
Size: 4468736 |
Author: yang |
Hits:
Description: 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
Platform: |
Size: 1911808 |
Author: dyfeng |
Hits:
Description: socket编程。winsock编程实现网络通信。
非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型)
阻塞模式实现面向无连接的一对一的通信
1.学习通过winsock编程实现网络通信。
2.学习面向连接和面向无连接的网络通讯方式的编程。
3.学习阻塞和非阻塞模式的网络通讯的编程。
4.熟悉与winsock有关的API函数的用法。
-socket programming. winsock network communications programming implementation. Non-blocking mode of connection-oriented implementation of a server and multiple client to send and receive data (select models) for non-blocking mode of communication to connect one-on-one 1. Learn through winsock network communications programming implementation. 2. Study connection-oriented and connectionless-oriented network communication programming. 3. Learn obstructive and non-blocking mode of network communication programming. 4. Familiar with winsock related to the usage of API functions.
Platform: |
Size: 7334912 |
Author: qingangjun |
Hits:
Description: WinSocket各种阻塞非阻塞模式的简单例子都已通过调试适合网络编程初学者-WinSocket a variety of blocking non-blocking mode has been adopted by a simple example of network programming for beginners debugging
Platform: |
Size: 1221632 |
Author: 何亮宝 |
Hits:
Description: 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the application layer to deal with, very easy to use with server and client test cases
Platform: |
Size: 7168 |
Author: tongzhijie2003@163.c |
Hits:
Description: 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通信(TCP穿越NAT/TCP打洞) 44
10. 深入 CSocket 编程之阻塞和非阻塞模式 57
-#define FD_SETSIZE 64?
typedef struct fd_set {
u_int fd_count /* how many are SET?*/
SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/
} fd_set
Platform: |
Size: 190464 |
Author: netdavid |
Hits:
Description: 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++
Platform: |
Size: 7168 |
Author: 唐峰 |
Hits:
Description: FreeModbus是一款开源的Modbus协议栈,但是只有从机开源,主机源码是需要收费的。同时网上也没有发现比较好的开源的Modbus主机协议栈,所以才开发这款支持主机模式的FreeModbus协议栈。本版FreeModbus版本号更改为V1.6,特性如下:
新增加的主机源码与原有从机的风格及接口保持一致;
支持主机与从机在同一协议栈运行;
支持实时操作系统及裸机移植;
为应用提供多种请求模式,用户可以选择阻塞还是非阻塞模式,自定义超时时间等,方便应用层灵活调用;
支持所有常用的Modbus方法。(FreeModbus is an open source Modbus protocol stack, but only from the machine open source, the host source code is required to charge. At the same time the Internet did not find a better open source Modbus host protocol stack, so it developed this support host mode FreeModbus protocol stack. This version of FreeModbus version number changed to V1.6, features are as follows:
The new host source code and the original slave style and interface to keep in line;
Support the host and slave in the same protocol stack to run;
Support real-time operating system and bare metal transplant;
For the application to provide a variety of request mode, the user can choose to block or non-blocking mode, custom timeout, etc., to facilitate the application layer flexible call;
Supports all commonly used Modbus methods.)
Platform: |
Size: 19211264 |
Author: tdnx611g
|
Hits: