CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 共享内存

搜索资源列表

  1. 4

    0下载:
  2. 一个简单的进程通信例子——利用共享内存进行进程间的通信-A simple example of the process of communication- the use of shared memory inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2525
    • 提供者:rebecca
  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  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. gxnc

    0下载:
  2. 共享内存使用
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2788
    • 提供者:zhuye888
  1. com

    0下载:
  2. 串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7829825
    • 提供者:gexuechun
  1. ShareMem

    0下载:
  2. 共享内存的打包代码,封装代码!使用方便,只需要名字和大小就可以使用-Shared memory package code, package code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2012334
    • 提供者:Difference
  1. shareMemoy

    0下载:
  2. 提供了一个windows 下共享内存的类,该类只是一个简单的模型,说明了在windows 下如何实现共享内存-Provides a shared memory under windows class, the class is just a simple model to illustrate how in the windows shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2292
    • 提供者:zhaojinhua
  1. processcommutication

    0下载:
  2. 操作系统课程设计,用VC开发可直接下载使用,包含消息机制,共享内存和管道通信-Operating system, curriculum design, developed with the VC can directly download that contains message mechanism, shared memory, and communication channels
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8027166
    • 提供者:汪雷
  1. Shmdb

    0下载:
  2. windows 下eXtremeDB共享内存使用小程序-eXtremeDB shared memory under windows using small programs
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:8078
    • 提供者:Johnlya
  1. ucos_sem

    0下载:
  2. ucos 给予s3c2410 共享内存的试验代码-ucos shared memory test given to s3c2410 code
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:2218046
    • 提供者:liuzhenhua
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8413
    • 提供者:星海
  1. KeybdHook.

    0下载:
  2. 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:41122
    • 提供者:张鲁夺
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:476749
    • 提供者:ji
  1. dlgs

    0下载:
  2. 大内高手--调试手段及原理.txt 大内高手—全局内存.txt 大内高手—共享内存与线程局部存储.txt 大内高手—内存模型.txt 大内高手—内存管理器.txt 大内高手—常见内存错误.txt 大内高手—序.txt 大内高手—惯用手法.txt 大内高手—栈_堆.txt-Ouchi master- debugging techniques and principles. Txt Ouchi expert- global memory. Txt Ouchi mast
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:47091
    • 提供者:地址
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:80383
    • 提供者:王朝帅
  1. TheUnixTimeSharingSystem

    0下载:
  2. 本书详尽地介绍了UNIX系统编程的高级技术。通过本书的学习,读者将能够充分利用标准的UNIX开发工具,掌握UNIX操作系统的内部工作方式,包括文件系统的内部操作以及大量UNIX函数的正确使用方法和技巧。本书详细说明了内部处理技术、进程间控制以及通过信号、分支进程和共享内存进行同步的方法。另外,本书还提供了大量的代码实例,这些实例涉及到多用户同时访问文件的技巧、改变目录结构以及动态更改用户和组参数的方法。 本书适用于UNIX专业程序员。 -The book has introduced Po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:90163
    • 提供者:汪汪
  1. communication

    0下载:
  2. 进程间通信,通过共享内存的方式实现进程间通信,即在内存中开辟一个共享内存区域,创建两个控制台应用程序,来检测进程间的通信-Inter-process communication, through the shared memory means to achieve inter-process communication, that is in memory to open a shared memory region, to create two console applications, to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1144
    • 提供者:pipicheng
  1. pro

    0下载:
  2. 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9918
    • 提供者:wanglei
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 35 »
搜珍网 www.dssz.com