-
44b0 beepgpio beep voice
44b0 beep
gpio beep
voice -44b0 beepgpio beep voice
- 2022-05-20 16:28:30下载
- 积分:1
-
arm 嵌入式linux系统开发技术详解
arm 嵌入式linux系统开发技术详解-embedded linux system development for arm
- 2023-05-04 20:45:03下载
- 积分:1
-
网络编程
Linux网络编程的电子书,对于学习linux socekt有帮助。-Linux Network Programming e-book, for learning linux socekt helpful.
- 2022-01-22 03:10:41下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分:1
-
一个linux下的时钟软件
一个linux下的时钟软件-a Linux software under the clock
- 2022-11-14 12:20:03下载
- 积分:1
-
实现任务管理器的功能!模拟windows的任务管理器!
实现任务管理器的功能!模拟windows的任务管理器!-achieve the mission function!
- 2022-07-02 04:00:28下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. W
- 2022-11-16 15:05:04下载
- 积分:1
-
linux/unix系统的I/O也就是一般所说的低级I/O――操作系统提供的基本IO服务,与os绑定...
linux/unix系统的I/O也就是一般所说的低级I/O――操作系统提供的基本IO服务,与os绑定-linux/unix system, I/O is generally called low-level operating system I/O-- provision of basic IO services, os bind
- 2022-05-22 09:06:30下载
- 积分:1
-
Exercises
linux下操作系统习题-Exercises
- 2023-06-11 09:55:08下载
- 积分:1
-
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送...
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声.
-Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified directory. Program structure is very simple, two processes: one to determine the status of U disk, U disk through the MSG to the state to the main process, the main deal with all matters of a process thread handle audible.
- 2022-10-12 03:55:03下载
- 积分:1