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

搜索资源列表

  1. LinuxKernelTaskManagment

    0下载:
  2. 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:437700
    • 提供者:Bamboo
  1. TestMsgQueue

    0下载:
  2. 如何使用WinCE下的MSGQEUE,可以实现进程间的通讯。-How to use MSGQEUE on wince。
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2461591
    • 提供者:FireFox
  1. Linux_part4

    0下载:
  2. Linux开发人员的入门书籍,经典的Linux开发资料。包括第七章 进程控制开发,第八章 进程间的通讯。-Linux developers entry books, the classic Linux development information. Including Chapter VII, process control the development of Chapter VIII of the inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1250441
    • 提供者:余大飞
  1. fork_socket-utf8

    0下载:
  2. 多进程UDP方便演示多进程条件下的通讯,希望大家喜欢.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1246
    • 提供者:李小龙
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25626
    • 提供者:sss
  1. Advanced.CORBA.Programming.with.CC

    0下载:
  2. CORBA用于在不同进程(程序)之间,甚至是不同物理机器上的进程(程序)之间通讯。底层技术依靠RPC[远程过程调用]实现。-CORBA is used in different processes (programs) or even between machines on different physical processes (programs) communication between. The underlying technology relies RPC [remote proc
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3264228
    • 提供者:Sulei
  1. process_to_process_communication_FindWindow2

    0下载:
  2. 五子棋,两个进程,一个黑子,一个白子,互相通讯下棋,简单使用FindWindow定位-FiveChess,process to process communication,one is black,another is White,just use FindWindow locate another.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:775016
    • 提供者:huang
  1. PC

    0下载:
  2. 该文简要介绍了SUN工作站与PC之间进行通讯的常用方法,着重论述了一种基于Socket编程,实现进程间直接实时通讯的方法-The paper briefly describes the SUN workstations and PC communication between the common method focuses on a Socket based programming, direct real-time inter-process communication methods
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:8402
    • 提供者:落潭
  1. FileExam

    0下载:
  2. windows ce 使用内存映射文件实现进程间通讯-windows ce using memory-mapped file to achieve inter-process communication
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:46946
    • 提供者:tianya
  1. ipc

    0下载:
  2. 消息队列简单模型,实现两个进程,一个是客户端 一个是服务器 运用System V消息队列通讯-Message queue simple model, to achieve the two processes, one is one client server communication using System V message queues
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3001
    • 提供者:John
  1. slsfusf

    0下载:
  2. 设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-Design a process to allow concurrent operation of n-process management simulation system. The
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1730
    • 提供者:agaeg
  1. jincheng2

    0下载:
  2. 进程之间通讯,供Delphi初学者使用。-Communication between processes for Delphi beginners.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:398740
    • 提供者:licheng
  1. XQueue_demo

    0下载:
  2. 一个基于SERVER/CLINET进程间通讯的程序,能非常好的处理好并发及排队。效率非常高。-1 Based on SERVER/CLINET inter-process communication procedures, can handle the complicated and very good line up. Efficiency is very high.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:224910
    • 提供者:fanziee
  1. Clipboard

    0下载:
  2. 进程间通讯方式之一剪切板的实现程序。没错,能够实现剪切板的基本功能。-One of inter-process communication implementation clipboard program. Yes, to achieve the basic functions clipboard.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:29379
    • 提供者:海斌
  1. msg

    0下载:
  2. 通过windows消息机制,实现不同进程之间的通讯,很好的参考资料-Through the windows message system to achieve communication between different processes, a good reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:49727
    • 提供者:chison
  1. Classic_Linux_process_and_inter_process_communicat

    0下载:
  2. 经典Linux进程及进程间通讯Classic Linux process and inter-process communication-Classic Linux process and inter-process communication Classic Linux process and inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:290238
    • 提供者:8j
  1. wceui

    0下载:
  2. WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP.-WinCE and EVC overview of graphics programming, dialog box controls, processes, threads, files and registry, WinCE based database programming, WinCE expanding database
  3. 所属分类:Windows CE

    • 发布日期:2017-06-09
    • 文件大小:16186368
    • 提供者:zhj
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. sendrevice

    0下载:
  2. 进程间通讯,包括服务端和客户端,copy_data实现-Inter-process communication, including server and client, copy_data achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:51197
    • 提供者:冯旭飞
  1. Multithread

    0下载:
  2. Linux下的多进程编程,与进程间通讯。-Multithread programming in Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5117
    • 提供者:薛加彬
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 21 »
搜珍网 www.dssz.com