Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
情報量の単位
説明
情報量の大きさは SI に準拠していません。情報量の単位はビット (bit) になっています。
情報量の単位には、SI プレフィックスではなくて IEC プレフィックスを用いています。従って、1024 バイトは kibibyte またはキビバイトのことであり kilobyte もしくはキロバイトのことではありません。
Maple では以下の表にある情報量の単位を使うことができます。
名称 記号 意味 別表記 プレフィックス bit information * bits IEC crumb information * crumbs IEC nibble information * nibbles nybble nybbles IEC byte information * bytes IEC nickle information * nickles IEC word information * words IEC double_word information * double_words IEC gawble information * gawbles IEC block information * blocks IEC bit_per_second bps information * bits_per_second IEC
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、bit[information] または bps[information] などとします。また、標準的な意味で使われている場合には、例えば bit または bps などの、単位名か記号だけを使って調べると良いでしょう。
情報量の単位は以下のように定義されています。
クラムス (crumb) は 2 ビット(bit)を意味する。
ニブル (nibble) は 4 ビットを意味する。
バイト (byte) は 8 ビットを意味する。
nickle は 10 ビットを意味する。
ワード (word) は 16 ビットを意味する。
ダブルワード (double word) は 32 ビットを意味する。
gawble は 48 ビットを意味する。
ブロック (block) は 4096 ビットを意味する。
ビット毎秒 (bit per second) は秒あたりのビット数 (bps) を意味する。
例
convert(byte, dimensions, base=true);
convert(1, units, mebibytes, bits);
参照
convert/dimensions, convert/units, Units, Units/Index, Units/Prefixes
Download Help Document