搜索结果

找到约 1,190 项符合 RAM-Disk 的查询结果

嵌入式/单片机编程 c51驱动lcd.含字幕滚动

c51驱动lcd.含字幕滚动,初始化中断设置,读取RAM数据发送,地址自加,启动AD转换等
https://www.eeworm.com/dl/647/280607.html
下载: 78
查看: 1082

嵌入式/单片机编程 Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil

Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer: 74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard. Now here the results. Note, that the Bus timing is diff ...
https://www.eeworm.com/dl/647/281636.html
下载: 103
查看: 1036

单片机开发 高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写

高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写,并对其内部的ram进行操作
https://www.eeworm.com/dl/648/281926.html
下载: 133
查看: 1043

数学计算 DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具

DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数 ...
https://www.eeworm.com/dl/641/282861.html
下载: 64
查看: 1054

单片机开发 通过串行口加载HEX程序文件

通过串行口加载HEX程序文件,转换成BIN格式并保存在片外RAM中;加载完毕后蜂鸣器鸣叫,并等待按下K4;K4按下后,跳转到RAM去执行程序。
https://www.eeworm.com/dl/648/283348.html
下载: 72
查看: 1082

单片机开发 Proteus6.7是目前最好的模拟单片机外围器件的工具

Proteus6.7是目前最好的模拟单片机外围器件的工具,真的很不错。可以仿真51系列、AVR,PIC等常用的MCU及其外围电路(如LCD,RAM,ROM,键盘,马达,LED,AD/DA,部分SPI器件,部分IIC器件,...) 其实proteus与multisim比较类似,只不过它可以仿真MCU! ...
https://www.eeworm.com/dl/648/283702.html
下载: 61
查看: 1052

单片机开发 这是调用max7219汇编程序(Nm7219.ASM )的C51程序, */ /* 文件名CALL7219.c。 */ /* 功能:本程序主要是将显示缓冲区的8位数在LED上显示出来

这是调用max7219汇编程序(Nm7219.ASM )的C51程序, */ /* 文件名CALL7219.c。 */ /* 功能:本程序主要是将显示缓冲区的8位数在LED上显示出来, */ /* 显示缓冲区为单片机的RAM区的40H,41HH,...47H连续的8个字节 *
https://www.eeworm.com/dl/648/284380.html
下载: 104
查看: 1127

单片机开发 这是调用DS1302汇编程序(EDSINT3.ASM和ESS1302F.ASM)的C51程序, */ /* 文件名CALLds07.c */ /* 功能: 运行此程序,可将时钟日历(7 bytes

这是调用DS1302汇编程序(EDSINT3.ASM和ESS1302F.ASM)的C51程序, */ /* 文件名CALLds07.c */ /* 功能: 运行此程序,可将时钟日历(7 bytes) 和RAM(31 bytes)读出并将*/ /* 新的时钟日历和RAM值置入。本程序只可从RAM读出16个字节或写入 */ /* 16个字节
https://www.eeworm.com/dl/648/284382.html
下载: 134
查看: 1046

单片机开发 在AVR上实现jpeg的解码

在AVR上实现jpeg的解码,不过AVR的RAM不够,要外扩。在128上使用没出过问题
https://www.eeworm.com/dl/648/286975.html
下载: 82
查看: 1066

单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro

This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The r ...
https://www.eeworm.com/dl/648/287775.html
下载: 34
查看: 1050