data sheet is applied for CHIP MONOLITHIC CERAMIC CAPACITOR used for General Electronics equipment for your design.
<Notice>
o
Solderability of Tin plating termination chip might be deteriorated when low temperature soldering profile where peak solder temperature is below the Tin
melting point is used. Please confirm the solderability of Tin plating termination chip before use.
o
Use of Sn-Zn based solder will deteriorate reliability of MLCC. Please contact murata factory for the use of Sn-Zn based solder in advance.
• The RoHS compliance means that we judge from EU Directive 2002/95/EC the products do not contain lead, cadmium, mercury, hexavalent
chromium, PBB and PBDE, except exemptions stated in EU Directive 2002/95/EC annex and impurities existing in natural world.
• This statement does not insure the compliance of any of the listed parts with any laws or legal imperatives developed by any EU members
individually with regards to the RoHS Directive.
!
Note:
1. This datasheet is downloaded from the website of Murata Manufacturing co., ltd. Therefore, it’s specifications are subject to change or our
products in it may be discontinued without advance notice. Please check with our sales representatives or product engineers before ordering.
2. This datasheet has only typical specifications because there is no space for detailed specifications. Therefore, please approve our product
specifications or transact the approval sheet for product specifications before ordering.
C++ 属于面向对象的编程语言,OOP的思想不必多说,特别对于复杂的软件工程来说,利用OOP绝对是事半功倍,相对于传统的C来说; 当然用C来写单片机程序无可厚非,已经延续了一个传统,从大学时学的开始到工作岗位,好多人都是一直用C来做,但是既然Keil支持C++编译, 可以用C++来编写你的代码,可以利用高级语言来结构化,清晰化你的程序,为嘛不用呢!哈哈,个人看法!下面进入正题: C+...[详细]