<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Converting Floating-Point Numbers to Binary Strings in C</title>
	<atom:link href="http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/</link>
	<description>Binary Numbers, Binary Code, and Binary Logic</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:40:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rick Regan</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4365</link>
		<dc:creator>Rick Regan</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4365</guid>
		<description>ikilobo,

This doesn&#039;t seem to have anything to do with converting floating-point numbers to binary strings (and I can&#039;t say I understand the question anyhow). Sorry.</description>
		<content:encoded><![CDATA[<p>ikilobo,</p>
<p>This doesn&#8217;t seem to have anything to do with converting floating-point numbers to binary strings (and I can&#8217;t say I understand the question anyhow). Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikilobo</title>
		<link>http://www.exploringbinary.com/converting-floating-point-numbers-to-binary-strings-in-c/comment-page-1/#comment-4363</link>
		<dc:creator>ikilobo</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploringbinary.com/?p=234#comment-4363</guid>
		<description>i want to generate randomly n bits number that divide into W word, where W=m/n
and then i want operate it by  adding/xor, multiplying, the process that i mean look below:

input m, n1, n2; m=4, n1=12, n2=9;
assumed: n1&gt;=n2;

n1=12
A[]=[[1001],[0011],[1010]]
n2=9
B[]=[[0001],[0011],[1010]]
three ZERO digit MSB in B[] automatic generate..

so the calculate follow the rule:
A[]=[[1001],[0011],[1010]]
B[]=[[0001],[1010],[0010]]
_______________________xor
C[]=[[1000],[1001],[1000]]

xor per block, how can i implementing it in C, where n1 and n2 up to 100 bit or more?</description>
		<content:encoded><![CDATA[<p>i want to generate randomly n bits number that divide into W word, where W=m/n<br />
and then i want operate it by  adding/xor, multiplying, the process that i mean look below:</p>
<p>input m, n1, n2; m=4, n1=12, n2=9;<br />
assumed: n1&gt;=n2;</p>
<p>n1=12<br />
A[]=[[1001],[0011],[1010]]<br />
n2=9<br />
B[]=[[0001],[0011],[1010]]<br />
three ZERO digit MSB in B[] automatic generate..</p>
<p>so the calculate follow the rule:<br />
A[]=[[1001],[0011],[1010]]<br />
B[]=[[0001],[1010],[0010]]<br />
_______________________xor<br />
C[]=[[1000],[1001],[1000]]</p>
<p>xor per block, how can i implementing it in C, where n1 and n2 up to 100 bit or more?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
