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

搜索资源列表

  1. cqwz

    0下载:
  2. 内存共享的实例,希望对大家有帮助。谢谢 通过FILEMAPPING实现-Examples of shared memory, and they hope to help everyone. Thank you, through the realization of FILEMAPPING
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:533530
    • 提供者:
  1. 123598

    0下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯 程序名称:resource.h-In VC++ 6.0 use shared memory, message communication procedures to achieve internal process name: resource.h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:150826
    • 提供者:sa
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:29495
    • 提供者:cy
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:hzgzh
  1. Window-file-mapping

    0下载:
  2. Window下使用内存映射文件共享数据的例子!可以作为学习参考-Window to use memory-mapped file-sharing examples of data! Learning can be used as reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:45686
    • 提供者:zhangtao
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. Fund7MultiThread

    0下载:
  2. 一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-A project, the main thread is responsible for user interaction, provide a button interface through which users create a new thread to handle complex calculations. Multi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:77788
    • 提供者:张一辰
  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. vbsoftcode

    0下载:
  2. VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有:   EnumChildWindows 枚举反调试;   FINDWINDOW检测窗体反调试;   VB 检测按键;   VB-CRC32自校验设计;   VB-检测父进程;   借鸡生蛋;   金蝉脱壳防LOADER;   注册码陷阱圈套;   锁定鼠标范围反调试;   内存分配检测; -Shareware VB S
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4134172
    • 提供者:zhongxiaosheng
  1. freepy

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:619235
    • 提供者:张三
  1. MIT.Press.Using.OpenMP.Portable.Shared.Memory.Para

    0下载:
  2. OpenMp内存共享模型下的并行计算的使用说明-OpenMp parallel computing instructions for use
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1320003
    • 提供者:Mu Mu
  1. MapFile

    1下载:
  2. vc++的共享内存实现,实时数据库设计的一套整合方案,希望实时数据库人员喜欢-vc++ implementation of shared memory, real-time database design an integrated program and hoped that officers like real-time database
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:79772
    • 提供者:liyang
  1. copy_f_mmap

    0下载:
  2. linux c 文件拷贝,内存共享,信号量,同步机制-linux c file copy, memory sharing, semaphores, synchronization mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:672
    • 提供者:ly
  1. ShareMemLib

    0下载:
  2. c#实现的,利用内存共享方式实现进程间的通信。-Processes communicate with each other by sharing memory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:43229
    • 提供者:我靠
  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. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. example_of_share_memory

    0下载:
  2. 共享内存机制的演示程序,理解共享内存的工作机制-Shared memory mechanism, demo program, understanding the working mechanism of shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:50400
    • 提供者:ayk1985
« 1 2 3 4 56 7 8 9 10 ... 37 »
搜珍网 www.dssz.com