-
ntrw.rar! C语言编写
ntrw.rar! C语言编写-ntrw.rar! C language! !
- 2022-03-24 20:45:08下载
- 积分:1
-
perl programming language, and a variety of functions within the implementation...
perl编程语言的内部实现以及各种函数库等的代码实现-perl programming language, and a variety of functions within the implementation of code libraries, etc. to achieve
- 2022-02-05 04:51:05下载
- 积分:1
-
uCOS_II for TMS320LF2407
uCOS_II for TMS320LF2407
- 2022-07-22 23:09:27下载
- 积分:1
-
UNIX环境下多线程的网络编程例子
UNIX环境下多线程的网络编程例子-UNIX environment multithreaded network programming examples
- 2022-06-30 15:44:24下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-03-25 01:27:59下载
- 积分:1
-
《linux操作系统》课程教案(SHELL编程基础篇)。
《linux操作系统》课程教案(SHELL编程基础篇)。-《Linux operating system》 course teaching plan (SHELL Programming Basics).
- 2023-05-07 19:15:02下载
- 积分:1
-
ucos
uCOS-II源码,供大家学习之用!!!
uCOS-II源码,供大家学习之用-uCOS-II源码,供大家学习之用!!!
- 2022-01-25 23:56:03下载
- 积分:1
-
44b0平台下开发的程序,makefile。
44B0平台下开发的程序,MAKEFILE。-44B0 platform developed under the program, MAKEFILE.
- 2023-01-20 09:20:04下载
- 积分:1
-
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能...
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
- 2022-01-30 11:30:35下载
- 积分: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