<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
    <anon>開発</anon>
    <anon>開発-C/C++</anon>
  </categories>
  <description>(2011/12/24 追記) 旧ブログから記事を移行しています。 一応、パック10進数のような配列（下4ビットが1符号ビット）を作るのには成功しました。しかし、本当にこんな作り方でよいのか不安でなりませんが･･･ //パック10進数の作り方 for ( i = 15; i &gt; 0;i--){ buf[n] = ( (org &lt;&lt; 4) &gt;&gt; i) &amp; 0x0001; n++ ; } buf[12] = 1; buf[13] = 1; buf[14] = 0; buf[15] = 0; orgはファイルより抜き出してきた1文字の整数 正の値しか扱わないので正の符号&quot;1100&quot;を入力してます</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F2004%2F04%2F15%2F223501&quot; title=&quot;怪しいパック10進数の作り方 - 酢ろぐ！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2004-04-15 22:35:01</published>
  <title>怪しいパック10進数の作り方</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/2004/04/15/223501</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
