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

搜索资源列表

  1. Share Memory

    1下载:
  2. c++ 写的共享内存的实例,进程间通信用,已封装类,方便使用,默认大小根据实际情况自由更改-C++ write the sharing memory examples, inter-process communication, already encapsulation class, ease of use, the default size according to the actual situation of the freedom to change
  3. 所属分类:系统编程

    • 发布日期:2013-04-10
    • 文件大小:49327
    • 提供者:申克
  1. linux_shm_open

    0下载:
  2. linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:7327
    • 提供者:howay
  1. Linusocket

    0下载:
  2. Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:150501
    • 提供者:nihao
  1. msg_ipc

    0下载:
  2. 进程通信的管道,共享内存,消息队列的三种通行模式的举例代码-Examples of process communication pipe, shared memory, message queues three access modes code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:10261
    • 提供者:zxlei
  1. double-pipe

    0下载:
  2. 一个详细的木马管道技术实例。管道技术是重要的木马编程技术。管道(pipe)是一种简单的进程间通信(IPC)机制,实际是一段共享内存,一个进程在向管道写入数据后,另一个进程就可以从管道的另一端将其读取出来.-Instance a detailed Trojans pipeline technology. Pipeline technology is important Trojan programming techniques. Pipes (pipe) is a simple, inter-pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:932
    • 提供者:陈嘉
  1. simple-double-pipe

    0下载:
  2. 一个简单的木马管道技术实例。管道技术是重要的木马编程技术。管道(pipe)是一种简单的进程间通信(IPC)机制,实际是一段共享内存,一个进程在向管道写入数据后,另一个进程就可以从管道的另一端将其读取出来.-A simple the Trojans pipeline technology instance. Pipeline technology is important Trojan programming techniques. Pipes (pipe) is a simple, inter-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:1547
    • 提供者:陈嘉
  1. linux-process-communication

    0下载:
  2. linux进程通信实际中的应用 ,使用共享内存来进行日志存取-The linux process communication actual application, use shared memory to log access
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:4095
    • 提供者:zhang
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:1884
    • 提供者:sj
  1. FileMap

    0下载:
  2. 使用内存映射与共享内存的示例,先启动FILEMAPCLIENT 再启动FILEMAPSERVER-Using the example of the memory-mapped shared memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:90977
    • 提供者:XDCS
  1. 111

    0下载:
  2. 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:150655
    • 提供者:蔡应恒
  1. mmap_chart

    1下载:
  2. 共享内存的方法,实现linux环境下的,进程间通信,聊天程序-no thing
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-07-04
    • 文件大小:12288
    • 提供者:邓建华
  1. sharememory

    0下载:
  2. windows 系统编程 进程之间共享内存资源 不错的源代码- windows system programming Shared memory resources between processes Good source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:75210
    • 提供者:曾志伟
  1. cpu_usage.rar

    0下载:
  2. cpu使用情况统计工具,使用共享内存方式。,The cpu usage statistical tools, the use of shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:6508
    • 提供者:you
  1. win

    1下载:
  2. windows下消费者与生产者共享内存的C语言源代码,操作系统实验课必备-consumers and producers under the windows of the C language source code shared memory, operating systems experiment course prerequisites
  3. 所属分类:Windows Kernel

    • 发布日期:2016-06-12
    • 文件大小:2048
    • 提供者:易伟
  1. sharedFIFO

    0下载:
  2. 信号量+共享内存 一个实现信号量以及共享内存的封装类-semphore and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:11996
    • 提供者:风蓝
  1. ShareMemory

    0下载:
  2. 共享内存,可以很方便实现两个程序之间的数据传递(自带互锁机制)-Shared memory, it can be easy to achieve data transfer between the two programs (comes with an interlock mechanism)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:153474
    • 提供者:liny_lg
  1. test4-4

    0下载:
  2. 信号实验,实现linux下进程之间共享内存的功能-Signal experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:1051
    • 提供者:梁萧
  1. share_memory_chat

    0下载:
  2. 基于共享内存的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对共享内存有更清晰的理解!-A simple shared memory based C/S chat program, through this simple program that allows us to share a clearer understanding of memory!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6402
    • 提供者:yangchaoxu
  1. shmlib

    0下载:
  2. 强大经典的共享内存库.利用循环BUF解决进程之间的视频流传输问题,零拷贝.-Powerful classic shared memory libraries. Use recycled BUF settlement process between the video streaming issues, zero-copy.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:14029
    • 提供者:王碧
  1. SUIDAO

    0下载:
  2. Linux内核分析实验 本实验实现车辆过隧道的模拟,其中最关键的是信号灯实现进程同步以及共享内存的实现。-Linux kernel analysis of the experimental realization of experimental simulation of the vehicle through the tunnel, one of the most critical is the signal to achieve process synchronization and sha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:112694
    • 提供者:wangqiumei
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com