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

搜索资源列表

  1. CreateShareMemory

    0下载:
  2. 此程序功能为开辟共享内存,服务器负责开辟一块共享内存,程序中包含一个读客户端和一个写客户端,并设置了信号量控制访问-This program will function as open shared memory, the server is responsible for opening up a shared memory, the program contains a read and a write client client, and set up a semaphore to con
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-10-31
    • 文件大小:12185066
    • 提供者:刘源
  1. shmFwCtrl

    0下载:
  2. shared memory firmware control.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:11936
    • 提供者:kapangdin
  1. SDL_x11image

    0下载:
  2. Shared memory error handler routine.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:3760
    • 提供者:gofejin
  1. shmUtils

    0下载:
  2. shared memory bus access utilities.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:2411
    • 提供者:yiedentie
  1. shmBus

    0下载:
  2. shared memory bus access component API.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:5723
    • 提供者:bantinqer
  1. guandaoyuxinhao

    0下载:
  2. 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:22450
    • 提供者:cqj
  1. multitask

    0下载:
  2. Vxworks简单的多任务 任务1和任务2共享内存 任务3打印共享的变量-Vxworks simple multi-task Task 1 and Task 2 Task 3 Print Sharing shared memory variables
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:45467
    • 提供者:vidon
  1. program

    0下载:
  2. 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。   (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理;   (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
  3. 所属分类:Driver develop

    • 发布日期:2017-12-10
    • 文件大小:11139
    • 提供者:张格日乐
  1. linux_system_pro

    0下载:
  2. Linux系统编程项目--销售信息系统 【目的】 掌握共享内存的封装使用 掌握串口编程 掌握数据报文的解码 掌握多线程/多进程编程-Linux System Programming Project- Sales Information System [Objective] To grasp the shared memory programming package uses master serial data message to master to master mult
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-18
    • 文件大小:1565047
    • 提供者:lihanwei
  1. vc_dll

    0下载:
  2. 共享内存实现进程通信的例子,包含服务器与客户端的源代码,VS2010 C++ GCC C++ 正常编译-Shared memory communication process examples, including server and client source code, VS2010 C++ GCC C++ normal compiler
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:328080
    • 提供者:plafun2009
  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. Sort

    0下载:
  2. 使用内存共享模型,将主机端数据,分散到各GPU进行排序,然后将各并行结果返回,统一处理。附有C++AMP官方说明模型文档。-Using shared memory model, the host-side data, distributed to each GPU to sort, and then returns the results of the parallel, unified handling. With C++AMP official descr iption model docu
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:180815
    • 提供者:ltx
  1. SharedMemory

    0下载:
  2. 使用共享内存块的方式在进程间共享内存的例子-Using shared memory block to the shared memory between processes examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:hahale
  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. sys_info_freebsd

    0下载:
  2. Sys Info :Max Shared Memory Size Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2135
    • 提供者:doqopi
  1. CShareMemory

    0下载:
  2. 本人自己封装的共享内存类,可以拿来直接使用,代码注释详细,使用说明也很详细。-I own package shared memory class that can be used directly, detailed source notes, instructions for use and very detailed.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:叶星辰
  1. shared_memory_posix

    0下载:
  2. Paranoia. Semaphores and shared memory segments should live in different namespaces, but who knows what s out there for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2966
    • 提供者:fofuezing
  1. shared_memory_unittest

    0下载:
  2. Each thread will open the shared memory for Linux Source Code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2974
    • 提供者:wuimaka
  1. shared_memory_win

    0下载:
  2. Shared Memory Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1411
    • 提供者:fiejengvun
  1. qpixmap_x11

    0下载:
  2. Uncomment the next line to enable the MIT Shared Memory extension for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16545
    • 提供者:siuwalei
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 32 »
搜珍网 www.dssz.com