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

搜索资源列表

  1. Embedded_CGI_Code

    0下载:
  2. 一个CGI程序,使用共享内存的方式与嵌入式设备进行图片等数据交互。可用作CGI编程参考。编译环境为arm-linux-gcc2.95.3。-A CGI program that uses shared memory approach and embedded devices such as data exchange pictures. CGI programming can be used as reference. Build environment for the arm-linux-gc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12283
    • 提供者:robin
  1. 2008112237829

    0下载:
  2. 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。-The routines and documentation described in detail in the object oriented concept VB6, also demonstrates a relatively high-level shared memory, multithreading, etc. Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:814073
    • 提供者:hxwcool
  1. xsi.tar

    0下载:
  2. 几种常见unix进程间通信的使用,消息队列,信号量,共享内存-Several common unix use inter-process communication, message queues, semaphores, shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11667
    • 提供者:aasdf
  1. ch01_codes

    0下载:
  2. Windows应用程序捆绑核心编程配套光盘第一章程序。内存映射进行共享读写-Windows applications supporting CD-ROM bundled with the core programming chapter program. Read and write shared memory mapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:215674
    • 提供者:沈浪
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. shm

    0下载:
  2. linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1510
    • 提供者:howema
  1. uOttawaDevice

    0下载:
  2. virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:27736
    • 提供者:杜天宇
  1. shm

    0下载:
  2. this will help to know about shared memory segment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:651
    • 提供者:naren
  1. share

    0下载:
  2. 使用内存共享在进程间通信的例子 先运行主控,在查看菜单下点写数据,输入数据1 数据2 运行服务端, 点确定, 得到数据1 数据2 和数据1,2之和-Use of shared memory communication between processes running the first example of the master, in the View menu, point to write data, input data 1 data 2 to run the server, poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3798976
    • 提供者:qiuming
  1. read_shareMemory

    0下载:
  2. 用mfc实现的读取共享内存的简单例子-Read using mfc shared memory to achieve a simple example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:45014
    • 提供者:林林
  1. write_sharememory

    0下载:
  2. 用mfc开发的实现的写入共享内存例子-Achieved with the development of writing mfc shared memory example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:45529
    • 提供者:林林
  1. memshare

    0下载:
  2. 本代码是用户态和内核态通信的一种实现方式。用户态通过与内核态共享内存来访问内核态数据。内核态共享内存的地址通过netlink传递给用户态。-this code is a communication method between user space and kernel space.user space access kernel data through shared memory.the address of shared memory created in kernel space is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11226
    • 提供者:vividonly
  1. Gaussian

    0下载:
  2. Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:80967
    • 提供者:Cata
  1. IPC_via_sharedmemory

    0下载:
  2. 使用共享内存实现进程间通讯的例子,简洁。-inter-process communication example via shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:34342
    • 提供者:gmlars
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:14304
    • 提供者:eagle
  1. test

    0下载:
  2. 生成不同id的函数,在多个进程并发调用这些函数时,生成不重复的id,分别用数据库、文件锁、共享内存的方式实现。-Different id generation function of the process of concurrent calls in a number of these functions, the generation of non-repetition of the id, respectively, the database, file locks, shared mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:李抒昌
  1. IPC

    0下载:
  2. a C program that illustrates inter process communication using shared memory system calls.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:700
    • 提供者:MPLinux
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1202652
    • 提供者:饶学莎
  1. CSharedMemoryDemo

    0下载:
  2. windows shared memory wrapper class & demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12432
    • 提供者:moonRiver
  1. ShareMem

    0下载:
  2. 系统共享内存实现代码,可以充分利用 Windows 的功能来实现不同进程间通讯-Shared memory system code, you can take full advantage of Windows features to achieve communication between different processes
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:15861
    • 提供者:a0xa0
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 30 »
搜珍网 www.dssz.com