-
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!...
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!-This is a time under linux server communication and client-side source code, After downloading were preserved, can be directly translated operation, we can hope for some help!
- 2022-01-25 23:08:02下载
- 积分:1
-
ISDN Q.921和Q.931 PRI的源代码
ISDN Q.921 &Q.931 PRI source code
- 2022-01-26 00:10:28下载
- 积分:1
-
PThreads Primerlinux 线程讲得很透彻
PThreads Primerlinux 线程讲得很透彻-Thread PThreads Primerlinux very thorough
- 2022-03-12 19:39:52下载
- 积分:1
-
LINUX驱动 最新版本 英文 目前中文版正在翻译中
LINUX驱动 最新版本 英文 目前中文版正在翻译中-LINUX drive the latest version of the Chinese version of English is currently being translated in
- 2023-05-04 09:05:04下载
- 积分:1
-
介绍Linux的Internet安全漏洞与防范措施,希望对大家有一定的帮助,主要包括的就是FTP安全、电子邮件安全、Telnet安全、Web服务器安全和安全We...
介绍Linux的Internet安全漏洞与防范措施,希望对大家有一定的帮助,主要包括的就是FTP安全、电子邮件安全、Telnet安全、Web服务器安全和安全Web协议。-introduced Linux Internet security loopholes and preventive measures, we hope to have some help, including FTP is security, email security, Telnet security, Web server security and Web security agreement.
- 2022-04-13 08:57:42下载
- 积分:1
-
从键盘获取字符并写入指定文件
按ctrl+c保存并退出
从键盘获取字符并写入指定文件
按ctrl+c保存并退出
- 2022-05-22 18:05:34下载
- 积分:1
-
linux常见问题解答 比较实用 redhat工作室编写的
linux常见问题解答 比较实用 redhat工作室编写的-linux
- 2022-08-09 15:18:54下载
- 积分:1
-
linux移植的资料,相当重要,而且相当的好用,大家多多支持
linux移植的资料,相当重要,而且相当的好用,大家多多支持-linux transplant information, important, and very easy to use, we will support
- 2022-01-25 17:09:02下载
- 积分:1
-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分: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