-
目前最为完备的早期Linux系统C源代码,版本为0.11,内有详细注释....
目前最为完备的早期Linux系统C源代码,版本为0.11,内有详细注释.-at present the most comprehensive system of early Linux C source code, version 0.11, with detailed notes.
- 2022-02-07 05:58:51下载
- 积分: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
-
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!...
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!-《C++ GUI Qt3 Programming》 Chinese editions of printed books in the source code for all examples, use the qmake tool to compile!
- 2022-05-23 03:28:51下载
- 积分:1
-
如何制作ramdisk的一个好资料
如何制作ramdisk的一个好资料-how to make ramdisk
- 2023-05-08 22:55:02下载
- 积分:1
-
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。...
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。-A simple beauty salon products and customer data management procedures, written with Qt. Database used by MySQL.
- 2022-05-28 07:02:06下载
- 积分:1
-
programing in uclinux
uClinux上的应用程序设计-programing in uclinux
- 2023-05-03 19:55:03下载
- 积分:1
-
linux2.6.21 the h1940patch
linux2.6.21的h1940patch-linux2.6.21 the h1940patch
- 2023-05-16 22:25:03下载
- 积分:1
-
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar
Linux 内核研究与探索.rar-Research and explore Linux kernel. Rar Linux kernel Research and Exploration. Rar
- 2022-08-13 18:43:59下载
- 积分:1
-
phpcalendarPHP hefty almanac
phpcalendarPHP万年历-phpcalendarPHP hefty almanac
- 2022-04-21 00:52:07下载
- 积分:1
-
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。...
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
- 2022-08-26 14:10:18下载
- 积分:1