E3     50% tolerance (no longer used)
E6     20% tolerance (now seldom used)
E12   10% tolerance
E24     5% tolerance
E48     2% tolerance
E96     1% tolerance
E192   0.5, 0.25, 0.1% and higher tolerances

E6 E12 E24 E48 E96 E192
100 100 100 100 100 100
101
102 102
104
105 105 105
106
107 107
109
110 110 110 110
111
113 113
114
115 115 115
117
118 118
120
120 120 121 121 121
123
124 124
126
127 127 127
129
130 130
132
130 133 133 133
135
137 137
138
140 140 140
142
143 143
145
150 150 150 147 147 147
149
150 150
152
154 154 154
156
158 158
160
160 162 162 162
164
165 165
167
169 169 169
172
174 174
176
180 180 178 178 178
180
182 182
184
187 187 187
189
191 191
193
200 196 196 196
198
200 200
203
205 205 205
208
210 210
213
E6 E12 E24 E48 E96 E192
220 220 220 215 215 215
218
221 221
223
226 226 226
229
232 232
234
240 237 237 237
240
243 243
246
249 249 249
252
255 255
258
270 270 261 261 261
264
267 267
271
274 274 274
277
280 280
284
300 287 287 287
291
294 294
298
301 301 301
305
309 309
312
330 330 330 316 316 316
320
324 324
328
332 332 332
336
340 340
344
360 348 348 348
352
357 357
361
365 365 365
370
374 374
379
390 390 383 383 383
388
392 392
397
402 402 402
407
412 412
417
430 422 422 422
427
432 432
437
442 442 442
448
453 453
459
E6 E12 E24 E48 E96 E192
470 470 470 464 464 464
470
475 475
481
487 487 487
493
499 499
505
510 511 511 511
517
523 523
530
536 536 536
542
549 549
556
560 560 562 562 562
569
576 576
583
590 590 590
597
604 604
612
620 619 619 619
626
634 634
642
649 649 649
657
665 665
673
680 680 680 681 681 681
690
698 698
706
715 715 715
723
732 732
741
750 750 750 750
759
768 768
777
787 787 787
796
806 806
816
820 820 825 825 825
835
845 845
856
866 866 866
876
887 887
898
910 909 909 909
920
931 931
942
953 953 953
965
976 976
988

Standard Series Values in a Decade for Resistances and Capacitances E24 E48 E96的更多相关文章

  1. python pandas ---Series,DataFrame 创建方法,操作运算操作(赋值,sort,get,del,pop,insert,+,-,*,/)

    pandas 是基于 Numpy 构建的含有更高级数据结构和工具的数据分析包 pandas 也是围绕着 Series 和 DataFrame 两个核心数据结构展开的, 导入如下: from panda ...

  2. pandas 的数据结构Series与DataFrame

    pandas中有两个主要的数据结构:Series和DataFrame. [Series] Series是一个一维的类似的数组对象,它包含一个数组数据(任何numpy数据类型)和一个与数组关联的索引. ...

  3. Python数据分析(四)DataFrame, Series, ndarray, list, dict, tuple的相互转换

    转自:https://blog.csdn.net/lambsnow/article/details/78517340 import numpy as np import pandas as pd ## ...

  4. Python数据分析之pandas基本数据结构:Series、DataFrame

    1引言 本文总结Pandas中两种常用的数据类型: (1)Series是一种一维的带标签数组对象. (2)DataFrame,二维,Series容器 2 Series数组 2.1 Series数组构成 ...

  5. Python2.7.6标准库内建函数

        Built-in Functions     abs() divmod() input() open() staticmethod() all() enumerate() int() ord( ...

  6. Python中的内置函数

    2.1 Built-in Functions The Python interpreter has a number of functions built into it that are alway ...

  7. Pdf File Writer 中文应用(PDF文件编写器C#类库)

    该文由小居工作室(QQ:2482052910)    翻译并提供解答支持,原文地址:Pdf File Writer 中文应用(PDF文件编写器C#类库):http://www.cnblogs.com/ ...

  8. 教程:SpagoBI开源商业智能之XML Template 图表模板

    SpagoBI offers a variety of widgets' examples realized with the Highcharts library, that can be divi ...

  9. 时间序列预测——深度好文,ARIMA是最难用的(数据预处理过程不适合工业应用),线性回归模型简单适用,预测趋势很不错,xgboost的话,不太适合趋势预测,如果数据平稳也可以使用。

    补充:https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-15-276 如果用arima的话,还不如使用随机森 ...

随机推荐

  1. S5PV210 PWM定时器

    第一节 S5PV210的PWM定时器S5PV210共有5个32bit的PWM定时器,其中定时器0.1.2.3有PWM功能,定时器4没有输出引脚.PWM定时器使用PCLK_PSYS作为时钟源,相关知识可 ...

  2. 10-关于DOM的事件操作

    一.JavaScript的组成 JavaScript基础分为三个部分: ECMAScript:JavaScript的语法标准.包括变量.表达式.运算符.函数.if语句.for语句等. DOM:文档对象 ...

  3. SQL代码整理

    --SQL代码整理: create database mingzi--创建数据库go--连接符(可省略)create table biao--创建表( lieming1 int not null,-- ...

  4. spring-boot 多线程

    //配置类 package test; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; import ...

  5. python用来生成的包含电话号码的python代码

    # -*- coding:utf-8 -*-#用python生产包含电话号码的代码temp = """arr = %sindex = %stel = ''for i in ...

  6. LeetCode(42):接雨水

    Hard! 题目描述: 给定 n 个非负整数表示每个宽度为 1 的柱子的高度图,计算按此排列的柱子,下雨之后能接多少雨水. 上面是由数组 [0,1,0,2,1,0,1,3,2,1,2,1] 表示的高度 ...

  7. python 全栈开发,Day54(jQuery的属性操作,使用jQuery操作input的value值,jQuery的文档操作)

    昨日内容回顾 jQuery 宗旨:write less do more 就是js的库,它是javascript的基础上封装的一个框架 在前端中,一个js文件就是一个模块 一.用法: 1.引入包 2.入 ...

  8. POJ 2184 Cow Exhibition (带负值的01背包)

    题意:给你N(N<=100)只牛,每只牛有一个智慧值Si和一个活泼值Fi,现在要从中找出一些来,使得这些牛智慧值总和S与活泼值总和F之和最大,且F和S均为正.Si和Fi范围在-1000到1000 ...

  9. [转]notepad++ java编码,输出中文字符时,编译出错

    呆在公司中,最近受开发手机app的几个同事影响,想学android的开发,心血来潮,挡也挡不住,说干就干,直接看教程,发现有很多关于java的语法知识不懂,于是又来学java,学习的过程中难免出现问题 ...

  10. 网络流24题 第三题 - CodeVS1904 洛谷2764 最小路径覆盖问题 有向无环图最小路径覆盖 最大流 二分图匹配 匈牙利算法

    欢迎访问~原文出处——博客园-zhouzhendong 去博客园看该题解 题目传送门 - CodeVS1904 题目传送门 - 洛谷2764 题意概括 给出一个有向无环图,现在请你求一些路径,这些路径 ...