-
Perl脚本的文本计数器的Linux操作环境
Perl 脚本程序
文本计数器
运行环境 linux-Perl script text counter Linux operating environment
- 2022-12-17 21:05:03下载
- 积分:1
-
本书详细地介绍了Linux下一些主要函数的功能,对Linux内核编程人员具有很好的参考价值。...
本书详细地介绍了Linux下一些主要函数的功能,对Linux内核编程人员具有很好的参考价值。-the book described in detail some of the major Linux of functionality, the Linux kernel programming staff with a good reference value.
- 2022-03-02 03:46:56下载
- 积分:1
-
很好的Linux国外书籍,值得一看,初学者更实用的
很好的Linux国外书籍,值得一看,初学者更实用的-Linux good foreign books, worth a visit, more useful for beginners
- 2023-07-21 06:25:03下载
- 积分:1
-
HP PCI plug&play source code with GUI,precious materials inside HP!
HP PCI热插拔代码GUI HP内部珍贵资料!-HP PCI plug&play source code with GUI,precious materials inside HP!
- 2022-03-26 00:56:08下载
- 积分:1
-
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知...
所谓计算机网络就是通过通信线路互相连接的计算机的集合。它是由计算机及外围设
备,数据通讯和中断设备等构成的一个群体。本文介绍了liunx在网络编程中的相关知识-The so-called computer network through the communication line is connected collection of computers. It is by the computer and peripheral equipment, data communications and interrupt devices consisting of a group. This paper introduces network programming in liunx relevant knowledge
- 2022-08-14 08:55:11下载
- 积分:1
-
最权威的LINUX内核安装与更新
最权威的LINUX内核安装与更新-most authoritative Linux kernel installation and updating
- 2022-07-05 03:51:41下载
- 积分:1
-
Linux的性能
linux performance--network monitoring
- 2023-01-20 03:05:04下载
- 积分: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
-
LINUX内核2.4.20
LINUX内核2.4.20-2.6.18升级用,用了这个很容易升级的-LINUX kernel 2.4.20-2.6.18 upgrade with the upgrade very easy
- 2022-09-13 03:30:04下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1