搜索资源列表

  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:935936
    • 提供者:jiaomingliang
  1. SharedMemIpc_demo

    0下载:
  2. 共享内存的源代码,很有意思的,欢迎大家下载使用,谢谢大家-shared memory of source code, the very interesting and you are welcome to download, thank you
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:饭盒
  1. 2007HP-MemShare

    0下载:
  2. HP共享内存实现,只要将sql语句配置好,装载共享内存即可-HP Shared Memory realize, as long as the sql statement will be configured, shared memory can be loaded
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:39936
    • 提供者:wang
  1. WinCEsharememory

    0下载:
  2. wince系统进程之间共享内存。。 。,-wince system shared memory between processes. . . ,
  3. 所属分类:Windows CE

    • 发布日期:2024-05-16
    • 文件大小:35840
    • 提供者:雪之寒
  1. sam_sp_22

    0下载:
  2. 本程序实现了共享内存封装类,有不足之处请多指教
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:25600
    • 提供者:高修成
  1. ComServer

    0下载:
  2. 基于共享内存写的通用控件,可以解决不同系统之间的通讯-Based on the shared memory to write the general controls, can solve the communication between different systems
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:75776
    • 提供者:雷天兆
  1. sharememory

    0下载:
  2. 建立共享内存,定义了变电站中数据结构,成功编译生成*.dll文件
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:2167808
    • 提供者:
  1. course-correspond

    0下载:
  2. 在Visual C++6.0下利用共享内存、消息实现内部进程通信-In the Visual C++ 6.0 use shared memory, message realize internal process communication
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:215040
    • 提供者:苏晨
  1. share_memory

    0下载:
  2. Linux网络编程。通过建立共享内存,并往里写,往外读数据。-Linux Network Programming. Through the establishment of shared memory, and inside write and read data out.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:古月
  1. delphi_shm

    0下载:
  2. delphi shm 共享内存的用法和详细说明。-delphi shm shared memory is used and a detailed descr iption.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:cchcb
  1. ShareMem

    0下载:
  2. 进程之间使用共享内存通讯和传输数据IPCClient客户端IPCServer服务器-Process between the use of shared memory communication and transmission of data IPCClient client server IPCServer
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:311296
    • 提供者:AizCN
  1. rcomm

    0下载:
  2. 用共享内存实现进程间通讯的源代码。 这是一个机器人项目里的一部分代码。-Realize the process of using shared memory communication among the source code. This is a part of robot program code.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:154624
    • 提供者:韦清
  1. memcached-1.2.2.tar

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

    • 发布日期:2024-05-16
    • 文件大小:165888
    • 提供者:dipeng
  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-16
    • 文件大小:6144
    • 提供者:liyali
  1. share-consumer

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

    • 发布日期:2024-05-16
    • 文件大小: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-16
    • 文件大小:1024
    • 提供者:钟伟
  1. MsgTest

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

    • 发布日期:2024-05-16
    • 文件大小: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-16
    • 文件大小:2048
    • 提供者:qiugang
  1. shm

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

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

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

    • 发布日期:2024-05-16
    • 文件大小:135168
    • 提供者:lukaizhi
« 1 2 3 4 56 7 8 9 10 ... 44 »

源码中国 www.ymcn.org