CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Shared memory

搜索资源列表

  1. 内存映像

    1下载:
  2. 内存影像使用实例(程序中两部分的内存共享)-examples of the use of video memory (two procedures part of the shared memory)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9967
    • 提供者:李天顺
  1. 内存映像(动态库间)

    1下载:
  2. 动态库之间的内存共享(在动态库和主程序之间以及在动态库和动态库之间共享内存)-DLL between memory sharing (DLL and the main program and the dynamic between the library and DLL between shared memory)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49249
    • 提供者:李天顺
  1. shared memory in DLLs

    0下载:
  2. 共享DLL中的变量,可以让多个程序共用一个程序.-shared DLL variables, which allows multiple processes to share a procedure.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52267
    • 提供者:hayes
  1. SharedMemory

    0下载:
  2. 进程间通过共享内存文件通讯以及通过消息通讯示例-processes through shared memory communication and document messaging communications through examples
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96061
    • 提供者:周雪峰
  1. SharMemory

    0下载:
  2. 使用共享内存块的方式在进程间共享内存的源代码-use shared memory block in the way of shared memory processes source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1640
    • 提供者:晏生
  1. ShareMemory11

    0下载:
  2. vc中使用共享内存实现进程间通信,代码易懂-vc use shared memory to achieve inter-process communication, code understandable
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47164
    • 提供者:梁白鸥
  1. VBSendText

    2下载:
  2. VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:52250
    • 提供者:gy
  1. 08ShareMem

    0下载:
  2. 代码说明:在VC环境下 共享内存的代码书写-code : VC environment in the shared memory of writing code
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:wjz
  1. list.cpp

    0下载:
  2. 信号量又称为信号灯,它是用来协调不同进程间的数据对象的,而最主要的应用是前一节的共享内存方式的进程间通信。本质上,信号量是一个计数器,它用来记录对某个资源(如共享内存)的存取状况。一般说来,为了获得共享资源,进程需要执行下列操作:-volume also known as signal lights, it is used to coordinate different processes of the data object, but the most important applicatio
  3. 所属分类:DNA

    • 发布日期:2008-10-13
    • 文件大小:8856
    • 提供者:Alvin
  1. Anon

    0下载:
  2. 一个使用共享内存的方法来实现在两个窗口之间传送信息的程序-use a shared-memory approach to the realization of the two window to relay messages between the procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41982
    • 提供者:陈小明
  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:cohoo
  1. share_memory

    1下载:
  2. 共享内存原代码,VC++开发,开建立一内存块,读取修改数据-shared memory source, VC development, the establishment of an open block of memory, reading the revised data
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34521
    • 提供者:毛东
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. SharedMemIpc_demo.zip

    0下载:
  2. 使用共享内存通讯的程序例子,the demo of communication using shared memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:10816
    • 提供者:
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:376628
    • 提供者:周晓宇
  1. momeory--shared

    0下载:
  2. 实现共享内存的小程序,和大家分享一下,-Shared memory, applets, and share with you
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:32417
    • 提供者:王亚飞
  1. Shared-memory

    0下载:
  2. 进程间通讯之共享内存: 共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:3834
    • 提供者:
  1. Memory-Pool

    0下载:
  2. 池内春秋,关于共享内存的一本好书,侯捷所著,包括C++对象的编程要点、性能分析-Pool the Spring and Autumn Period, the shared memory of a good book, written by Hou Jie, including the points of C++ object programming, performance analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:441168
    • 提供者:hc
  1. FastMM4991

    0下载:
  2. A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1105920
    • 提供者:Chaoyee
  1. Power PMAC Shared Memory

    1下载:
  2. Power PMAC Shared Memory
  3. 所属分类:其他

    • 发布日期:2020-12-03
    • 文件大小:275456
    • 提供者:MDelta
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com