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

搜索资源列表

  1. case_socket

    0下载:
  2. 进程通讯,客户端与服务器端的简单的通信案例。利用socket函数编写的数据流通信。-process communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1347
    • 提供者:飞天
  1. ProcessOpenFile

    0下载:
  2. 进程通讯好程序,值得学习,同时希望大家提出改进意见,-Process, good communications program, it is worth learning, and hope we suggest improvements, thanks
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:30528
    • 提供者:肖洪钢
  1. Delphi_code_internal_process_communication_module_

    0下载:
  2. Delphi code for the internal process communication module designDelphi内部进程通讯模块设计代码 -Delphi code for the internal process communication module design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:11905
    • 提供者:2s
  1. c.process.communication.module.classic.code

    0下载:
  2. Delphi进程通讯模块设计经典代码 Delphi process communication module design classic code-Delphi process communication module design classic code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:11800
    • 提供者:x
  1. fork

    0下载:
  2. linux下进程通讯及实现消费者生产者问题,创建进程及进程通讯-Under the process of communication and implementation of linux producer consumer problem, create processes and process communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1074
    • 提供者:guozheng
  1. code

    0下载:
  2. F:\国嵌\第2阶段(应用程序设计)\第三天(进程通讯)-F: \ State embedded \ Stage 2 (application design) \ On the third day (the process of communication)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:4314
    • 提供者:唐成卫
  1. process-connect

    0下载:
  2. 利用剪贴板实现两个进程间的通讯 其过程简单 代码易懂 很适合初学者学习进程通讯的实例-Using the Clipboard to achieve communication between two processes to understand the process very simple code for beginners to learn the process of communicating instances
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-08
    • 文件大小:15668455
    • 提供者:柳亮
  1. FileZilla3.tar

    0下载:
  2. 实现了c语言的进程通讯,并有UI设计,界面美观大方-The process of realization of the c language, communication, and UI design, beautiful interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6148923
    • 提供者:于之有
  1. YYLrc

    0下载:
  2. YY歌词助手,自动改名的钩子 通过系统钩子实现输出窗口选取,用进程通讯实现歌词输出-YY lyrics assistants, the hook automatically helps you rename, use the system hook select the output window , the communication between processes realizes the output of lyrics
  3. 所属分类:Hook api

    • 发布日期:2016-01-24
    • 文件大小:4134912
    • 提供者:gwx
  1. GetMessageApp

    0下载:
  2. VC++的进程通讯实例,程序由两个子程序构成,用于相互间进行进程通讯测试-VC++ instance of the process of communication, the program constituted by the two subroutines, the process used to communicate between each test
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:15233
    • 提供者:
  1. Demo

    0下载:
  2. 进程通讯,讲叙如果在VC下模拟一个进程通讯的实例- process
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:4478
    • 提供者:aelon
  1. winpalyer

    0下载:
  2. 一个播放器程序,主要技术是进程通讯,内存共享,包括执行文件,源代码,安装文件-A player program, the main technology is the process of communication, shared memory, including the implementation documentation, source code, installation files
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:14548434
    • 提供者:king
  1. par_bak

    0下载:
  2. 本程序旨在完成 并口 sram 232串口的通信实验 作者亲测可以使用。程序设计到两个时钟及多进程通讯和单进程状态机的基础模块。-This program is designed to complete the parallel port SRAM 232 serial communication experiment of pro-test you can use. Programming to the basic module of the clock and multi-process c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:2317
    • 提供者:shiqingfeng
  1. os_2

    0下载:
  2. 大学时期编的操作系统间进程通讯模仿程序, 模仿消费者生产者问题,设置产品等待队列和需求计数,缓冲区大小为8并可变,可实时观测缓冲区状态-Mimic the procedures of the operating system compiled by the university, inter-process communication, Imitate the problem of consumers to producers, set the wait queue and needs
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2777292
    • 提供者:zd
  1. zuoyediaodu

    0下载:
  2. 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:289265
    • 提供者:翔子
  1. heisiik123

    0下载:
  2. 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11868149
    • 提供者:孤独求败
  1. pipe

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:213289
    • 提供者:和撒旦
  1. ProcComm

    0下载:
  2. 自己写的进程通讯类,用起来很方便的,用CreateFile创建一个名字,然后用CreateView创建视图,返回的指针就是进程通讯的数据区。-Process communications class to write their own, with very convenient CreateFile to create a name, and then create a view with CreateView returned pointer is to process the data c
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:1157
    • 提供者:王小强
  1. linux

    0下载:
  2. linux下的进程通讯的小例子,pv操作-small example of the process communication under linux, pv operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:315962
    • 提供者:wae
  1. shiyan-code

    0下载:
  2. 嵌入式linux\第2阶段(Linux应用程序设计)\第4天(进程通讯)\必修实验代码-Embedded linux \ stage 2 (Linux application design) \ 4 days (interprocess communication) \ compulsory experimental code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:26873
    • 提供者:wj
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com