CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. td3

    0下载:
  2. Linux编程 管道 多进程通信 管道重定向-Linux programming tube Multi-process communication tube redirect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:63692
    • 提供者:The king C
  1. Hallo

    0下载:
  2. 通过创建管道Pipe来实现进程间的通信机制,程序间通过pipe进行信息的读写-To achieve inter-process communication mechanism, by creating a pipeline Pipe program to read and write information via pipe
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:132374
    • 提供者:Li
  1. os-lab

    0下载:
  2. 基于管道的通信系统,包括进程调度与通信模块-Pipe-based communication system, including the process scheduling and communication module
  3. 所属分类:OS Develop

    • 发布日期:2017-11-14
    • 文件大小:21029888
    • 提供者:victory
  1. ipc

    0下载:
  2. linux管道和信号量等进程通信机制的基础源代码。-the pipe and fifo code for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:3992
    • 提供者:maoyuan li
  1. mmap_test

    0下载:
  2. 通过mmap的匿名管道实现父子进程通信,实现内存数据传送-The anonymous pipe through mmap parent and child processes to achieve communications, memory data transfer
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:5763
    • 提供者:中山服
  1. pipe

    0下载:
  2. 管道(Pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信;有名管道,除具有管道所具有的功能外,它还允许无亲缘关系进程间的通信。 -named pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1599
    • 提供者:陈海金
  1. keyboard

    0下载:
  2. 一个用于通过管道进行进程通信的测试程序,仅供参考-The application is about pipe for IPC.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:11453
    • 提供者:DongPing1989
  1. pipe

    0下载:
  2. 用于linux的进程间的通信,包跨管道通讯,信号通讯,共享内存通信等。对于进程间的访问是极其方便的-Communication between the process for linux, including cross-pipeline communications, signal communication, shared memory communications. For access between processes is extremely convenient
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:李晨
  1. ipc

    0下载:
  2. Linux中实现进程间的通信,实现两进程间的通信,使用的方法有无名管道,有名管道,共享内存等。-Linux to achieve inter-process communication, to achieve communication between the two processes, the methods used are anonymous pipes, named pipes, shared memory, and so on.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:16917
    • 提供者:chenli
  1. Guandao01

    1下载:
  2. VC++做的MFC管道进程通信,可以实现所有的cmd命令,很方便,语言简单命令,但是只能实现操作cmd命令-MFC pipeline process communication VC++ do, can achieve all the CMD commands, very convenient, simple language commands, but only the realization of the operation of the CMD command
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:4483632
    • 提供者:张超
  1. GenerateMobileModel

    0下载:
  2. 本程序主要通过管道实现两个进程间的通信。主要功能是一个进程从手机机型文件中随机读取一个机型,然后通过管道传给另一个进程。-The program is mainly for communication between two processes through the pipeline. The main feature is a random process model reads a file the phone model, and then passed to another proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:317211
    • 提供者:river
  1. IPC问题

    0下载:
  2. 设有二元自然数变量函数 ,其中 请编程建立3个并发协作进程或线程,它们分别完成计算 、 和 。 实验步骤: (1)首先要创建三个线程(或进程),分别执行函数 、 和 计算; (2)线程(或进程)之间的通信可以选择下述机制之一进行:  管道(无名管道或命名管道)  消息队列  共享内存 (3)通过适当的函数调用创建上述IPC对象,通过调用适当的函数调用实现数据的读出与写入; (4)需要考虑线程(或进程)间的同步; (5)线程(或进程)运行结束,通过适当的系统
  3. 所属分类:系统编程

    • 发布日期:2015-01-03
    • 文件大小:1362
    • 提供者:the_wind
  1. First

    0下载:
  2. 编写一段程序,使其用管道来实现父子进程之间的进程通信-Write a program to use the pipeline to implement the process of communication between parent and child
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6227
    • 提供者:caoxin
  1. process-communicate

    0下载:
  2. 在vc6.0的mfc里面用c++开发的操作系统上机作业,打开父进程debug文件夹里面的父进程exe,即可点击创建子进程,发送消息,以管道方式通信。-In vc6.0 of mfc eyed on c++ operating system developed machine operation, open the parent folder inside debug the parent process exe, you can click create a child process, sen
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:3716946
    • 提供者:xdrdh
  1. osdllrar

    0下载:
  2. 利用命名管道实现C++进程与C#进程间的通信,并支持复杂类型的传输-Implement the IPC between C++ and C# processes using Named pipe .Also supports the transmission of complex structure.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-07
    • 文件大小:1166272
    • 提供者:过分林
  1. Pipe

    0下载:
  2. c++ 管道实例 使用的是匿名管道,项目中创建子进程,半双工通信-c++ pipe instances using anonymous pipes, the project to create a child process, half-duplex communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:4987
    • 提供者:闵洪斌
  1. pipePsemaphore

    0下载:
  2. 利用管道实现父进程子进程之间的通信 三个进程分别实现单词串的输入、小写转换为大写、将其拆分为一个个单词输出-The use of the pipeline to communicate three parent process child process were achieved between the input word train, lowercase to uppercase, which was split into a word output
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:27263
    • 提供者:ylx
  1. unnamed

    0下载:
  2. 利用匿名管道实现同一台机器上的父子进程通信。-The use of anonymous pipeline achieve Sons interprocess communication on the same machine.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4707240
    • 提供者:贾茹
  1. OS-interprocess-communication

    0下载:
  2. 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:56470788
    • 提供者:
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com