搜索资源列表

  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:21036
    • 提供者:张sir
  1. 共享内存

    0下载:
  2. 一个共享内存的程序,根据windows的虚拟内存原理实现-a shared memory of the procedure, according to the windows to achieve virtual memory Principle
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30410
    • 提供者:lyh
  1. 进程间共享内存封装类

    0下载:
  2. 进程间共享内存封装类
  3. 所属分类:进程与线程

    • 发布日期:2010-11-18
    • 文件大小:29012
    • 提供者:casmli
  1. 共享内存数据块

    0下载:
  2. 2个EXE文件共享内存数据块
  3. 所属分类:钩子与API截获

    • 发布日期:2011-04-28
    • 文件大小:345743
    • 提供者:feimd73
  1. 另类禁止重怎么运行

    0下载:
  2. 易语言编写 共享内存判断重复运行 内有代码和例程
  3. 所属分类:Windows编程

    • 发布日期:2012-01-15
    • 文件大小:305194
    • 提供者:555@qqq.com
  1. share_mem

    0下载:
  2. 使用共享内存在Client/Server间通讯-The example of using sharing memory to communication between Client and Server
  3. 所属分类:系统编程

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

    0下载:
  2. 使用共享内存通讯的程序例子-the demo of communication using shared memory
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:站长
  1. c_share_memory_demo

    0下载:
  2. 共享内存的例子-Examples of shared memory
  3. 所属分类:源码下载

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:贾兴明
  1. 桌面

    0下载:
  2. 改进的哲学家问题,用信号和共享内存实现- The improvement philosopher question, realizes with the signal and the sharing memory
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:张梦烨
  1. test_m

    0下载:
  2. 入门程序,用于测试共享内存的基本编程, 可以学习共享内存的代码实现-entry procedures for testing the basic shared-memory programming, we can learn from the shared memory implementation of the code
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 有关共享内存的类源代码-the shared memory of the source category
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:和恶毒发
  1. reply_1_612955

    0下载:
  2. 有关共享内存,生成dll函数库-the shared memory, generate dll libraries
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:和恶毒发
  1. shared-memory

    0下载:
  2. unxi下共享内存的使用,提高系统效率-unxi under the use of shared memory, increase system efficiency
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:1311744
    • 提供者:周杰
  1. xxjyjy2

    0下载:
  2. linux下共享内存机制的实现2 客户端-under the shared memory mechanism to achieve two client
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:小型机
  1. zzz_file

    0下载:
  2. cursor屏幕编程-显示共享内存中的信息-cursor screen programming-shows shared memory of the information
  3. 所属分类:其他小程序

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

    0下载:
  2. 在Linux测试共享共享内存消息-testing Linux in shared memory sharing information
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:赖赖赖
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the
  3. 所属分类:驱动编程

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:张sir
  1. 进程通信vc

    0下载:
  2. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3795968
    • 提供者:比零
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ens
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-14
    • 文件大小:605184
    • 提供者:杨政
  1. smPartition

    0下载:
  2. VxWorks下共享内存快应用程序源代码,用于快速内存访问.-the source code of share memory under vxworks used to fast access memory .
  3. 所属分类:VxWorks

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

源码中国 www.ymcn.org