-
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。...
小型web服务器,linux下的c程序实现,简洁高效。适合网络编程学习。-web server.
- 2022-03-06 22:28:09下载
- 积分:1
-
linux下字库源码
linux下字库源码-under linux font source
- 2022-05-30 06:07:40下载
- 积分:1
-
This unit gives a general overview on how a Linux system should be
used proper...
This unit gives a general overview on how a Linux system should be
used properly.-This unit gives a general overview on how a Linux system should be used properly.
- 2022-01-21 01:49:38下载
- 积分: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
-
client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过-client.c server.c talker.c listener.c has compiled a complete package through the documents in linux environment test
- 2022-03-21 01:29:55下载
- 积分:1
-
编制一个简单的UNIX模拟文件系统
编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
- 2023-03-19 05:40:03下载
- 积分:1
-
没有一个研究的源光盘驱动啊,我有Linux和
还有没有人研究过cdrom 的驱动源码啊,我这有linux的,-There is no one studied the source cdrom drive ah, I have linux, and
- 2023-04-28 23:20:03下载
- 积分:1
-
《Running Linux(第四版)》
《Running Linux(第四版)》-"Running Linux (fourth edition)"
- 2023-01-18 08:05:04下载
- 积分:1
-
Linux新手管理员手册
Linux新手管理员手册-Linux novice administrators Manual
- 2023-05-31 06:10:03下载
- 积分:1
-
libraw1394 is the only supported interface to the kernel side raw1394 of
the L...
libraw1394 is the only supported interface to the kernel side raw1394 of
the Linux IEEE-1394 subsystem, which provides direct access to the connected
1394 buses to user space. Through libraw1394/raw1394, applications can directly
send to and receive from other nodes without requiring a kernel driver for the
protocol in question.
-libraw1394 is the only supported interfac e to the kernel side raw1394 of the Linux IEEE-13 94 subsystem. which provides direct access to the connected one 394 buses to user space. Through libraw1394/ra w1394. applications can directly send to and receive f rom other nodes without requiring a kernel driv er for the protocol in question.
- 2022-11-09 18:55:04下载
- 积分:1