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

搜索资源列表

  1. Linuxduojincheng

    1下载:
  2. 1. 要求运用fork(),wait(),pipe(),read(),write()及execve()等系统调用编写多进程的程序。 2. 完成一程序两进程、两进程两程序,一程序三进程的程序。 3. 通过不同情况下运行结果,理解Linux系统下进程的调度,进程的并发执行以及父子进程之间的关系(代码段、数据段之间的关系)。 -1. Requires the use of fork (), wait (), pipe (), read (), write () and execve ()
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4014
    • 提供者:LIULIU
  1. lab3

    0下载:
  2. The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes.-The subject of this programming assignment is using Linux/UNIX system calls dealing with processes and pipes. You are to write a C pro
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-29
    • 文件大小:1885
    • 提供者:ChuChu
  1. os

    0下载:
  2. Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:31590
    • 提供者:詹磊
  1. 6_Linux

    0下载:
  2. Linux进程的创建(fork的使用),与进程间的通信-Linux process to create (the use of fork) and communications between the process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1785686
    • 提供者:wangqiang
  1. fork_test.c.tar

    0下载:
  2. shell下面子命令的程序框架,以ls -l 为例子。 对fork的应用实例。-ready for shell,how to create an easy shell in the linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2725
    • 提供者:tiange
  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. lcx_src

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

    • 发布日期:2017-11-07
    • 文件大小:8290
    • 提供者:随大家
  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. PROCESS

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

    • 发布日期:2017-11-26
    • 文件大小:8980
    • 提供者:贾炜
  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. 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. xxfpm

    0下载:
  2. Windows上使用CreateProcess创建进程,使用WaitForSingleObject等待进程结束;Linux上使用fork和execl创建进程,使用waitpid等待进程结束-Windows using CreateProcess to create process, use the WaitForSingleObject wait for the process ends Linux using fork and execl creation process, use wait
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:40607
    • 提供者:fgb
  1. exec_test

    0下载:
  2. linux进程exec函数族的使用,在使用fork()函数新建子进程后,调用exec函数使子进程执行一段特定的程序-linux process exec family of functions are used, the use of fork () function after the new child process, the child process calls exec function allows the implementation of a specific program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:799
    • 提供者:刘飞
  1. tcp

    0下载:
  2. Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8361
    • 提供者:
  1. udp

    0下载:
  2. Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:8102
    • 提供者:
  1. NiuXcms_v1.0.5

    0下载:
  2. 牛叉内容管理系统(NiuXcms) ,一款运行于PHP+MySQL平台的CMS系统1、确认您的PHP版本5.20以上、Mysql版本5.0以上、已上传完整的程序文件!!!   2、确认已设置正确程序文件的读写权限!!!   (Unix/Linux等非Windows操作系统主机使用FTP软件登录您的服务器,将本目录、以及该目录下面的所有目录、文件的属性设置为0755或0777。Windows操作系统主机一般无需修改。如需修改请设置internet来宾帐户可读写属性。   3、确认
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-12
    • 文件大小:3024430
    • 提供者:fpudn61
  1. 2

    0下载:
  2. 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:吴我
  1. mytime

    1下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:261215
    • 提供者:康没
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1636510
    • 提供者:汪小君
  1. chat.tar

    0下载:
  2. 一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:FFute
« 1 2 3 45 »
搜珍网 www.dssz.com