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

搜索资源列表

  1. ECOM

    0下载:
  2. 这是单板上DPRAM的驱动程序,开发环境是vxworks,是bsp的一部分。如果单板上有DPRAM内存,在启动的时候,加载操作系统之前,需要对硬件进行初始化。后续的内存操作也都是通过此驱动进行的。BSP开发人员只需要修改相关的宏就可以运行。当然,首先必须读懂源代码。此代码是我开发的一块单板的BSP的一部分,经过严格测试。因为是我开发的,且用于实验室中的单板,并非商用产品中的模块,所以不存在版权问题,与大家共享。-This is the single board DPRAM of the driv
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:454467
    • 提供者:丁力
  1. WriteCommonMemory

    0下载:
  2. 在WinCE环境下,不同的AP可能需要共享数据,信息,该例子就是几个不同的AP来读写同一块内存的例子.-in WinCE environment, the different AP may need to share data, information, The example is the AP several different to read and write with a memory examples.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:144085
    • 提供者:drinker
  1. m82xxDpramLib

    0下载:
  2. vxWorks下的DPRAM内存管理代码,共享源代码。专用于DPRAM的驱动分配管理,编译时在 -vxWorks the DPRAM memory management code, the source code sharing. DPRAM dedicated to the distribution and management of the driver, when the compiler
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:2869
    • 提供者:
  1. XTalk

    0下载:
  2. 本程序演示了使用事件、互斥体、和内存共享的内存映射块,以在其自身的不同副本之间通信。-demonstration of the procedure used, contradict body, and memory sharing memory mapping block, to in their own copies of communications between different.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:18372
    • 提供者:韩旭
  1. memorryshare

    0下载:
  2. VXworks下的内存共享程序,比较基本的,容易扩充和理解-VXworks shared memory under the program, more basic, easy to expand and understand the
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:吴家文
  1. LINUXDRIVERDESIGN

    0下载:
  2. 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:586150
    • 提供者:zhang
  1. BOOT_CCS

    0下载:
  2. 在CCS下固化程序 1、该BOOT文件夹包含两个BOOT程序:DEC5502_FLASHBOOT和DEC5502_IICEEPROMBOOT,他们分别实现程序的FLASH引导和IIC模式的EEPROM引导。 2、每一个BOOT程序里面包含了一个名为DEC5502_BOOTTEST的被BOOT程序,该被BOOT程序通过设置TMS320VC5502的定时器和中断来控制指示灯D5的开关。当系统BOOT成功后,系统执行该被BOOT程序的功能,此时会出现D5闪烁的现象。若BOOT失败,指示灯D5会
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:367053
    • 提供者:彭时林
  1. Stm32_ucos_4

    1下载:
  2. 该程序使用消息邮箱,在内存空间开辟了一片区域,供4个任务共享读写。1个任务在写内存时,其它任务不能读写。多个任务可以同时读该内存区域数据。-This program uses the message mailboxes, the memory space to open up a regional, shared reading and writing for the four tasks. A task to write the memory and other tasks can not r
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:285501
    • 提供者:张扬
  1. ShareMemory

    0下载:
  2. 进程间通信时使用的共享内存的类,包含创建,读取,写入操作,可以很方便的使用来控制进程间通信。-To easily deal with the communication of different processes, the ShareMemory class can be used to creat,write and read the ShareMemory,and the operations are atomic.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:atjrkeab
  1. memshare

    0下载:
  2. QT共享内存程序,亲自调试成功通过,实现点击按钮选择任意文件中的图片进行显示以及内存的共享-QT shared memory program, personally commissioning successfully achieve the click of a button to any file picture display and shared memory
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:324683
    • 提供者: 王小姐
  1. shmread_sem_init

    0下载:
  2. 使用sem_init对共享内存的操作,使得比sem_open更加方便-Use sem_init operations on shared memory, making it more convenient than sem_open
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:喻小平
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. dx_app

    0下载:
  2. 教学实验程序相关,是用来进程通信,内存共享原子操作等-e teaching experiment program is related to the process of communication, memory sharing atomic operation, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:71706
    • 提供者:王晓磊
  1. ShareMemory

    0下载:
  2. 进程间通信时使用的共享内存的类,包含创建,读取,写入操作,可以很方便的使用来控制进程间通信。-To easily deal with the communication of different processes, the ShareMemory class can be used to creat,write and read the ShareMemory,and the operations are atomic.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1739
    • 提供者:tb4213410xixio
  1. shared_memory_gpu

    0下载:
  2. 利用cuda进行gpu的编程,可以在NVIDIA geforce 8800以上显卡上执行。利用了它的共享内存。比在cpu上执行快的多。-Carried out using cuda GPU programming, NVIDIA geforce 8800 can run more than graphics. Use of its shared memory. Than in the cpu to run faster and more.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:zhia429739
  1. SharedMem

    0下载:
  2. 多核图像灰度转换的程序,本程序主要做了以下几个任务: (1)核0创建共享内存,将数据写入内存,然后通过Notify将内存地址发送给从核。 (2)从核(1至7核)接收核0的通知,打开内存地址,读取数据。-Multi core image grayscale conversion procedures, the procedures are mainly done the following tasks: (1) the kernel 0 creates the shared memor
  3. 所属分类:DSP program

    • 发布日期:2017-05-04
    • 文件大小:125319
    • 提供者:qinbo
  1. 基于Linux的进程管理程序

    1下载:
  2. 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。
  3. 所属分类:嵌入式Linux

« 1 2»
搜珍网 www.dssz.com