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

搜索资源列表

  1. Two-fork-tree-operation

    0下载:
  2.   熟练掌握二叉树的各种遍历算法,并能灵活运用遍历算法实现二叉树的其它操作;-Proficiency in a variety of binary tree traversal algorithm, and other operations of the binary tree traversal algorithms to achieve flexibility in the use of
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:16498
    • 提供者:李雨
  1. td2

    0下载:
  2. Linux编程 fork 多进程控制 多个子进程的实现-Linux programming fork More sons Control of multitasking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:43891
    • 提供者:The king C
  1. 2

    0下载:
  2. 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:82051
    • 提供者:罗裕君
  1. OSLabReport

    0下载:
  2. parent and child process using fork
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:824
    • 提供者:mahshid
  1. demo_program

    0下载:
  2. 几个fork的demo程序,方便初学者学习。-Several fork of the demo program, easy for beginners to learn.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:57190
    • 提供者:peter
  1. Fibonacci

    0下载:
  2. 利用fork以child process產生Fibonacci級數-The program using fork function creates child process for generating Fibonacci series
  3. 所属分类:OS Develop

    • 发布日期:2017-11-27
    • 文件大小:526
    • 提供者:劉健平
  1. fork

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

    • 发布日期:2017-11-21
    • 文件大小:618
    • 提供者:博伦
  1. Unsupervised-segmentations

    0下载:
  2. Unsupervised segmentation of color-texture regions in images and video无监督的彩色图像分割方法,非常牛叉-Unsupervised segmentation of color-texture regions in images and video unsupervised color image segmentation method, is very cattle fork
  3. 所属分类:Development Research

    • 发布日期:2017-11-04
    • 文件大小:2494001
    • 提供者:俞正国
  1. linuxanalysis

    0下载:
  2. 通过对Linux的fork.c、exit.c代码的分析, 了解一个操作系统进程的创建、退出的过程; 锻炼学生分析大型软件代码的能力;通过与同组同学的合作, 锻炼学生的合作能力。-Based on Linux fork. C, exit. C code analysis, understand an operating system process to create and exit process Training students the ability of analysis of la
  3. 所属分类:Driver develop

    • 发布日期:2017-12-05
    • 文件大小:3753185
    • 提供者:伊瓦
  1. WhiteStarUMLsrc-5.3.7

    2下载:
  2. WhiteStarUML 是一款开源的UML设计工具,来源于著名的StarUML,用于实现软件设计和开发。-WhiteStarUML is a fork of StarUML with an intent to revive its Delphi code base by updating code to recent Delphi editions, reducing dependence on third party components and fixing bugs and adding
  3. 所属分类:Windows Kernel

    • 发布日期:2016-12-29
    • 文件大小:18755584
    • 提供者:姓名
  1. hafuman

    0下载:
  2. 哈夫曼算法,功能完整。哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。哈夫曼是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 -The Huffman algorithm, the functional integrity. Huffman tree is a tree structure, method of Huffman tree solution programming algorithm called Huffman algorithm. Huff
  3. 所属分类:ELanguage

    • 发布日期:2017-12-03
    • 文件大小:223674
    • 提供者:wh
  1. PROCESS

    0下载:
  2. linux下的一个基于fork()进程方式的并发服务器!-linux under a concurrent server based on the fork () process way!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-26
    • 文件大小:8980
    • 提供者:贾炜
  1. DiferentsWebServers.tar

    0下载:
  2. This code have diferent kinds of web servers examples that can be implemented in many ways. The file has a Client, Server using Fist Come First Serve, Server Fork, Server PreFork, Server using Thread Pool and using just Threads
  3. 所属分类:Web Server

    • 发布日期:2017-11-18
    • 文件大小:76478
    • 提供者:wagner
  1. dbus-spawn

    0下载:
  2. Wrapper around fork/exec.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:9120
    • 提供者:qiecengmue
  1. process-management

    0下载:
  2. 编写程序,通过fork生成父子进程,子进程运行中显示当前系统的记录时钟,父进程运行时完成将数字1~100循环显示到标准输出流上。多次运行该程序,观察输出内容的变化。然后修改程序使得: (1)始终为子进程先输出。 (2)始终为父进程先输出。 -Programming, parent and child processes generated via fork, the child process running clock displays the current system o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:1177
    • 提供者:qiangshuya
  1. FileManagerApp

    0下载:
  2. 单文件管理器的界面,仿Windows资源管理器的框架界面,包含树叉论坛,但在文件管理器的实质性功能方面,就很遗憾了,基本上过于简单,本例实则想表现一个简单的界面窗体,一个树叉子(树形菜单)的应用,相信这对于不懂的新手来说,是一个值得参考的地方-Single file manager interface like Windows Explorer interface framework, including Shucha forum, but in the file manager substan
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:40715
    • 提供者:tpudn44
  1. Process_control

    0下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 -Design and implementation of the Unix " time" command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:238046
    • 提供者:Dean Miller
  1. OS

    0下载:
  2. fork函数创建子进程和孙子进程 fork函数创建两个子进程 exec函数族应用-fork function creates a child process and grandson process fork function to create two sub-process application exec family of functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:42755
    • 提供者:Dark
  1. Homework-of-Linux

    0下载:
  2. fork创建子进程和孙子进程 fork创建两个子进程 exec函数族应用-fork to create a child process and grandson process fork child process creates two application exec family of functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:42980
    • 提供者:Dark
  1. vfork_daemon_rexec

    0下载:
  2. Rexec program for system have fork() as vfork() with foreground option for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3223
    • 提供者:duikangnui
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 27 »
搜珍网 www.dssz.com