CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - multi process

搜索资源列表

  1. sub1

    0下载:
  2. 这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性-This is based on the Linux platform on the progress of the multi-process control procedures, complete with GTK, linux embodies the characteristics of multi-process control
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.43kb
    • 提供者:许可
  1. chatbymessage.rar

    0下载:
  2. linux环境下,用IPC和多进程的实现的一个聊天室,linux environment, multi-process with the IPC and the realization of a chat room
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.5kb
    • 提供者:cloud wu
  1. tcp_romote_mp

    0下载:
  2. Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2.27kb
    • 提供者:吴萤
  1. TCP-to-begin-same-time-multi-process

    0下载:
  2. 基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:15.88kb
    • 提供者:邹林
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29kb
    • 提供者:CoCo
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971byte
    • 提供者:陈sean
  1. socket

    0下载:
  2. 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:5.74kb
    • 提供者:周媛
  1. shell.tar

    0下载:
  2. 一个linux下的简单shell程序,支持多级管道和输入输出重定向,支持多进程,经测试,运行稳定-Linux under a simple shell procedures, to support the multi-stage pipeline and the input and output redirected to support the multi-process, tested, stable operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.14kb
    • 提供者:hh
  1. roadtest

    0下载:
  2. 自己开发的移动信号路测设备软件,再linux下运行,3年前开发的程序,带多进程之间的通讯,需要的可以下载了-Developed their own mobile device software test signal path, and then run under linux, 3 years ago, the development of procedures, with multi-process communication between the need can be download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:637.27kb
    • 提供者:hxf
  1. wu

    0下载:
  2. 实现操作系统课程的pv操作,在unix下的多进程之间的同步与互斥-The realization of operating systems courses pv operation, in unix multi-process synchronization and mutual exclusion between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.61kb
    • 提供者:火也
  1. killzombie

    0下载:
  2. linux下创建多进程的程序。并且干净的*僵尸进程。-linux create multi-process procedures. And clean kill zombie process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:634byte
    • 提供者:人民币
  1. Linux

    0下载:
  2. linux下的多进程编程,讲述了关于多进程的编程内容,和相关的内容。-linux under the multi-process programming, described the process of programming on more than content, and related content.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:24.58kb
    • 提供者:小米
  1. ARMdevelopment2

    0下载:
  2. Linux是个和Unix相似、以内核为基础的、完全内存保护、多任务多进程的操作系统。Linux最初是在1991年由一名芬兰学生Linus Torvalds开发的-Linux and Unix is similar to kernel-based, full memory protection, multi-process multi-tasking operating system. Linux was first in 1991 by a Finnish student Linus Torva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.41mb
    • 提供者:jiang
  1. philosopher

    0下载:
  2. 模拟“五个哲学家”问题该实验的要点是,解决并发环境下,多进程之间的同步与互斥问题。进程间的同步互斥必然涉及进程间的通信(信息交换)。-Simulation of the " five philosophers" problem of the main points of the experiment, the solution to complicated circumstances, between the multi-process synchronization and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:752byte
    • 提供者:chenlisten
  1. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1.89mb
    • 提供者:yefeng
  1. multiProcess

    0下载:
  2. 一个多进程通信的演示,在UBuntu8.04中编写,使用QT图形化,主要内容是有四个进程,每个进程一个窗口,一个物体在四个窗口中穿梭-A demonstration about multi process communication, built in UBuntu8.04 with QT, there are four process, each process have a window, an object move in the four windows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:99.53kb
    • 提供者:KingMars
  1. duorenwuduoxiancheng

    0下载:
  2. VC++多任务多线程多进程的实例,压缩包里一共有5个-VC++ multi-tasking multi-threaded multi-process example, the compression bag a total of five
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:273.49kb
    • 提供者:JunV
  1. Main

    1下载:
  2. 用多进程同步方法解决生产者——费者问题 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.-Synchronous multi-process solutions to producers- the issue of costs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2.13kb
    • 提供者:zong
  1. Linux-muti-process

    0下载:
  2. linux多进程编程,书中附有C代码解析,对理解多进程有很好的帮助-linux multi-process programming, with C code to parse the book, have a good understanding with the help of multi-process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:131.59kb
    • 提供者:yzh
  1. process-communication

    0下载:
  2. 多进程及进程间通信程序,使用2个消息队列传递消息。-Multi-process and inter-process communication: Use two message queues to pass messages.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:239.47kb
    • 提供者:孔令昌
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com