F-RAM
铁电随机存储器(F-RAM),相对于其它类型的半导体技术而言,铁电随机存储器(F-RAM)具有一些独一无二的特性。已经确定的半导体存储器可以分为两类:易失性和非易失性。易失性存储器包括静态随机存取存储器(SRAM)和动态随机存取存储器(DRAM)以及其他类型存储器。RAM类型存储器易于使用,高性能,...
F-RAM 热门资料
查看全部 500 份 →共享RAM方式的多单片机系统
本文论述和介绍了多单片机系统的构成原理及技术方法,分析了各种信息交换方法的优缺点及应用特点.主要介绍了共享RAM信息交换技术.通过实例介绍了单片机共享RAM方式的多单片机系统的设计方法.
共享RAM方式的多单片机系统
本文论述和介绍了多单片机系统的构成原理及技术方法,分析了各种信息交换方法的优缺点及应用特点.主要介绍了共享RAM信息交换技术.通过实例介绍了单片机共享RAM方式的多单片机系统的设计方法.
数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */
数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */
MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is f
MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is free software you can...
AccelDSP Synthesis Tool Floating-Point to Fixed-Point Conversion of MATLAB Algorithms Targeting F
AccelDSP Synthesis Tool Floating-Point to Fixed-Point Conversion of MATLAB Algorithms Targeting FPGAs
We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder f
We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder from observations by ...
解非线性方程f(x)=0的牛顿(Newton) 法
解非线性方程f(x)=0的牛顿(Newton) 法,就是将非线性方程线性化的一种方法。它是解代数方程和超越方程的有效方法之 一。