vhdl程序源代码,包括Combinational Logic Counters Shift Registers Memory State Machines Registers Systems ADC and DAC Arithmetic等
上传时间: 2013-12-26
上传用户:363186
ALTERA NIOS处理器实验,QUARTUS下用VHDL编译成处理器。实现memory存储。
上传时间: 2015-04-24
上传用户:磊子226
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取样频率 .支持软件31阶音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字节片上代码存储空间(100K次擦写寿命) 5)4K字节boot flash memory,USB/UART下载代码 6)集成USB1.1 device部件 7)MMC卡接口 8)IDE/ATAPI接口(HDD/CD-ROM Interface) 9)2通道ADC,8Khz取样
上传时间: 2013-11-28
上传用户:litianchu
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 address where the memtest fails.
标签: directory the contains firmware
上传时间: 2015-05-04
上传用户:zxc23456789
最新的eclispe的tomcat插件,直接解压后用拷贝的方式或者link方式安装都可以。
上传时间: 2013-12-21
上传用户:fanboynet
This a script for working with short TCP files with several source nodes, sharing a single bottleneck link with a RED buffer
标签: with bottlenec working several
上传时间: 2013-12-15
上传用户:Miyuki
This a script for working with short TCP files with several source nodes, sharing a single bottleneck link. It is used to show how with proper choice of CIR, marking decreases losses of vulnerable packets (syns etc).
标签: with bottlenec working several
上传时间: 2015-05-11
上传用户:aa17807091
经典的hopfield神经网络的源程序,With with application in Ap:Autoassociative Memory Associative Recall of Images
上传时间: 2015-05-13
上传用户:silenthink
个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的通用文件 Keil C51指针 程序结构----KEIL C51的Bin、Inc、Lib三个子文件夹介绍 绝对地址访问------C与汇编的接口----- C51软件包中的通用文件----- 段名转换与程序优化 内存区域(Memory Areas)的定义--关键字 一个绝对地址使用的编程例子
上传时间: 2015-05-14
上传用户:yt1993410
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 serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen