-
实现进程管理。进程的创建,挂起,阻塞,以及完成。
实现进程管理。进程的创建,挂起,阻塞,以及完成。-realization process management. Process creation, aloof, obstruction, and the completion.
- 2022-11-19 11:45:03下载
- 积分:1
-
Linux 0.01源代码为Linux 内核最早的源代码
Linux 0.01源代码为Linux 内核最早的源代码-The source code of linux 0.01 is the earliest source cod of linux kernel.
- 2022-08-09 03:23:07下载
- 积分:1
-
QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!...
QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!-QT and C++ Written by Task Manager, the code in detail to understand the curve drawing method, memory mapping and so on!
- 2023-08-23 11:25:03下载
- 积分:1
-
Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。
Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。 -Bookcase is uses in the KDE individual books management. It uses
the XML document memory form, and traces 26 kind of books
characteristics.
- 2022-02-03 21:12:46下载
- 积分:1
-
讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值...
讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值-on Linux kernel modules to achieve a mechanism to want to understand Linux kernel module mechanism for the realization of the scholars have certain value
- 2022-03-25 20:44:49下载
- 积分:1
-
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。...
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。-X86-based Linux system LED driver development under the example code, with a corresponding test procedure.
- 2022-02-07 05:50:46下载
- 积分:1
-
Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/
Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/-Unix under the canny algorithm, c language, from http://www.ltrr.arizona.edu/
- 2023-07-03 02:25:03下载
- 积分:1
-
NetworkGame Tictactoe
NetworkGame Tictactoe
- 2023-04-17 19:10:04下载
- 积分:1
-
Image Viewer 1.7 is a Gtk sample application for show pictures
Image Viewer 1.7 is a Gtk sample application for show pictures
- 2023-05-10 02:10:03下载
- 积分: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