资源列表

« 1 2 ... .65 .66 .67 .68 .69 8370.71 .72 .73 .74 .75 ... 9710 »

[Linux/Unix编程chapter01

说明:linux 的底层驱动源代码 很好的 希望大家满意 -linux driver source code underlying hope that a good satisfactory
<zhy> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程e2edelay

说明:AWK file to calculate the end to end delay
<chadi> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程genthroughput

说明:AWK file to calculate the average throughput
<chadi> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程xialiaowenti-lingo

说明:lingo源程序,课件中下料问题的lingo程序。-lingo source code, courseware Blanking lingo program.
<彭丽媛> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程121212

说明:用信号实现父子进程交替输出1、2、1、2-Son process with alternating output signal to achieve 1,2,1,2. . .
<李大海> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程signalsExample

说明:Some examples/programs of using unix signals. Write a program wich simulates a stopwatch. First the timer is initialized at 0. When receiving SIGUSR1 an intermediate time will be displayed. When receiving SIGUSR2 the program will end. Write a
<mariaandreea5> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程shell_socket

说明:在linux下,用脚本也能做socket通信!超神奇-In linux, the scr ipt can do with the socket communication! Super magic ~ ~ ~
<hwjjacky> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程calculate

说明:QT 计算机,实现了基本的计算机功能,包括加减乘除平方开方等.-QT CALCULATOR
<LJC> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程timer

说明:本实验是setitimer定时器实验。Linux下经常使用的定时器函数有两种:alarm和setitimer。如果定时要求不是非常精确的话,用alarm( )和signal( )配合就足够了。如果定时要求精确的话,可以使用setitimer函数。 开发环境 Redhat9.0-This experiment is setitimer timer experiment. Often used under Linux, there are two timer functions: alarm
<tiger> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程semaphore

说明:信号量(Semaphore)也被称为信号灯,常常作为在多线程环境下的同步与互斥机制。它负责协调各个线程,以保证它们能够正确、合理的使用公共资源。信号量分为单值和多值两种。单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。 本实验是一个信号量实验,父进程作为生产者释放信号量,子进程作为消费者申请信号量。 实验环境 Redhat9.0-Semaphore (Semaphore), also known as signal lights, often in multi-th
<tiger> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程pipe

说明:管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
<tiger> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[Linux/Unix编程time

说明:Linux 环境下 各种时间处理函数,包括日历时间、格林威治时间、本地时间之间的相互转化,以及用gettimeofday计算执行时间等-Linux environment to process a variety of functions, including calendar time, Greenwich time, conversion between local time and the calculation of execution time with gettimeofday
<szl> 在 2025-06-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 8370.71 .72 .73 .74 .75 ... 9710 »

源码中国 www.ymcn.org