搜索结果
找到约 549 项符合
Memory-constrained 的查询结果
嵌入式/单片机编程 ALTERA NIOS处理器实验
ALTERA NIOS处理器实验,QUARTUS下用VHDL编译成处理器。实现memory存储。
单片机开发 1IC网友 做的硬盘MP3资料公开 该播放器使用了美国atmel公司出品的mp3播放器专用芯片at89c51snd1c. 本芯片特性如下: 1)MCS51内核
1IC网友 做的硬盘MP3资料公开
该播放器使用了美国atmel公司出品的mp3播放器专用芯片at89c51snd1c.
本芯片特性如下:
1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台;
2)MPEG I/II-Layer 3 hardware decoder
.独立MP3 Decoder
.支持48,44.1,32,24,22.05,16khz取样频率
.支持软件 ...
单片机开发 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose
This directory contains the memtest 8051 firmware
for the Anchor Chips EZ-USB chip.
The purpose of this software is to test the different
memory segments in the Ez-Usb chip.
This example will output the string "good" on the 7 segment
LED if the mem test passes, or it will output the first addres ...
人工智能/神经网络 经典的hopfield神经网络的源程序
经典的hopfield神经网络的源程序,With with application in Ap:Autoassociative Memory Associative Recall of Images
编译器/解释器 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗
个人收藏的14篇有关KEIL C51语言编程的使用要点。
目录:
C51变量或数据类型
C51 怎样将1个子程序段定位在1个固定的地址位置
C51存储模式
C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问
DOS界面的KEIL C编译器的使用方法(^_^)
keil51开发系统概述
Keil C51函数(不仅仅是函数,呵呵)
Keil C5 ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
其他嵌入式/单片机内容 AT29C040
AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。
人工智能/神经网络 fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memo
fastDNAml is an attempt to solve the same problem as DNAML, but to do so
faster and using less memory, so that larger trees and/or more bootstrap
replicates become tractable. Much of fastDNAml is merely a recoding of the
PHYLIP 3.3 DNAML program from PASCAL to C.