-
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
-
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性...
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性-This is based on the Linux platform on the progress of the multi-process control procedures, complete with GTK, linux embodies the characteristics of multi-process control
- 2022-04-24 18:36:58下载
- 积分:1
-
A serial programming source code for linux
一个linux串行编程源代码
- 2022-01-26 03:47:47下载
- 积分:1
-
解决linux下,PDF 中文乱码问题!解压放置到/opt文件夹下面。(需要使用sudo启动nautilus,否则无权限)<br>3.打开终端进入该...
解决linux下,PDF 中文乱码问题!解压放置到/opt文件夹下面。(需要使用sudo启动nautilus,否则无权限)3.打开终端进入该目录:cd /opt/poppler-data-0.1 (如不是解压到/opt目录下就变动一下)4.运行命令:sudo make install datadir=/usr/share5.可以了,中文乱码问题应该解决了。-This package consists of encoding files for use with poppler. The
encoding files are optional and poppler will automatically read them
if they are present. When installed, the encoding files enables
poppler to correctly render CJK and Cyrrilic properly. While poppler
is licensed under the GPL, these encoding files are copyright Adobe
and licensed much more strictly, and thus distributed separately.
- 2022-03-03 03:28:46下载
- 积分:1
-
Linux工程师笔记
Linux工程师笔记-Linux Engineer Notes
- 2022-08-08 11:50:57下载
- 积分:1
-
C source codes for unix socketprogramming
C source codes for unix socketprogramming
- 2022-03-23 03:49:59下载
- 积分:1
-
dns 配置
dns 配置-Linux下DNS配置文件祥解 - China Linux Forum-dns configuration-Linux DNS configuration file xiang, XIE-China Linux Forum
- 2022-03-04 19:54:02下载
- 积分:1
-
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。...
linux 指令大全,详细解释了常用的指令的使用权限、方式、参数等。-Encyclopedia of linux commands, explained in detail the use of commonly used commands permissions, methods, parameters and so on.
- 2022-07-08 07:28:56下载
- 积分:1
-
MPEG参考笔记,其中很多信息在纸上
mpeg参考说明,里面好多论文资料,可以参考一下 MPEGA格式内容-mpeg reference note, which a lot of information on paper
- 2022-11-22 09:15:04下载
- 积分:1
-
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。...
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。-Linux Audio Programming Guide, by the code described in detail under the Linux audio programming environment.
- 2022-09-10 04:25:02下载
- 积分:1