搜索资源列表
SGIP文章
- 一个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,
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞
MCU_Key
- 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keybo
20020408ChatRoom(Winsock)
- 这个程序要完成一个聊天室的功能,它是用纯的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
advhttp
- 好用的HTTP/HTTPS控件,支持多线程,同步无阻塞的HTTP传输,支持Proxy验证,支持SSL/PCT安全传输。 本网站的HTTP协议调试器就是在这个控件的基础上开发的。 -handy HTTP / HTTPS controls, supports multi-threaded, non-blocking synchronous HTTP transmission, Proxy support certification, s
MySeverDemo1
- 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program f
linux_seriallib
- 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
pet
- 小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间-small game, the same two patterns among non-blocking connectivity can be removed. End eliminate the shortest amount of time count
SyncSocket_src
- Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
AsyncRecordset_src
- Async record set, access database in non-blocking fashion
EqueueDemo
- 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-obstruction and support non-blocking security model is threaded circular buffer Design and Implementation
variousSockIOMmodels
- 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 n
SyncSocket_src
- Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
socket
- 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Blocking_and_Non_blocking
- Verilog Blocking and Non Blocking
tcpsocket
- linux下的tcp传输类,支持阻塞模式、非阻塞模式-linux tcp transfer under the category, to support blocking mode, non-blocking mode
socket-non-bloquante
- 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 a
Blocking-Nonblocking
- blocking and non blocking statement in verilog example.
blocking-and-nonblockng-MIT
- The difference of blocking and non blocking in verilog by M I T
union_pay_ssl-non-blocking
- 非阻塞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)