-
Vim 中文文档
Vim 中文文档-Vim Chinese Documents
- 2023-02-09 23:35:04下载
- 积分:1
-
语音回声消除库
speech echo cancellation library
- 2023-06-06 20:05:03下载
- 积分:1
-
linux进程管理方面的相关测试程序 有助于大家学习
linux进程管理方面的相关测试程序 有助于大家学习 -linux process management aspects of the relevant test procedures will help them to learn from
- 2022-01-25 23:28:03下载
- 积分:1
-
《Beginning Linux Programming》书的配置实例源代码。
《Beginning Linux Programming》书的配置实例源代码。-"Beginning Linux Programming" book configuration example source code.
- 2022-08-13 14:12:57下载
- 积分:1
-
linux device drive II 的示例移植到2.6.x内核
linux device drive II 的示例移植到2.6.x内核-linux device drive II examples transplanted to the kernel 2.6.x.
- 2022-05-13 03:18:14下载
- 积分:1
-
一个小小的c语言编程
一个小小的c语言编程-a small c programming language
- 2023-07-22 03:25:03下载
- 积分:1
-
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考...
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
- 2022-03-23 05:21:57下载
- 积分:1
-
multithreaded process as a multi
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。
3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。
-multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
- 2023-06-23 05:00:03下载
- 积分:1
-
分别采用信号量,信号灯,条件变量实现的读者
分别采用信号量,信号灯,条件变量实现的读者--写者方法。-Using semaphores, signal, variable conditions of the realization of the readers- to write those methods.
- 2022-08-20 20:49:54下载
- 积分:1
-
This is a linux under the Shell. An order history and the command prompt to make...
这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
- 2022-03-10 06:34:35下载
- 积分:1