-
深入理解linux内核第三版,英文版,比较易懂
深入理解linux内核第三版,英文版,比较易懂-Depth understanding of linux kernel third edition, in English, compared to understand
- 2022-07-19 13:48:09下载
- 积分: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
-
这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。...
这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
- 2022-02-12 19:41:06下载
- 积分:1
-
linux c 的函数使用大全,所有的函数都有
linux c 的函数使用大全,所有的函数都有-the function uses Daquan, all have a function
- 2022-03-23 02:38:16下载
- 积分:1
-
unix环境下write函数同步和异步读写效率的比较
unix环境下write函数同步和异步读写效率的比较-write function under unix synchronous and asynchronous read and write the comparative efficiency
- 2023-03-12 12:05:03下载
- 积分:1
-
linux environment using a simple multi
linux环境下 多线程的简单使用,可以学习多线程的一般方法-linux environment using a simple multi-threaded, multi-threading can learn the general approach
- 2022-08-16 08:32:41下载
- 积分:1
-
最新电子收下载,嵌入式系统的微模块化程序设计:实用状态图C_C++实现(1),状态机相关...
最新电子收下载,嵌入式系统的微模块化程序设计:实用状态图C_C++实现(1),状态机相关-latest electronic download, embedded systems micro- modular program design : Practical state diagram C_C achieve (1), the state-associated
- 2023-05-18 08:55:03下载
- 积分:1
-
linux技术介绍及使用指南,如何配置服务器
linux技术介绍及使用指南,如何配置服务器-linux technology introduction and use of these guidelines, how to configure the server
- 2023-04-18 12:00:06下载
- 积分:1
-
判断网络上某个TCP/IP主机是否可以连通的C函数库
判断网络上某个TCP/IP主机是否可以连通的C函数库-judgment on a network TCP/IP connectivity can host the C library
- 2022-01-24 14:50:29下载
- 积分:1
-
一个功能比较强的下载软件,可以支持多个协议HTTP,FTP等
一个功能比较强的下载软件,可以支持多个协议HTTP,FTP等-a strong function of downloading software can support multiple protocols HTTP, FTP, etc.
- 2023-06-26 18:10:05下载
- 积分:1