<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>BRoom</title>
<link>https://ameblo.jp/bigbird7529/</link>
<atom:link href="https://rssblog.ameba.jp/bigbird7529/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>プログラミングのメモ帳</description>
<language>ja</language>
<item>
<title>c言語のメモ帳</title>
<description>
<![CDATA[ <p>signed char</p><p>1バイト，-128～127</p><p>&nbsp;</p><p>char</p><p>1バイト，0～255</p><p>&nbsp;</p><p>&nbsp;</p><p>short int</p><p>2バイト，-32768～32767</p><p>&nbsp;</p><p>unsigned short int</p><p>2バイト，0～65535</p><p>&nbsp;</p><p>&nbsp;</p><p>unsigned int</p><p>4バイト，0～4294967295</p><p>&nbsp;</p><p>int</p><p>4バイト，-2147483648～2147483647</p><p>&nbsp;</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/bigbird7529/entry-12752052860.html</link>
<pubDate>Wed, 06 Jul 2022 14:33:34 +0900</pubDate>
</item>
<item>
<title>逆行列（2×2, 3×3）</title>
<description>
<![CDATA[ <p><a href="https://stat.ameba.jp/user_images/20220612/10/bigbird7529/08/c4/p/o0588037815131723483.png"><img alt="" height="270" src="https://stat.ameba.jp/user_images/20220612/10/bigbird7529/08/c4/p/o0588037815131723483.png" width="420"></a></p>
]]>
</description>
<link>https://ameblo.jp/bigbird7529/entry-12747829679.html</link>
<pubDate>Sun, 12 Jun 2022 10:34:27 +0900</pubDate>
</item>
<item>
<title>点Pが三角形の内側にあるのか？外側にあるのか？</title>
<description>
<![CDATA[ <p><a href="https://stat.ameba.jp/user_images/20220611/19/bigbird7529/f7/fd/p/o0786058515131447281.png"><img alt="" height="313" src="https://stat.ameba.jp/user_images/20220611/19/bigbird7529/f7/fd/p/o0786058515131447281.png" width="420"></a></p>
]]>
</description>
<link>https://ameblo.jp/bigbird7529/entry-12747730752.html</link>
<pubDate>Sat, 11 Jun 2022 19:16:15 +0900</pubDate>
</item>
<item>
<title>matlab関数のメモ帳</title>
<description>
<![CDATA[ <p>正の無限大方向への丸め込め</p><p>ceil(x);</p><p>&nbsp;</p><p>負の無限大方向への丸め込め</p><p>floor(x);</p><p>&nbsp;</p><p>ゼロ方法への丸め込め</p><p>fix(x);&nbsp;</p><p>&nbsp;</p><p>近い整数への丸め込め</p><p>round(x);</p><p>&nbsp;</p>
]]>
</description>
<link>https://ameblo.jp/bigbird7529/entry-12747702675.html</link>
<pubDate>Sat, 11 Jun 2022 16:19:58 +0900</pubDate>
</item>
</channel>
</rss>
