Welcome![Sign In][Sign Up]
Location:
Search - select

Search list

[Internet-NetworkSocket

Description: socket网络编程的五种I/O模型之一:select模型。-socket network programming of five I/O model one: select the model.
Platform: | Size: 2039808 | Author: 戎金辉 | Hits:

[ListView/ListBoxListCtrl

Description: 如何设置ClistCtr控件为可以整栏选择并且有网格条纹的报表形式-How to set ClistCtr control that can select the entire column and have the statements of the form of the grid stripes
Platform: | Size: 26624 | Author: xc | Hits:

[JSP/Javatree

Description: javascript 带checkBox 的tree,可联选 选择节点,即可自动全选子节点,并选中其所有父节点 取消节点,即取消所有子节点 类似权限树 支持IE fireFox 支持cookie保存最后一次的展示状态,即刷新页面后权的展示节点情况保留 -javascript with checkBox of the tree, the election could be linked to select a node to automatically select all child nodes, and select cancel all of its parent node, that is, the abolition of all child nodes of the tree to support IE fireFox similar privileges to support display of cookie to save the last state, that is, after refreshing the page to retain the right to display the node of
Platform: | Size: 18432 | Author: 崔易 | Hits:

[Software Engineeringselect

Description: 不同功能的下拉菜单 有可以编辑 可变长度 可修改 可增加等功能-The drop-down menu with different functions can edit the variable-length functions can modify the increase
Platform: | Size: 2048 | Author: liudd | Hits:

[Linux-Unixpollmonitor

Description: 使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
Platform: | Size: 1024 | Author: 王立冰 | Hits:

[Internet-Networkselect

Description: 使用select模型实现文件请求及应答,包含server和client-The use of select models for file request and response, including the server and client
Platform: | Size: 7168 | Author: pop | Hits:

[SQL Serverselect

Description: SQL Server MFC ODBC 多记录集查询的一个实例-SQL Server MFC ODBC record set more than one instance of the query
Platform: | Size: 48128 | Author: | Hits:

[Windows DevelopSelect

Description: select 服务器开发,控制台应用程序,可以作为参考些服务器,可以和任何客户端连接-select server development, console applications, can serve as a reference to some server, any client can connect
Platform: | Size: 1657856 | Author: liulan | Hits:

[Windows DevelopHYSocket

Description: select socket源代码:本程序详细列举了select方式下socket的创建和收发机制,并形成模块化,方便使用。-select socket source code: This procedure detailly shows how to create a select mode socket, and how to send and receive mechanism. The output file is a dll, very easy to use.
Platform: | Size: 6144 | Author: songlianchao | Hits:

[Internet-Networkselect

Description: 五大模型之一的Select模型,请大家查看后,指出缺点所在。-five
Platform: | Size: 2728960 | Author: 刘嘉耀 | Hits:

[AlgorithmhartigansSLC_OpenCV

Description: hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2. Start with zero clusters 3. Add each item to be clustered to: * Closest cluster if distance <= r * New cluster if distance to closest cluster > r 4. Compute new center from members in cluster 5. Empty the clusters (keeping the centers) 6. Return to step 3 (until no changes are made) -hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2. Start with zero clusters 3. Add each item to be clustered to: * Closest cluster if distance <= r * New cluster if distance to closest cluster > r 4. Compute new center from members in cluster 5. Empty the clusters (keeping the centers) 6. Return to step 3 (until no changes are made)
Platform: | Size: 54272 | Author: sas | Hits:

[Communication-Mobilesocket

Description: 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
Platform: | Size: 1024 | Author: allen | Hits:

[Otherselect

Description: select 自定义控件,来自韩国的漂亮的控件-select
Platform: | Size: 20480 | Author: youname | Hits:

[Linux-UnixSELECT

Description: linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
Platform: | Size: 3072 | Author: 魏江涛 | Hits:

[Internet-Networktcp_echo_select

Description: TCP echo select program for socket programming
Platform: | Size: 40960 | Author: zuhal | Hits:

[Linux-Unixserver_client

Description: 基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
Platform: | Size: 13312 | Author: 空空儿 | Hits:

[Linux-Unixsocketselect

Description: socket-select,大家互相学习-socket-select,dajiahuxiangxuexi !!!
Platform: | Size: 14336 | Author: CHENG | Hits:

[Communicationselect.client.c

Description: Select Function with client
Platform: | Size: 1024 | Author: Nainesh Prajapati | Hits:

[Software Engineeringselect

Description: SQL子查询语言笔记:子查询的分类 单行的语法 select 字段 from 表 where 字段 >[单行] (子查询)多行 in ,all,any in:表示在一个区间内 select * from emp where ename in ( select ename from emp where sal>2000 ) -SQL:select * from emp where sal>(Select SAL From EMP Where ENAME= ALLEN )
Platform: | Size: 1024 | Author: 鲁媛 | Hits:

[Linux-Unixlinux_select_function_sample

Description: linux select函数串口应用例子 -linux select function sample
Platform: | Size: 1024 | Author: plzdx | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net