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

搜索资源列表

  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1312384
    • 提供者:常顺
  1. source

    0下载:
  2. 动态数据交换DDE客户机/服务器应用 DDE作为一种基本机制,在许多应用程序中仍得到普遍支持,作为应用程序间(本地、远程)通信的一种方式,是建立在Windows内部消息系统、全局和共享内存基础上的一种协议,用来协调Windows应用程序之间的数据交换和命令调用。该实例,服务器端有两个数据项,一个是输入的字符串,一个是定时增加的整数,运行两次后,两个实例可建立DDE连接。-Dynamic Data Exchange DDE client/server applications, as a
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:35974
    • 提供者:kitty
  1. File_Map_Server_Client

    0下载:
  2. windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:105073
    • 提供者:morry
  1. IME

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。(注:此程序非本人亲手所写,只是珍藏好久,拿出来和大家分享)-This softwar
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:548773
    • 提供者:王祥云
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈sean
  1. sharedmemry

    0下载:
  2. linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16072
    • 提供者:郭东东
  1. sharemem

    0下载:
  2. linux下共享内存的简单实例 可以很好的理解共享内存是怎么回事 很简单的-shared memory under linux simple example can be a very good understanding of how shared memory is a very simple matter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10390
    • 提供者:荣文军
  1. share_mem

    0下载:
  2. 使用共享内存在Client/Server间通讯-The example of using sharing memory to communication between Client and Server
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:2139
    • 提供者:站长
  1. WINDOW_MMFShare

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:4717
    • 提供者:wtm
  1. reader_writer3

    1下载:
  2. 是一个linux下的共享内存文件,读者写者问题的,还不错-Is a shared memory under linux document, readers write issues, and also a good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7062
    • 提供者:池瑞清
  1. DataMan

    0下载:
  2. 共享内存的源代码 ,可以在2003上跨越用户-Shared memory of the source code, you can leap in 2003 on the user
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:17090036
    • 提供者:chen
  1. share(linux)

    1下载:
  2. 这是一个在linux平台上进行内存共享的例子,例子比较短,通俗易懂,是初学者学习的好例子-This is a linux platform to share examples of memory, for example, relatively short, easy to understand, is a good example for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:50800
    • 提供者:leezhihui
  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. shm

    0下载:
  2. 在类unix中可以方便使用的封装后的共享内存操作的接口。-In unix-type can be user-friendly package after the operation of shared memory interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1271
    • 提供者:halllock
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:35121
    • 提供者:ZHANG
  1. 081212WatchRat

    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-06
    • 文件大小:819316
    • 提供者:
  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 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com