搜索资源列表
select css
- 非常漂亮的select样式
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
select.rar
- linux下使用select函数实现多个socket无阻塞连接,linux use select function of multiple non-blocking socket connect
windowsSocket-select.rar
- window网络模型之select篇 实现的远程下载的程序 包括客户端服务器,network model window of select articles to achieve the process of downloading the remote client-server
Select
- OPENGL宝典上的经典教程,如何在OPENGL中鼠标选中一个三维物体,供初学者借鉴-OPENGL course the classic book on how to select the mouse OPENGL in a three-dimensional objects, drawing for beginners
select
- linux下基于select函数的一个小型聊天室程序,分服务器和客户端-linux select function Based on a small chat room procedures, sub-server and client
select
- 实现socket异步读写套接字的程序。值得网络编程者借鉴,主要select实现。-Achieve asynchronous socket read and write socket program. Worthy of network programming reference, to achieve the main select.
TCP-Select
- VC开发环境利用select 模型开发服务器-VC model development environment, development server using select
linux-socket-select
- linux 环境下socket编程select的使用方法.-socket programming under linux to use select.
select
- select 编程必看程序,一个不错的服务器-Must select programming procedure, a good server
select
- select 函数的详细描述,select 函数可以用于非阻塞机制。-select a detailed descr iption of function, select function can be used for non-blocking mechanism.
OPENGL-select-the-object-to-enlarge
- OPENGL选取对象放大/鼠标点击图形进行放大-OPENGL select the object to enlarge/mouse click to enlarge graph
select
- socket编程基础2select函数的应用,用select来实现阻塞等待-socket programming 2select function based on the application, use select to wait for the realization of obstruction
select
- 一个简单的服务器客户端程序,通过select函数的异步调用机制,从而实现多客户登录。-A simple client server program, through the select function of the asynchronous call mechanisms, in order to achieve multi-client login.
OpenGL-select
- 通过OpenGL中选择模式,实现在程序中选择物体。-OpenGL-select
select-option-disabled-emulation
- select-option-disabled-emulation.js解决IE6 Select 中 option 的disabled属性无效的办法~~~在页面加载时架子该js,呵呵有点问题:onchange 时间冲突 自己-select-option-disabled-emulation.js
select
- socket使用select能够减少资源占用. 本程序使用了select功能-socket using select to reduce resource consumption. This program uses the select function
select
- 高效select模型源代码,适合初学者下载。非常不错的学习资料。-Efficiently select model source code, suitable for beginners to download. Very good learning materials.
linux-select
- 嵌入式文件多用户共享select编程实现-Select multiple users to share files embedded programming
Windows Select网络模型
- Windows Select 网络模式 有助于 参考Select 网络模型