-
java编程的邮件
webmail java unix programming-webmail java programming unix
- 2022-10-27 13:10:03下载
- 积分:1
-
MIPS
mips-nptl patches for crosstool-0.34
- 2022-12-23 16:15:03下载
- 积分:1
-
certification server examples
验证服务器端的例子-certification server examples
- 2023-09-07 05:40:03下载
- 积分:1
-
C language series of the mail system (Thesis)
用C语言编的邮件系统(毕业论文)-C language series of the mail system (Thesis)
- 2022-07-27 17:41:59下载
- 积分:1
-
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。...
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。-LINUX is a C language programming the following information, speak in great detail, is Chaoxing format of the C development under LINUX interested can look at.
- 2022-11-14 13:45:07下载
- 积分:1
-
内核源代码漫游
Linux内核源代码漫游-Linux kernel source code roaming
- 2022-01-28 21:48:44下载
- 积分:1
-
共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。...
共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory in the use of multi-CPU machines, machines will play better efficiency.
- 2022-02-03 14:25:34下载
- 积分:1
-
QT编程的资料, QT编程的资料
QT编程的资料, QT编程的资料-QT programming information, QT programming information, QT programming information
- 2023-01-14 14:15:04下载
- 积分:1
-
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!...
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!-This is a UNIX development of the Company to do when the need to resort to a class library source code, in the hope that the next development in the unix help!
- 2022-03-02 15:06:33下载
- 积分: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