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

搜索资源列表

  1. erchapaixushushujujiegou

    1下载:
  2. 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:刘静
  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 sub-process through the pipelin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:735
    • 提供者:lily
  1. CyuyanLiaoTianyuanma

    0下载:
  2. c语言写的网络聊天 本程序,要在linux或XP环境下运行!要自己修改IP地址。 主要用到了,网络套接字socket和fork 函数!-c language Internet chat program to run on Linux or XP environment. To modify the IP address. The main use of the network socket socket and fork function!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4021
    • 提供者:陌小轩
  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 program

    • 发布日期:2017-04-04
    • 文件大小:7275
    • 提供者:李玄风
  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 execution of process seriously
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:16479
    • 提供者:王鑫
  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. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:640
    • 提供者:kk
  1. forkcms_v3.4.2

    0下载:
  2. Fork CMS 使用十分简单,注重用户体验,包含博客、问答、表格等模块,适合于建立小型商业网站或者个人博客,目前官方还未发布简体中文语言包。-Fork CMS is very simple, focusing on user experience, including blogs, quizzes, forms and modules, suitable for small business website or personal blog, the official has not been
  3. 所属分类:SQL Server

    • 发布日期:2017-05-16
    • 文件大小:4233125
    • 提供者:luochen
  1. simpleshell.c

    0下载:
  2. A simple shell which fork a child and execute on child
  3. 所属分类:Linux-Unix program

  1. GmmatlabGAe

    0下载:
  2. 遗传算法:基于轮盘赌法的非线性排名选择, 均匀交叉叉,变异操作。-GA ,经测试可直接使用。 -Genetic Algorithms: nonlinear ranking selection based on the roulette method, uniform cross fork, mutation operation.-GA, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:16462
    • 提供者:noahkk
  1. The-traffic-light-control-system

    0下载:
  2. 交通灯控制系统,利用图的遍历与查找技术实现计算多岔路口的交通灯设置问题。-Traffic Light Control System, to graph traversal Find technology to calculate multi fork traffic lights set problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:235398
    • 提供者:王京石
  1. playmusic

    1下载:
  2. 自己制作的钢琴校音软件。钢琴校音系统包含“钢琴校音系统”和“钢琴校音系统(音叉测试版)”两个版本。其中,钢琴校音系统”是专门为钢琴校音而制作的软件-Piano tuner software to produce their own. Piano school sound system includes a " piano tuner and piano tuner system (tuning fork test version)," two versions. Which,
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-22
    • 文件大小:11287552
    • 提供者:min
  1. andian

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。-In the following descr iption of the three tuple hypothesis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:153416
    • 提供者:shiloh
  1. lcx_src

    0下载:
  2. LCX改进及其linux实现,windows下是多线程实现。linux下通过fork-The LCX Improved linux achieve
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-07
    • 文件大小:8290
    • 提供者:随大家
  1. fork()

    0下载:
  2. 进程的管道通信编制一段程序,实现进程的管道通信,使用系统调用pipe()建立一个管道文件;两个子进程P1和P2-The the process pipe communication the preparation of a program, achieve process pipeline communication, using the system call pipe () to build a pipeline processes P1 and P2 of the two sub-
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:1183
    • 提供者:沈伯伟
  1. tree1

    0下载:
  2. 建立一个十叉非完全树,递归算法实现,使用两个链表实现,一个孩子节点链表,一个兄弟节点链表-Establish a ten fork complete tree recursive algorithm uses two linked list implementation, a child node linked list, a sibling node linked list
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:533
    • 提供者:www
  1. shell

    0下载:
  2. 实现操作系统的简单调用,fork(),exev()-Simple operating system call, fork (), exev ()
  3. 所属分类:OS Develop

    • 发布日期:2017-11-27
    • 文件大小:696
    • 提供者:舒昌文
  1. fork

    0下载:
  2. 一个关于进程链与进程扇的小代码,可作为学习参考用-A reference as learning about the process chain process fan code,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:651
    • 提供者:李斌
  1. Two-forks-tree-problem

    0下载:
  2. 二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:1335
    • 提供者:周杨
  1. DesignPatternCPP

    0下载:
  2. C++设计模式的实现:命令模式、代理模式、单件模式等;-the implementation of C++ Design Pattern:Command ,fork,Proxy Singleton
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:8011594
    • 提供者:zengguodong
  1. Discriminant-sparse-neighborhood

    0下载:
  2. 鉴别向量比较牛叉的论文,最近发的。值得大家借鉴,拿出来特此分享一-Identify cattle fork vector papers recently issued. Worth drawing out hereby share under
  3. 所属分类:Development Research

    • 发布日期:2017-12-01
    • 文件大小:502302
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 27 »
搜珍网 www.dssz.com