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

搜索资源列表

  1. SharedMemIpc_demo.zip

    0下载:
  2. 使用共享内存通讯的程序例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:10503
    • 提供者:
  1. sm_mz_demo.zip

    0下载:
  2. 共享内存多进程通讯例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:41476
    • 提供者:
  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. 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. 进程间通讯(一):Window下使用内存映射文件共享数据的例子

    2下载:
  2. Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
  3. 所属分类:系统编程

    • 发布日期:2011-06-29
    • 文件大小:53120
    • 提供者:cnzhuhai
  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. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6821764
    • 提供者:源泉
  1. ShareMemory_vs

    0下载:
  2. 通过共享内存实现进程通信,vs 2005 实现-process communicate by share memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-11
    • 文件大小:18373755
    • 提供者:yuanyuan
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. TestMemory

    0下载:
  2. 两个IE窗口通过共享内存实殃相互通信的控件-sharp memory ie comm
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:19630
    • 提供者:锅小
  1. ReadMem

    0下载:
  2. 通过共享内存实现 数据共享的功能,可以在多个程序间传递数据,很简单-Through the shared memory data transfer functions. Simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:26564
    • 提供者:HmilyStone
  1. PubShareMemUnit

    0下载:
  2. delphi下实现的一个全局共享内存组件
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:fanghui
  1. test

    0下载:
  2. 生成不同id的函数,在多个进程并发调用这些函数时,生成不重复的id,分别用数据库、文件锁、共享内存的方式实现。-Different id generation function of the process of concurrent calls in a number of these functions, the generation of non-repetition of the id, respectively, the database, file locks, shared mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:李抒昌
  1. SHARE_MEMORY_TEST

    0下载:
  2. 该共享内存测试程序,可以实现进程间共享内存通讯,可以用来修改使用。(The shared memory test program, you can achieve inter-process shared memory communication.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:23063552
    • 提供者:daluozi
  1. ConsoleTest

    0下载:
  2. 本工程是用C++实现共享内存,QT工程可借鉴使用,如有问题可联系QQ2967732156(To achieve shared memory, QT engineering can be used for reference, if there are problems, you can contact QQ2967732156)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:22640640
    • 提供者:QT-Neal
  1. 20171229_091046402

    0下载:
  2. 共享内存&重复运行例程,重复运行监测啊啊(Shared memory & repeated run routines, repeated running monitoring)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:6144
    • 提供者:阿威861212
  1. 内存压缩解压缩JPG图像

    1下载:
  2. 纯内存操作解压JPGE 很早之前收录的 并非原创 共享给大家(Pure memory operation decompression JPGE. Long ago included, not original. Here to share with you.)
  3. 所属分类:其他

    • 发布日期:2020-10-14
    • 文件大小:8192
    • 提供者:kankan@
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com