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

搜索资源列表

  1. dual_RAM.rar

    0下载:
  2. actel fusion startkit FPGA开发板试验例程,可实现2k8的双口ram,实现数据存储,缓冲。包含verilog HDL 语言源码,actel fusion startkit FPGA development board test routines, can be realized 2k8' s dual-port ram, achieving data storage, buffer. Language source code contains the verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:608143
    • 提供者:zhangyujun
  1. uCOS_C51-V3.0

    0下载:
  2. 基于单片机STC89C58利用外部RAM扩展的UCOS源码及简单测试。-Use of external RAM-based microcontroller STC89C58 UCOS extended source and a simple test.
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:275054
    • 提供者:
  1. synth_fft

    0下载:
  2. 甘地大学电子专业Ray Ranjan Varghese设计的FPGA实现FFT,采用的是单精度的浮点,采用IEEE745格式的浮点+ROM RAM的方式成功实现FFT,含有设计报告和设计源代码,并有测试文件,真的很不错。 -Gandhi University of Electronic Design Professional Ray Ranjan Varghese FPGA realization of FFT, using a single precision floating-point,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:418973
    • 提供者:何渊泽
  1. eZdspF28335

    0下载:
  2. dsp 28335 源程序代码,用来测试RAM模式和flash模式 DSP-the program is used to test the RAM model and Flash model for dsp 28335 from TI
  3. 所属分类:DSP program

    • 发布日期:2017-05-11
    • 文件大小:2790152
    • 提供者:lilienthal
  1. LSD-TEST430F5438-01_V1.1StudyBoardInstructor

    1下载:
  2. 利尔达MSP430F5438学习板的中文资料,包含硬件链接,以及IO、UCS、FLASH、WDT、TimeA、TimeB、DMA、硬件乘法器、RTC、RAM、ADC12、UART、SPI、I2C、CRC等各种操作的试验代码。-利尔达board MSP430F5438 learning Chinese data, including hardware, links, and IO, UCS, FLASH, WDT, TimeA, TimeB, DMA, hardware multiplier, R
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:2550838
    • 提供者:梅伟锋
  1. cpu

    0下载:
  2. vhdl编的cpu,自己的课程验收实验,微指令实现,流程详细。存储,加减基本运算均有,乘法使用位移相加法得到。其中excel有微程序控制信号的编码,储存ram编写,控制器rom编写等-vhdl code of cpu, its acceptance test program, microcode implementation process in detail. Storage, addition and subtraction are the basic operations, multipl
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:2267396
    • 提供者:林云龙
  1. LPC1768-Xplorer

    0下载:
  2. LPC1768-Xplorer is a CORTEX-M3 based stamp board for NGX’s mbed-Xpresso Baseboard. The LPC1768 microcontroller has 512KB of internal flash and 64KB RAM. Ethernet MAC, USB Device/Host/OTG interface, 8-channel general purpose DMA controller, 4 UARTs, 2
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2012-11-13
    • 文件大小:1195328
    • 提供者:vinaypatil
  1. flash

    0下载:
  2. flash,ram,sdram读写程序和测试代码-flash, ram, sdram read and write procedures and test code
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4569
    • 提供者:panxf
  1. ram_old

    0下载:
  2. 用来测试cpu的ram代码 其中包括几十条指令 cpu的vhdl也在本站有下-Cpu the ram used to test the code, including dozens of VHDL cpu instructions also have a website under the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1163
    • 提供者:闵瑞鑫
  1. WindrvForRam

    0下载:
  2. windriver 编写的Ram驱动,但只限于测试使用-WinDriver prepared Ram drive, but only to test the use of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:77922
    • 提供者:nm
  1. ex1_RAMTest

    0下载:
  2. (1)测试外部数据RAM: 根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。 硬件仿真模式下,将目标板上电。 第一种方法:采用用程序测试实验 程序所在目录ex1_RAMTest。 该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0x8000开始写并且读数据0x5555 。如果正常则写读下一个地址,直到 。如果正常则所有的地址操作完毕后,核心板
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:30174
    • 提供者:To_oo
  1. sramfiles

    0下载:
  2. interface on virtex test ram
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:8419
    • 提供者:nguyen hung
  1. FFT

    1下载:
  2.   // 函数名: 快速傅立叶变换   // 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。   // 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -//Function name: Fast Fourier Transform// This function tests OK, you can TC2.0, VC++6.0, Keil C51 test.// If you MCS51 system has eno
  3. 所属分类:SCM

    • 发布日期:2015-10-24
    • 文件大小:1473
    • 提供者:刘玉才
  1. Nqueenproblem

    0下载:
  2. 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:1090
    • 提供者:spencer
  1. ourdev_478944

    2下载:
  2. PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
  3. 所属分类:其他小程序

    • 发布日期:2013-09-04
    • 文件大小:627787
    • 提供者:ztx
  1. CCNA8

    0下载:
  2. bootstrap:存储在ROM中的微码(microcode)中,用来在初始化的时候启动router,然后加载IOS   POST:存储在ROM中的微码中,用来检查硬件基本配置是否正常,然后决定哪些接口可用   ROM monitor:存储在ROM中的微码中,作用是测试和排疑等 Mini-IOS:Cisco叫它RXBOOT或bootloader,它是存储在ROM中的,IOS的简化版本,用来把IOS加载到闪存中   RAM(random-access memory):用来保存数据包
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:9803
    • 提供者:rocky
  1. FAT

    0下载:
  2. 占用极小RAM的嵌入式文件系统含超详细注释,可以自己测试-Embedded file system with detailed notes, you can test their own
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:15373
    • 提供者:李霖
  1. two_port_ram

    0下载:
  2. 介绍如何使用ProASIC3/E的Two Port RAM,从例化到下载测试的整个过程。-Describes how to use the ProASIC3/E of Two Port RAM, to download the test from the cases of the whole process.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1627276
    • 提供者:pudn_de8
  1. dect

    0下载:
  2. 对MSP430单片机的RAM,SPI接口,串口,引脚等模块进行测试 -On the MSP430 MCU' s RAM, SPI interface, serial port, pin test modules
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:3095
    • 提供者:孙痊愈
  1. 5402PROGRAM

    0下载:
  2. 包含三个程序 CpuTimer--TIMER0定时器实验 EXRAM--扩展RAM读写实验 led_flash--LED灯闪实验-Contains three procedures CpuTimer- TIMER0 timer test EXRAM- expanded RAM read and write experimental led_flash- LED light flash experiment
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:192708
    • 提供者:yangv
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com