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

搜索资源列表

  1. 进程消息通讯

    0下载:
  2. 了解WINDOWS的消息原理机制!-understand the principle mechanism news!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19929
    • 提供者:伟大
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1949438
    • 提供者:俞鹏
  1. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯

    2下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3271437
    • 提供者:hkx
  1. 通过消息机制实现Exe程序间的数据交换

    1下载:
  2. 通过消息机制实现Exe程序间的数据交换,实现进程间的通讯的有一个方法!-information through mechanisms Exe procedures between the exchange of information, to achieve inter-process communication in a way!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49968
    • 提供者:方顺豹
  1. 操作系统进程管理

    2下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27800
    • 提供者:赵利君
  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:125201
    • 提供者:Gavin
  1. 进程-1

    0下载:
  2. 在VC6.0下利用消息实现内部进程通讯--VC设计。-VC6.0 in using information to achieve internal communication process -- VC design.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2955
    • 提供者:贾炜
  1. 通过消息实现进程间的通信

    1下载:
  2. 利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications sys
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:107568
    • 提供者:唐伟龙
  1. 进程通信vc

    3下载:
  2. vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83502
    • 提供者:比零
  1. 模拟进程利用双向邮箱通信

    0下载:
  2. 模拟进程利用双向邮箱通信 随机生成一个邮箱,两个进程利用该邮箱相互通信,信息的大小与邮箱的大小相同。哪一个进程为发送进程,哪一个进程为接收进程是随机的,由随机函数随机选择。但是若一进程成为发送进程,那么另一个进程只能是接收进程。如果没有申请到资源,就不能建立邮箱,发送进程不能发送消息。如果邮箱中没有空闲单元,发送进程不能够发送消息;如果邮箱中没有消息,接收进程不能够接收消息。-modeling process using two-way communications mail generates
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:haha
  1. 进程内钩子

    1下载:
  2. 用个进程内钩子实现在模态对话框关闭前弹出一个消息框
  3. 所属分类:钩子与API截获

    • 发布日期:2009-03-25
    • 文件大小:9166994
    • 提供者:Randyqiu
  1. LINUX下进程通信——消息队列

    0下载:
  2. LINUX下进程通信——消息队列,以及其他的IPC通信方式的源码
  3. 所属分类:源码下载

  1. 进程间通信

    0下载:
  2. 用消息队列实现的简单聊天程序
  3. 所属分类:嵌入式Linux

  1. send_handle

    0下载:
  2. 发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:1015
    • 提供者:站长
  1. CopyData

    0下载:
  2. 程序采用vc++编写,用来在不同进程中通信,采用WM_COPYDATA消息来传递数据,和其他进程通信相比,具有简单,强大的特点。-Using vc++ program written in different processes used to communicate, using WM_COPYDATA message to pass data, and other processes, communication, compared with a simple, powerful featu
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:26557
    • 提供者:wangpenghui
  1. jc

    0下载:
  2. 进程通讯(自定义消息) -The process of communications (custom message)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:418281
    • 提供者:李明
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. Linux多进程并发服务器

    0下载:
  2. 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Theft
  1. Nginx集群之WCF分布式消息队列

    0下载:
  2. 基于WCF分布式消息队列,可以在一些客户端并不需要服务端响应的场景上应用。消息队列在异步处理上有巨大优势,是一项可选择性的进程间的通信,能够保持进程之间通信的稳定性。(WCF based distributed message queues can be used in scenarios where some clients do not need server response. Message queuing has a great advantage in asynchronous pr
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:940032
    • 提供者:梁先森
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com