-
NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由...
NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由用户空间返回。-under LINUX environment NETLINK is a new type of user space and kernel space of interactive methods, sample code gives an example of a network packet to the NETLINK sent from kernel space to user space and then return to user space.
- 2022-06-29 18:14:36下载
- 积分:1
-
at24c02 drive and test procedures for the EEPROM
at24c02驱动和测试程序,对于EEPROM驱动开发来说可以借鉴,使用S3C2440可以直接使用。-at24c02 drive and test procedures for the EEPROM-driven development can draw on, the use of direct access to S3C2440.
- 2022-02-02 17:57:11下载
- 积分:1
-
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习...
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习-Gtk to do with a simple player interface, the realization of a number of basic functions, there is no video playback and decoding of an excuse for gtk novice learning
- 2022-03-19 08:29:16下载
- 积分:1
-
是开源的BIOS代码,支持多种主板和CPU,支持多种器件的驱动,支持IEEE的BIOS标准。...
是开源的BIOS代码,支持多种主板和CPU,支持多种器件的驱动,支持IEEE的BIOS标准。-The BIOS is the open source code, supports a wide range of motherboard and CPU, supports a wide range of device drivers, the BIOS supports the IEEE standard.
- 2022-06-16 18:45:05下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分: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
-
rt25系列的cvs源码 支持linux2.4以上的
rt25系列的cvs源码 支持linux2.4以上的-rt25 series of cvs source of support linux2.4
- 2023-05-27 00:35:03下载
- 积分:1
-
linuxtool文件,非常详细的源代码,在其他网络上多次下载
linuxtool文件,非常详细的源代码,在其他网络上多次下载-linuxtool document, in great detail the source code, the other networks repeatedly Download
- 2023-06-14 05:00:02下载
- 积分:1
-
基于UDP网络广播,实现了基本的广播功能,运行平台式qt4.3.0,语言为c语言...
基于UDP网络广播,实现了基本的广播功能,运行平台式qt4.3.0,语言为c语言-UDP-based Internet radio, radio to achieve the basic function, running, platform type qt4.3.0, language c language
- 2022-01-25 16:01:16下载
- 积分:1
-
一个例子将显示va_list,va_start用法,va_arg和va_end
通过vfprintf的使用示例展示va_list,va_start,va_arg,va_end的用法-a example of vfprintf to show the usage of va_list,va_start,va_arg and va_end
- 2022-08-03 04:02:04下载
- 积分:1