搜索资源列表
2440-IO
- linux 驱动程序 ,IO驱动程序,三星2440ARM驱动-linux drivers, IO driver,
IO-PORT
- 本文档介绍了io端口和io内存的概念和区别,对于在linux下进行软件开发具有一定的参考价值-This document describes the memory and io io port the concept and the difference, for software development under linux has some reference value
libiop-code-1.0.4
- 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to
Mat_File-IO-Library-for-Labview
- 可以使Labview读写Matlab的Mat数据文件-This is a library of LabVIEW VIs that allow you to read and write level 5 MATLAB MAT-files without requiring MATLAB to be installed on the computer. The code is written in pure G (LabVIEW source code) with no external libra
wake-up.IO
- linux设备驱动开发-linux 并发控制 阻塞IO.ppt文档资料-linux device driver development the-linux concurrency control blocking IO.ppt document information
File
- linux 环境下的IO操作,对文件有较为完整的处理-deal with IO in linux ,is fit for green hand
IO-PORT
- 本文档介绍了io端口和io内存的概念和区别,对于在linux下进行软件开发具有一定的参考价值-This document describes the memory and io io port the concept and the difference, for software development under linux has some reference value
LabJackLinux
- A data acquisition program which uses a Windows based server (mfc) and a linux client which has the Labjack U12. The server sends a string of data to the client specifying the time delay between acq s, the number of times to poll and the IO port dire
tz
- php探针1 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
tz2
- php探针2 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
pca9698_gpio
- PCA9698是I2C总线的IO口扩展芯片。这是其linux 2.6.28下的驱动程序。-PCA9698 I2C bus is the expansion of the IO port chip. This is the driver under linux 2.6.28.
Communication-programming
- linux下关于io口的通信编程,主要基于移动设备的编程-Communication programming under linux on io port, mainly based on programming for mobile devices
lunix_IO_copy_find
- linux下IO中实现复制目录和查找字符串功能的简单C代码(Linux under IO to achieve copy directory and find the string function of simple C code)
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c