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

搜索资源列表

  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. test.tar

    0下载:
  2. QT父子进程间通讯,父进程通过writeData发送数据,子进程通过读取标准输入获取数据。-QT interval parent and child communication, the parent process to obtain data by reading standard input by writeData sending data, sub-processes.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-02
    • 文件大小:767922
    • 提供者:韩晓东
  1. WpfCrossingProcessDemo

    0下载:
  2. WPF进程间通讯例子,通过SendMessage方法向另一进程发送消息。-Inter-process communication WPF example, to send a message to another process through SendMessage method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:31480
    • 提供者:邢志勇
  1. acl.2.1.2.8.src.2012.7.2

    0下载:
  2. acl 框架库是一个 C 库,主要包含:服务器开发框架、同步/异步网络通讯、常用数据结构、进程池/线程池、流式 xml/json 解析器、http/ping 应用协议等内容-Acl framework library is a library of C, mainly include: server development framework, synchronous/asynchronous network communication, the common data structure, p
  3. 所属分类:Other Games

    • 发布日期:2017-05-18
    • 文件大小:5110175
    • 提供者:kang
  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:兰兰
  1. communications---in-process

    0下载:
  2. 进程间通讯的各种方法源代码,有详细的注释,适用于初学者-Various methods of inter-process communication source code, detailed notes, suitable for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:310793
    • 提供者:小郭
  1. smart_parking_lot-master

    0下载:
  2. 参加全国嵌入式大赛时候写的代码,里面的网络通讯(SOCKET),进程间通讯(FIFO),多进程...都是可以参考下的-When embedded in the national contest to write the code, which the network communications (SOCKET), interprocess communications (FIFO), multi-process ... all be under References
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:19624
    • 提供者:spencerscott
  1. AppTest

    0下载:
  2. VB进程间的共享数据的通讯 两个程序共享一个变量-Communication of shared data between VB processes Two programs share a variable
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:29334
    • 提供者:benison
  1. DDEdemo

    0下载:
  2. DDE进程间通讯应用实例,简单的对话框应用,使用DDE动态数据交互方式实现两个进程间的数据同步-Dynamic Data Exchange Sample
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:206440
    • 提供者:superle
  1. Sys001

    0下载:
  2. delphi写的最简单的进程间通讯的例子-Among the simplest examples of the process of communication
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:308999
    • 提供者:曾庆文
  1. CSerialPort-problem-

    0下载:
  2. CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:blacks
  1. lsm

    0下载:
  2. 方便LINUX下做进程间通讯和内核通讯的中间件,宿主进程只要包含相应的库文件,即可使用相关接口做进程间通讯和内核通讯-IPC ZHONGJIAN JIAN
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-30
    • 文件大小:45437
    • 提供者:linlj
  1. share_mem_demo

    0下载:
  2. vc 共享内存,进程间通讯,希望对大家有用-Vc between shared memory, interprocess communication, hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-17
    • 文件大小:26770432
    • 提供者:王贺
  1. plane

    0下载:
  2. CSCI 1730 Summer 2015,Project 4: Planes 项目4,进程间通讯编程游戏-CSCI 1730 Summer 2015,Project 4: Planes, Inter-Process Communication programming game! contain source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:125810
    • 提供者:张磊
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:xod31062jiayu
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:rlarang
  1. WRShare

    0下载:
  2. IPC 内存共享,实现多个进程间通讯,本例程包含读写两个进程,测试通过-The IPC memory sharing, communicating between multiple processes, read and write this routine includes two processes, test pass
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4604553
    • 提供者:张毅
  1. WIN32-syn-memshare

    0下载:
  2. IPC 内存共享,实现多个进程间通讯,同时包含进程同步,本例程包含读写两个进程,测试通过-The IPC memory sharing, communicating between multiple processes, contain process synchronization at the same time, read and write this routine includes two processes, the test pass
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:41707
    • 提供者:张毅
  1. CopyData

    0下载:
  2. CSharp多进程间相互通信,使用COPYData消息机制,也可使用在同进程不同窗口间通讯-Communicate with each CSharp multi-process, use COPYData messaging can also be used with different inter-process communication window
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:77049
    • 提供者:何涛
  1. aidl_sxjcjdtx

    0下载:
  2. aidl实现进程间的通讯实现起来也很方便,而且比广播等要方便管理。给大家一个例子吧,也是我最近正在写的一个音乐播放软件,功能简单,主要是做演示!用到了appcompat_v7库,已经一起打包了。项目也涉及到了aidl的使用,项目要求android4.0以上运行,aidl相关的实现主要在activity和service的包内。(另外悄悄的告诉大家,这套源码没有注释,阅读需要一定基础)。-Aidl realize the process of communication between the im
  3. 所属分类:android

    • 发布日期:2017-05-20
    • 文件大小:5397478
    • 提供者:李伟林
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com