<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>正在戒网&#039;Blog &#187; SRAM</title>
	<atom:link href="http://isfate.com/tag/sram/feed" rel="self" type="application/rss+xml" />
	<link>http://isfate.com</link>
	<description>放了自已,才能高飞!</description>
	<lastBuildDate>Fri, 21 Oct 2011 13:48:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>动态储器和静态存储器的区别</title>
		<link>http://isfate.com/249.html</link>
		<comments>http://isfate.com/249.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:16:16 +0000</pubDate>
		<dc:creator>正在戒网</dc:creator>
				<category><![CDATA[记事本]]></category>
		<category><![CDATA[DRAM]]></category>
		<category><![CDATA[SRAM]]></category>
		<category><![CDATA[动态储器]]></category>
		<category><![CDATA[静态存储器]]></category>

		<guid isPermaLink="false">http://sowait.cn/blog/?p=249</guid>
		<description><![CDATA[SRAM的特点是工作速度快，只要电源不撤除，写入SRAM的信息就不会消失，不需要刷新电路，同时在读出时不破坏原来存放的信息，一经写入可多次读出， 但集成度较低，功耗较大。SRAM一般用来作为计算机中的高速缓冲存储器(Cache)。 DRAM是动态随机存储器(Dynamic Random Access Memory)，它是利用场效应管的栅极对其衬底间的分布电容来保存信息，以存储电荷的多少，即电容端电压的高低来表示“1”和“0”。DRAM每个存储 单元所需的场效应管较少，常见的有4管，3管和单管型DRAM。因此它的集成度较高，功耗也较低，但缺点是保存在DRAM中的信息__场效应管栅极分布电 容里的信息随着电容器的漏电而会逐渐消失，一般信息保存时间为2ms左右。为了保存DRAM中的信息，必须每隔1～2ms对其刷新一次。因此，采用 DRAM的计算机必须配置动态刷新电路，防止信息丢失。DRAM一般用作计算机中的主存储器。]]></description>
		<wfw:commentRss>http://isfate.com/249.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

