-
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
-
QT4网络程序,通过INTERnet传输数据
QT4网络程序,通过INTERnet传输数据
-QT4 network procedures, transmission of data through the INTERNET
- 2022-02-07 22:34:44下载
- 积分:1
-
文件传输协议linux 下vsftpd2.1.0.tar.gz
文件传输协议linux 下vsftpd2.1.0.tar.gz-File Transfer Protocol vsftpd2.1.0.tar.gz under linux
- 2022-05-05 05:43:50下载
- 积分:1
-
Taiwan
台湾
- 2022-08-03 11:56:49下载
- 积分:1
-
开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习...
开源一个类似与豆瓣网站的系统 一个很不错的系统值得去学习 -A similar open-source system with watercress site a very good system should be to learn
- 2022-12-21 18:25:04下载
- 积分:1
-
存储管理原代码,在Linux环境下模拟多种内存调度算法。
存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
- 2022-03-22 11:29:14下载
- 积分:1
-
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有...
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆;
-simulation of the UNIX file system should have the following features : multi-level directory structure, the first directory to the user name, the rest are in a subdirectory; Multi-user functions, eight users with a data area; With user login and registration functions, if users do not have a user name and secret the codes would be registered, if we have a user name and password should landing;
- 2022-07-21 08:38:49下载
- 积分:1
-
hellow world rpm包的src文件,包含source,patch,spec提供给对linux rpm包有兴趣的linusir们交流...
hellow world rpm包的src文件,包含source,patch,spec提供给对linux rpm包有兴趣的linusir们交流-the src rpm document contains source, patch, right spec for Linux rpm interested exchanged linusir
- 2022-03-24 13:54:54下载
- 积分:1
-
系统的介绍了Linux下的文件系统
VFS
VFS的作用
基于VFS的文件访问
VFS重要数据结构
文件系统的注册与安装
ext2...
系统的介绍了Linux下的文件系统
VFS
VFS的作用
基于VFS的文件访问
VFS重要数据结构
文件系统的注册与安装
ext2、ext3文件系统
文件操作
proc文件系统
CRAMFS文件系统
-Introduction of the Linux system file system under VFS VFS the role of the VFS-based file access important data structure VFS file system register and install ext2, ext3 file system file operations proc file system file system CRAMFS
- 2023-02-14 12:40:04下载
- 积分:1
-
unix环境下最有用的sed和awk两个文字处理工具
unix环境下最有用的sed和awk两个文字处理工具-unix environment the most useful both sed and awk language processing tools
- 2023-05-13 05:45:03下载
- 积分:1