Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
情報量の単位
説明
情報量の大きさは 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