zoukankan      html  css  js  c++  java
  • 硬盘容量的计算方法

    Decimal term Abbreviation value Binary term Abbreviation value %Larger
    Kilobyte KB

    103

    Kibibyte KiB 210 2%
      megabyte MB 106 mebibyte MiB 220 5%
    gigabyte GB 109 gibibyte Gib 230 7%
    terabyte  TB 1012 tebibyte TiB 240 10%
    petabyte PB 1015 Pebitbyte Pib 250 13%
    exabyte EB 1018 exbibyte   EiB 260 15%
    zettabyte ZB 1021 Zebibyte  ZiB 270 18%
    yottabyte YB 1024 yobubyte YiB 280 21%

    Figure 1.1 The 2x  vs.10ambiguity was resolved by adding a binary notation for all the common size terms. 

    ambiguity /æmbigj'u:ti/(ambiguities)
    [N-var] If you say that there is ambiguity in something,
    you mean that it is unclear or confusing, or it can be understood
    in more than one way.
    There is considerable ambiguity about what this party of the agreement
    actually means.

    There is considerable ambiguity about what this part of the agreement actually means. 

    In last common, we note how much larger the binary term is than its corresponding decimal term, which is compounded as we head down the chart. 

    compounded // [adj]  v-link adj of n   If something is compounded of different things, it is mixture of those things.(Formal)

    These prefixes works 

    for bits as well as bytes, so gigabit(Gb) is 109 bits while gibibits(Gib) is 230 bits. 

    prefix /pri:fiks/ (prefixes)

    1. A prefix is a letter or group of letters, for example '-un' or 'multi-' which is added to the be begining of a word in order to form a different word. For example, the prefix 'un' is added to 'happy'to form 'unhappy'.

    2.[N-count] A prefix is one or more numbers or letters added to the beginning of a code number to indicate,  for example, what area something belongs to                                                                                                                         

    To telephone from the US use the prefix 01133 before the numbers given here...

    The most beautiful thing we can experience is the mysterious. It is the source of all true art and science. Albert Einstein, What I Believe, 1930!
  • 相关阅读:
    Java的synchronized的同步代码块和同步方法的区别
    关于java字节码框架ASM的学习
    说说cglib动态代理
    Java虚拟机-JVM各种参数配置大全详细
    Permanent Space 和 Heap Space
    OOM三种情况
    Java性能调优(一):调优的流程和程序性能分析
    数学之路-python计算实战(17)-机器视觉-滤波去噪(中值滤波)
    使用 Pascal 脚本编写网页, PWP 项目
    android 4.0主线程訪问网络问题
  • 原文地址:https://www.cnblogs.com/666638zhangqiang/p/4809971.html
Copyright © 2011-2022 走看看