<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>memo.393 &#187; bit</title>
	<atom:link href="http://memo.393.bz/archives/tag/bit/feed" rel="self" type="application/rss+xml" />
	<link>http://memo.393.bz</link>
	<description>個人的メモです。間違いなどありましたらご指摘ください。。。</description>
	<lastBuildDate>Sun, 27 Nov 2011 15:27:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[AS]ビット演算で計算</title>
		<link>http://memo.393.bz/archives/824</link>
		<comments>http://memo.393.bz/archives/824#comments</comments>
		<pubDate>Wed, 25 Nov 2009 01:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://memo.393.bz/?p=824</guid>
		<description><![CDATA[メモ（偉人のTweetより） i = i % 4; の代わりに i = i &#038; 0&#215;03; n = Math.max(n, 255); の代わりに n = (n &#124; (((n &#038; 0xfff [...]]]></description>
			<content:encoded><![CDATA[<p>メモ（偉人のTweetより）</p>
<p>i = i % 4; の代わりに i = i &#038; 0&#215;03;<br />
n = Math.max(n, 255); の代わりに n = (n | (((n &#038; 0xffffff00) + 0x7fffffff) >> 31)) &#038; 0xff;</p>
<p>参考：<br />
<a href="http://twitter.com/beinteractive/status/6006426055">beinteracticve：twitter</a><br />
<a href="http://twitter.com/beinteractive/status/6007073740">beinteracticve：twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://memo.393.bz/archives/824/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

