搜索资源列表

  1. memcached-1.2.2.tar

    0下载:
  2. memcached是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。最初为了加速 LiveJournal 访问速度而开发的,后来被很多大型的网站采用。起初作者编写它可能是为了提高动态网页应用,为了减轻数据库检索的压力,来做的这个缓存系统。它的缓存是一种分布式的,也就是可以允许不同主机上的多个用户同时访问这个缓存系统, 这种方法不仅
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:165888
    • 提供者:dipeng
  1. omap5910_MMU

    0下载:
  2. Omap5910的Dsp和arm内存共享程序。实现双核的内存共享通信机制。-Dsp and arm the Omap5910 memory-sharing programs. The realization of dual-core shared memory communication mechanism.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:491520
    • 提供者:长沙
  1. linux_pc

    0下载:
  2. 操作系统作业:由多进程实现生产者和消费者的同步。由于不是多线程,因此通过共享内存实现。互斥访问通过信号量实现。-Operating system operations: the process by a number of producers and consumers to achieve synchronization. Rather than as a result of multi-threaded, so to achieve
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:liyali
  1. share-consumer

    0下载:
  2. 信号量实现对生产者和消费者的共享内存的控制-Semaphore producers and consumers to achieve the shared memory control
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:一飞
  1. sem_shm_test

    0下载:
  2. 这个代码特点是由System V的IPC对象信号量和共享内存模拟了多进程间的同步手段--P,V操作,验证了进程间的同步互斥问题 -This code is characterized by the System V semaphore object of the IPC and shared memory to simulate the multi-process synchronization between the means-
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:钟伟
  1. Window_memory

    0下载:
  2. Window下使用内存映射文件共享数据的例子 本程序主要是实现windows下内存映射,在visual studio C++ 6.0编译通过 -Window to use memory-mapped file-sharing data, the main examples of this process is to achieve under the memory-mapped windows in visual studio C+
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:73728
    • 提供者:陈书云
  1. ProducerandConsumer

    0下载:
  2. 在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。-In the producer/consumer model, the Producer is responsible for production data producers and consumers Consu
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. MsgTest

    0下载:
  2. 配合维护单元进行消息测试,使用共享内存进行通信-With the maintenance of unit test message, the use of shared memory to communicate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:48128
    • 提供者:gikidy
  1. sharemem

    0下载:
  2. linux/unix共享内存访问包装例子,因考虑在标准C中使用,所以没有封装成类-linux/unix shared memory access packaging examples, due to consider the use of standard C, there is no package into a category
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:qiugang
  1. shm

    0下载:
  2. 共享内存源代码,本人提供共享内存操作的库文件-Shared memory source code, I provide the shared memory operation library file
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:谢凯
  1. ShareMem

    0下载:
  2. ACE的共享内存操作,可以在LINUX和WINDOWS上通用。-ACE
  3. 所属分类:中间件编程

    • 发布日期:2024-05-14
    • 文件大小:135168
    • 提供者:lukaizhi
  1. commons-mmf

    0下载:
  2. java的共享内存管理.基于MMF设计。封装了java.nio.MappedByteBuffer.在大流量实时业务系统时,可以极大的提高处理效率-java shared memory management. MMF-based design. Encapsulates java.nio.MappedByteBuffer. In the large flow of real-time operational system, they ca
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:544768
    • 提供者:youming
  1. SharedMemory

    0下载:
  2. 这是一个共享内存很好的例子,是进程间通信最常用的一种方法,我觉得对大家很有帮助-This is a good example of shared memory, inter-process communication is the most commonly used a method, I think very helpful to everyone
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:chuchu
  1. TestSMDlg

    0下载:
  2. 接SharedMemory.h,进程间通信,内存共享的编程代码,对于软件编程来说,是不错的东西-Then SharedMemory.h, interprocess communications, shared memory programming code, for software programming, it is a good thing
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:chuchu
  1. TestSMDlg

    0下载:
  2. 接SharedMemory.h,进程间通信,共享内存代码,很好的一个例子,希望对大家能有所帮助-Then SharedMemory.h, interprocess communications, shared memory code, an example of good, in the hope that everyone can be helped
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:chuchu
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:best4u
  1. ReadShareMemory

    0下载:
  2. 两个进程之间的通信的代码,一个进程将数据写入共享内存,另外一个进程执行读共享内存的操作,从共享内存中读取数据-Communication between the two processes of the code, a process to write data to shared memory, another process of the implementation of shared memory read operation,
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3595264
    • 提供者:李全玲
  1. linuxInterprocessCommunication

    0下载:
  2. 讲解linux 下进程通信、管道通信、信号、内存共享等编程。-Under linux on the process of communications, pipeline communications, signals, memory sharing program.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:166912
    • 提供者:zwgei
  1. program

    0下载:
  2. 工ARM_LINUX的几个源代码,fork,pipe,fifo,及共享内存的实验源程序-Several workers ARM_LINUX source code, fork, pipe, fifo, and shared memory of the experimental source
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-14
    • 文件大小:71680
    • 提供者:yxh
  1. dllshare

    0下载:
  2. dll共享内存,实现了一块固定内存的共享-dll shared memory to achieve a fixed memory-sharing
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:franson
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »

源码中国 www.ymcn.org