CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fork

搜索资源列表

  1. fork函数解析

    0下载:
  2. fork函数解析 包括进程控制 ,一般文件操作(包括管道和套接字)等等 -fork analytic functions, including process control, the paper operations (including pipes and sockets), etc.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:61096
    • 提供者:张庆
  1. fork

    0下载:
  2. 实现创建进程的fork函数的源代码,用于Linux环境下的开发
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10443
    • 提供者:Jessica
  1. fork

    0下载:
  2. 使用fork()创建进程并显示返回值示例
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2652
    • 提供者:6a12d1c5fe
  1. fork、exec系列与system、popen区别

    0下载:
  2.   fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what's the difference? After reading, you
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16447
    • 提供者:Jack
  1. fork

    0下载:
  2. 在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。-In linux or unix, the use of system calls fork () to create two sub-processes, and to observe the sub-process and the operation of the parent process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:677
    • 提供者:li
  1. Desktop

    0下载:
  2. Write a C program using the fork() system call that that generates the Fibonacci sequence in the child process. The number of the sequence will be provided in the command line. For example, if 5 is provided, the first five numbers in the Fibonacci se
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1161
    • 提供者:chan
  1. fork

    0下载:
  2. Linux fork.c 源代码,带中文注释-Linux fork.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3541
    • 提供者:forayao
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
  1. process

    0下载:
  2. 编写一段源程序,应用系统调用fork()创建两个子进程,当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。fork()系统调用函数说明、参数值及定义 fork()函数功能: 创建一个新进程 int fork() 其中返回int取值意义如下: 0:创建子进程,从子进程返回的id值 大于0:从父进程返回的子进程id值 -1:创建失败
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3185
    • 提供者:溺所至
  1. fork

    0下载:
  2. 这是一个用perl开发的多进程程序演示!希望多核的年代,不要浪费CPU资源!-demonstrate multi-process programming with perl!
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-26
    • 文件大小:8766897
    • 提供者:bash
  1. linux

    0下载:
  2. Fork()函数的使用 1.初步学习gcc,vi等编译编辑软件的使用; 2.熟悉linux下的编程环境; 3.对fork()函数的执行有个浅显的认识。 -Fork () function 1. Preliminary study gcc, vi-editing software, such as the use of the compiler 2. Familiar with programming under linux environment 3. To fork ()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:43241
    • 提供者:余祖澔
  1. fork

    0下载:
  2. linux进程控制编程。使用fork函数新建立一个子进程,其中的父进程返回子进程的PID,子进程的返回值为0.-linux programming process control. Fork function using a subset of the newly created process, in which the parent process child process to return to the PID, the return value of the child proces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1880
    • 提供者:牛志强
  1. fork

    0下载:
  2. 一个适用非常实用的,fork实例,介绍了fork使用用法实例-a fork example,introduce one fork example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1572
    • 提供者:wjb
  1. third

    0下载:
  2. linux 下用C编程的fork exec wait exit 函数的实例!-the example of fork exec wait exit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5738
    • 提供者:xc
  1. process_control

    0下载:
  2. 进程控制,linux编程,系统调用,fork()、exec()、exit()、waitpid()函数的功能以及实现过程,1创建两个子进程,重复显示代码2调用exec()更换自己的代码。计算机操作系统第三版实验二-process control :fork()exec()waitpid()exit().show some words constantly both in the parent s and children process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:791
    • 提供者:柳佳林
  1. fork

    0下载:
  2. 在某个家谱中,每人都生两个儿子。这些人之间的关系可以用二叉树来表示。这些二叉树总共有N个节点(3 <= N < 200)。这些二叉树有如下性质: 每一个结点的度是0或2。度是这个结点的儿子的数目。 树的高度等于K(1 < K < 100)。高度是从根到任何叶子的最长的路径上的结点的数目。有多少不同的家谱结构? 如果一个家谱的树结构不同于另一个的, 那么这两个家谱就是不同的。输出家谱树的个数除以9901之后的余数。-In a family tree, the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:203365
    • 提供者:Edan
  1. Fork

    0下载:
  2. 使用fork()函数创建进程的范例,包括一般的子进程和深进程,linux操作系统下运行-create child process and deep process using fork(), compiled under operating system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:578
    • 提供者:wwwmao
  1. fib1

    0下载:
  2. implementing Fibonacci algorithm using fork on Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:569
    • 提供者:msh2003
  1. fork

    0下载:
  2. 系统调用fork函数,以及父进程与子进程的执行顺序问题。-Fork system call function, as well as parent and child process of implementation of the order of the problem.
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:66615
    • 提供者:excelent
  1. fork

    0下载:
  2. linux 下 使用fork进行多进程编程(Using fork for multi process programming under Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:12288
    • 提供者:Mr汤
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com