搜索资源列表

  1. linux

    0下载:
  2. linux下的管道通信,用c语言编写完成,可实现父进程向子进程读入或读出字符-Under the Linux pipeline communication ( C language)
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:zhangjiarui
  1. test28

    0下载:
  2. 程序,创建一个管道PIPE,复制进程,父进程运行命令“ls -l”,把运行结果写入管道,子进程从管道中读取“ls -l”的结果,并结果输出到屏幕-Program, create a pipeline the PIPE, the replication process, the parent process run the command "ls-l", write the results of running pipeline, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:丁占成
  1. luckywang1023pipes

    0下载:
  2. 采用管道机制,父进程创建的两个进程都在向父进程发送消息,父进程接收消息后显示-with the protocol pipe,two child process send message to the father process ,father process receive the message and then show it
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王磊
  1. coordinate_process_my

    0下载:
  2. 创建两个子进程,父进程从屏幕读取两个数字,通过管道传给两个子进程,子进程分别算出加和与乘积再传回父进程。-Create two child processes, the parent process read two numbers from the screen, then passed to child processes through pipes, child processes calculate the sum and th
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:李明
  1. fork.tar

    0下载:
  2. linux 用fork()创建进程并且显示子进程与父进程相关信息-linux fork () create processes and displays the information of the child and parent processes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:70656
    • 提供者:wufei
  1. fork

    0下载:
  2. 管道实现进程间通信:写linux下的用户程序,其中一个为父进程,它创建了另外2个子进程,这2个子进程通过管道机制实现进程间通信。-To achieve inter-process communication pipe: write the user program under linux, one of the parent process, it creates the other two sub-process, the two s
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lily
  1. serive-client

    0下载:
  2. 写linux下的用户程序,其中一个为父进程,它创建了另外2个子进程,这2个子进程通过某种IPC机制实现进程间通信。要求分别在PC机上和在ARM开发板上测试实现。-Write the user program under linux, one of the parent process, it creates two separate sub-process, the two sub-process through some IPC me
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lily
  1. 981212121

    0下载:
  2. 实现fork()的调用,创建系统调用。列出子进程和父进程的进程号,进程名和进程状态。-Achieve a fork () call, create a system call. Lists the child and parent process process ID, process name and process status.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:李玄风
  1. 1

    0下载:
  2. 掌握系统调用fork()的使用方法及其功能; 利用系统调用sleep()调整父进程及各子进程的并发执行过程; 认真查看和比较每次执行结果,分析原因。 -Use to master the system call fork () function use system calls the sleep () to adjust the parent process and child process concurrent ex
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:王鑫
  1. 2

    0下载:
  2. 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () an
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:王鑫
  1. communication

    0下载:
  2. 进程的管道通信,父进程调用fork()生成两个子进程,完成父子进程之间的通信。-Process pipeline communication, the parent process calls fork () to generate two sub-processes, to complete the communication between the parent and child processes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kk
  1. exercise3

    0下载:
  2. 先创建一个父进程,然后写一段程序再写一个子进程 使得父进程与子进程能够交替写-To create a parent process, and then write a program to write a child process to parent process and child processes can alternately write
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:孙超男
  1. shmem.c

    0下载:
  2. shmem 的用法 创建共享内存 通过检查在共享内存的头部是否标志字符串"START"来确认父进程已经向共享内存写入有效数据-the shmem usage to create a shared memory by examining the head of the shared memory flag string " START" to confirm the parent process to write sha
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:tt
  1. sfbts

    0下载:
  2. 是否被调试器测试,取父进程与 Explore Id做比较-Is a debugger test
  3. 所属分类:易语言编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:小杩
  1. Progress-Management-Linux

    0下载:
  2. Linux进程管理 包含用户进程的创建与调度执行、父进程等待子进程的同步、进程通信 等等。 -Linux process management includes the creation of the user process and schedule execution, the parent process waits for the child process synchronization, process commun
  3. 所属分类:技术管理

    • 发布日期:2024-05-20
    • 文件大小:395264
    • 提供者:张玉
  1. simplechain

    0下载:
  2. 产生一个进程链,1到4。每个子进程有是本身子进程的父进程,依此循环创建到第4次。-Generating a process chain, 1-4. Each child process itself child process, the parent process, and so create a loop to 4 times.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:风月传说
  1. fork

    0下载:
  2. 它用来模拟父进程与子进程之间的创建与通信机制。-It is used to simulate the parent to create the communication mechanism between processes and sub-processes.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:博伦
  1. 3

    0下载:
  2. 设有两个并发执行的父子进程,不断循环输出各自进程号、优先数和调度策 略。进程初始调度策略均为系统默认策略和默认优先级。当父进程收到 SIGINT 信 号时会自动将其优先数加 1,子进程收到 SIGTSTP 信号时会自动将其优先数减 1。 请编程实现以上功能。 -linux thread
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:shiqian
  1. ZwQuerySystemInformation_VC6_mfc

    0下载:
  2. ZwQuerySystemInformation枚举进程信息,包括进程优先级,父进程,线程数量等,VC6源码.-ZwQuerySystemInformation enumeration process, including the process priority, the parent process, the number of threads, VC6 source.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:nala
  1. paraent

    0下载:
  2. 检测进程为否为父进程的DELPHI源码,对于反启动有很好的检测效果-The detection process No parent process DELPHI source, good detection results for anti start
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:陈明
« 1 2 3 4 5 6 7 89 10 11 12 »

源码中国 www.ymcn.org