-
关于rtai编程的需要,有比较简单的介绍,给需要的同志以帮助。...
关于rtai编程的需要,有比较简单的介绍,给需要的同志以帮助。-on rtai programming needs are relatively simple introduction to the need to help comrades.
- 2022-02-16 07:56:15下载
- 积分:1
-
编程语言
Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language-- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
- 2022-05-30 01:53:14下载
- 积分:1
-
任意触摸屏可用驱动程序在下
任意的触摸屏可用的驱动,在LINUX下实现-arbitrary Touchscreen available drivers in the under LINUX
- 2022-02-05 03:16:36下载
- 积分:1
-
一个Linux环境下的串口驱动程序
一个Linux环境下的串口驱动程序-a Linux environment Serial Driver
- 2022-05-24 10:37:08下载
- 积分:1
-
source code of <<linux device driver II>>
LINUX设备驱动程序第二版配套源码 Alessandro rubini&Jonathan corbet著 中国电力出版社 魏永明 骆刚 姜君译 69元-source code of
- 2022-08-03 06:00:39下载
- 积分:1
-
scc2410 under linux the CF card driver
linux下的scc2410的CF卡驱动-scc2410 under linux the CF card driver
- 2022-05-09 04:18:58下载
- 积分:1
-
linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon...
linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status: 4 - Beta Intended Audience: Developers License: BSD License Operating System: All POSIX (Linux/BSD/UNIX-like OSes), Linux-C language to write the MODBUS communication This is a Linux kernel driver (2.2.19 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status : 4-Beta Intended Audience : Developers License : BSD License Operating System : All POSIX (Linux/BSD/UNIX-like OSes), Linux
- 2023-02-05 08:30:03下载
- 积分:1
-
it is a source code for ford fulkerson algorithm
it is a source code for ford fulkerson algorithm
- 2022-04-15 00:49:06下载
- 积分:1
-
Linux平台环境下, 告警管理的后台程序的源代码
Linux平台环境下, 告警管理的后台程序的源代码-Linux platform environment, the alarm management daemon source code
- 2022-03-17 00:55:46下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1