<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.yz-learning.com/yzwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Yz-Learning Base Wiki - game-engineer:classes:2021:game-programing-1:first-term:7</title>
        <description></description>
        <link>http://www.yz-learning.com/yzwiki/</link>
        <lastBuildDate>Sat, 04 Apr 2026 09:14:08 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://www.yz-learning.com/yzwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>Yz-Learning Base Wiki</title>
            <link>http://www.yz-learning.com/yzwiki/</link>
        </image>
        <item>
            <title>７月１５日オンライン分</title>
            <link>http://www.yz-learning.com/yzwiki/doku.php?id=game-engineer:classes:2021:game-programing-1:first-term:7:7-15-1&amp;rev=1652325379</link>
            <description>７月１５日オンライン分

ビット演算（ビット操作）

ビット毎の計算、フラグ処理などにつかう。


1 0 1 0 1(2) =&gt; 10進数だと？ ()内は基数
16  4   1    =&gt; 16+4+1=20(10) 


 フラグ（flag）

🏳旗の事、旗の上げ下げで状態を表す
　</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 May 2022 03:16:19 +0000</pubDate>
        </item>
        <item>
            <title>構造体とレコード型</title>
            <link>http://www.yz-learning.com/yzwiki/doku.php?id=game-engineer:classes:2021:game-programing-1:first-term:7:7-19-2&amp;rev=1652325768</link>
            <description>構造体とレコード型

レコード型（データ形式の話）：複数のデータを表としてまとめたもの


                 addbook
　　name   addr    phone          age
   +------+-------+--------------+-----+
   |名前  |住所   |電話          |年齢 | &lt;-データ１個をhuman型で表してみます
   +------+-------+--------------+-----+ 
 0 |山田  |岩手県 |080-1234-5555 | 33  |
   +------+-------+--------------+-----+ 
 1 |田中  |青森県 |080-3124-2222 | 39  |
   +------+-------+--------------+-----+ 
 2 |   -  |   -   |     　-      |  -  |

 3    …  つづく…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 May 2022 03:22:48 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>http://www.yz-learning.com/yzwiki/doku.php?id=game-engineer:classes:2021:game-programing-1:first-term:7:samp&amp;rev=1652325379</link>
            <description>a</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 12 May 2022 03:16:19 +0000</pubDate>
        </item>
    </channel>
</rss>
