Welcome![Sign In][Sign Up]
Location:
Search - non blocking

Search list

[SMSSGIP文章

Description: 一个Delphi6.0的SGIP例子 包含了一个服务端和一个客户端,协议共用,服务端为非阻塞长连接,客户端为阻塞短连接,-an example of the SGIP contains a server and a client, sharing agreements, non-blocking service for long-connect, the client for a short connecting block,
Platform: | Size: 38889 | Author: 杜建强 | Hits:

[Scannercodecnt_1020008

Description: 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。但这种方法的缺点是很容易被发觉,并且被过滤掉。目标计算机的logs文件会显示一连串的连接和连接是出错的服务消息,并且能很快的使它关闭。 -operating system for the connect () system call, and for every one interested in the computer connect to the port. If the interception at the state port, then connect () can be successful. Otherwise, the port is not used, that is, not provide services. One of the biggest advantages is that you do not have any authority. System of any user has the right to use this call. Another advantage is speed. If each of the target port to a linear manner, the use of separate connect () call, it would take a very long time, you can open multiple socket, thus speeding up the scanning. The use of non-blocking I / O allows you to set up a low exhaustion of the time cycle, while observing a number of sockets. But the shortcomings of this method is very easy to be found, and to filter out. The computer logs
Platform: | Size: 33938 | Author: ms-dos | Hits:

[Other resourceMCU_Key

Description: 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keyboard driver. The drive included two documents, the use of paper will be linked into C, the call of documents containing H documents. The keyboard driver has two interface functions provide two scan mode (blocking and non-blocking), it will return to arbitrary custom keys with innovative and handling, the use of specific methods can be found in Notes. (This procedure Keil C51 development environment to test successful, and after several practice application).
Platform: | Size: 3871 | Author: LENG | 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: 46171 | Author: 李一凡 | Hits:

[Button controladvhttp

Description: 好用的HTTP/HTTPS控件,支持多线程,同步无阻塞的HTTP传输,支持Proxy验证,支持SSL/PCT安全传输。 本网站的HTTP协议调试器就是在这个控件的基础上开发的。 -handy HTTP / HTTPS controls, supports multi-threaded, non-blocking synchronous HTTP transmission, Proxy support certification, support SSL / PCT secure transmission. This site HTTP Debugger is the control on the basis of the development.
Platform: | Size: 98736 | Author: frrri | Hits:

[WinSock-NDISMySeverDemo1

Description: 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of the s elect function for non-blocking asynchronous character sets section of this procedure is adopted son of this section sets of documents, document type is also very innovative, after the code is 264 documents, in view of the size of the file upload, I have no additional 264 documents, can the corresponding test as some 264 documents and fopen file name changed!
Platform: | Size: 172579 | Author: 黄越 | Hits:

[Com Portlinux_seriallib

Description: linux环境下串口函数封包,避免繁琐的linux串口通讯中参数设置的flag设置,还要方便设置阻塞和非阻塞方式-Serial function packets, linux avoid tedious serial communication parameters set the flag settings, set up more convenient way obstruction and non-blocking
Platform: | Size: 3385 | Author: liyi | Hits:

[Windows Developpet

Description: 小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间-small game, the same two patterns among non-blocking connectivity can be removed. End eliminate the shortest amount of time count
Platform: | Size: 223260 | Author: yumenglin | Hits:

[WinSock-NDISSyncSocket_src

Description: Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
Platform: | Size: 8987 | Author: lian | Hits:

[ADO-ODBCAsyncRecordset_src

Description: Async record set, access database in non-blocking fashion
Platform: | Size: 6947 | Author: 黃文 | Hits:

[Windows DevelopEqueueDemo

Description: 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-obstruction and support non-blocking security model is threaded circular buffer Design and Implementation
Platform: | Size: 13400 | Author: hailynch | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 79158 | Author: Janferry | Hits:

[Internet-NetworkSyncSocket_src

Description: Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
Platform: | Size: 8192 | Author: | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[VHDL-FPGA-VerilogBlocking_and_Non_blocking

Description: Verilog Blocking and Non Blocking
Platform: | Size: 13312 | Author: designer_vlsi | Hits:

[Linux-Unixtcpsocket

Description: linux下的tcp传输类,支持阻塞模式、非阻塞模式-linux tcp transfer under the category, to support blocking mode, non-blocking mode
Platform: | Size: 2048 | Author: darwin.yhc | Hits:

[Internet-Networksocket-non-bloquante

Description: Hello, here is an example non-blocking client that connects to an IP address and a PORT taken into argument. Not need a server to notice that not fashion blocking, the error is displayed Operation now in progress and in blocking mode, error is displayed Connection Refused .-Hello, here is an example non-blocking client that connects to an IP address and a PORT taken into argument. Not need a server to notice that not fashion blocking, the error is displayed Operation now in progress and in blocking mode, error is displayed Connection Refused .
Platform: | Size: 1024 | Author: mohammed | Hits:

[VHDL-FPGA-VerilogBlocking-Nonblocking

Description: blocking and non blocking statement in verilog example.
Platform: | Size: 58368 | Author: Sandeep | Hits:

[OS Developblocking-and-nonblockng-MIT

Description: The difference of blocking and non blocking in verilog by M I T
Platform: | Size: 691200 | Author: sherry | Hits:

[Linux-Unixunion_pay_ssl-non-blocking

Description: 非阻塞https访问,用于linux下的c编程,一般默认ssl访问都是阻塞的,现在出一个非阻塞版本(Non blocking HTTPS access, for C programming under Linux, generally default SSL access is blocked, and now a non blocking version)
Platform: | Size: 2048 | Author: 嗨嗨好好 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net