-
cornermp
CornerMP-1.2.tar.bz2.rar CornerMP-1.2.tar.bz2.rar
- 2022-10-03 16:45:03下载
- 积分: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
-
一本适合Linux新手的入门教程,内容详细,完全可以满足初学者的要求...
一本适合Linux新手的入门教程,内容详细,完全可以满足初学者的要求-Suitable for a novice Linux Getting Started tutorial, detailed and fully meet the requirements of beginners
- 2022-05-18 00:35:11下载
- 积分:1
-
带宽测量算法spruce源代码,能够实现对网络带宽的测量
带宽测量算法spruce源代码,能够实现对网络带宽的测量-Bandwidth measurement algorithm spruce source code, be able to achieve the measurement of network bandwidth
- 2022-11-22 15:30:03下载
- 积分:1
-
linux下的一个简单定时器设计,使用select函数实现功能
linux下的一个简单定时器设计,使用select函数实现功能-linux timer under a simple design, using the select function implementation function
- 2022-06-13 04:42:25下载
- 积分:1
-
UNIX文件系统摸拟
UNIX文件系统摸拟-UNIX file system simulation
- 2023-03-19 13:30:03下载
- 积分:1
-
The source code realized on Paragui which uses
framebuffer to select the files...
基于paragui实现的一个在linux操作系统下使用framebuffer来进行窗口模式的文件选择的源代码。-The source code realized on Paragui which uses
framebuffer to select the files of window mode.
- 2022-03-31 02:06:19下载
- 积分:1
-
IBM UNIX AIX5的使用说明文档,可以用于了解AIX主机的相关情况
IBM UNIX AIX5的使用说明文档,可以用于了解AIX主机的相关情况-IBM UNIX AIX5 the use of documentation, can be used to understand the relevant situation AIX host
- 2022-07-25 18:24:35下载
- 积分:1
-
The success of the latest test tslib, ran in the RMI AU1200 Oh!! Very difficult...
成功的最新测试tslib,运行在RMI AU1200哦!!很难得到它!!
- 2022-07-14 05:44:25下载
- 积分: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