<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:code:arch</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Sat, 30 May 2026 15:55:45 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>001.2進数の固定小数点表記</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/code-001</link>
            <description>001.2進数の固定小数点表記

2025/02/01

コード、Pythonにしようと言われたのでシンプルなコードに置換えました。

2017/05/02

ツイッターTLで2進数と10進数の錯誤をさせる、ありがちなひっかけのツイートを見たのでなんとなく作る。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:16:10 +0000</pubDate>
        </item>
        <item>
            <title>101.BASE64</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/code-002</link>
            <description>101.BASE64

2017/05/05

自分用メモ

概要

データを6ビット毎に分割し、その値に対応する文字に変換するエンコード。

RFC4648( &lt;https://tools.ietf.org/html/rfc4648&gt; )で定義されている。

例えば文字列“hgotoh.jp”は“aGdvdG9oLmpw”にエンコードされる。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:27:36 +0000</pubDate>
        </item>
        <item>
            <title>100.IPv4プライベートアドレス</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/code-012</link>
            <description>100.IPv4プライベートアドレス

2017/05/05

IPv4プライベートネットワークアドレス自分用のメモ。
 ブロック/クラス   アドレス範囲                      サブネットマスク                     備考</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:27:13 +0000</pubDate>
        </item>
        <item>
            <title>002.ゾーン形式、パック形式</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/other-050</link>
            <description>002.ゾーン形式、パック形式

2024-10-10
ホストのファイル処理でLOW-VALUE,HIGH-VALUEの話が出て混乱する人が出てたので、自分用にもメモを作る

概要

ゾーン形式(Zone),パックドデシマル形式(Packed Decimal)をざっくりいうと</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:16:11 +0000</pubDate>
        </item>
        <item>
            <title>003.BCD(二進化十進数）</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/other-052</link>
            <description>003.BCD(二進化十進数）

Binary-coded decimal の略。2進数4ビットで10進数の0～9を扱う方式・方法。

BCD

1920年あたりには自然発生していた考え方で、複数のハードウエアメーカーが採用していた。
普及させたのはIBMと言われている。1950年台は十進数の計算機構をもつ計算機が主流だった。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:25:51 +0000</pubDate>
        </item>
        <item>
            <title>002.アーキテクチャ関連</title>
            <link>https://wiki.hgotoh.jp/documents/code/arch/start</link>
            <description>002.アーキテクチャ関連</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:44:52 +0000</pubDate>
        </item>
    </channel>
</rss>
