<?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>Systom software website</title>
	<atom:link href="http://www.systomsoft.com/ja/feed" rel="self" type="application/rss+xml" />
	<link>http://www.systomsoft.com</link>
	<description>little bit of fun for our meaningful life</description>
	<lastBuildDate>Tue, 02 Mar 2010 18:52:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ループを使わずに配列の順序を逆にする???</title>
		<link>http://www.systomsoft.com/ja/uncategorized/125</link>
		<comments>http://www.systomsoft.com/ja/uncategorized/125#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?p=125</guid>
		<description><![CDATA[プログラマーの力量を見極める&#8211;面接官になったら尋ねるべき質問実例集 &#8211; IT業界を生き抜く秘密10箇条 &#8211; page2 &#8211; ZDNet Japan
プログラマーの力量を見極める&#8211;面接官になったら尋ねるべき質問実例集 &#8211; IT業界を生き抜く秘密10箇条 &#8211; page2 &#8211; ZDNet Japan
ループを使わずに配列の順序を逆にする
正しいか分かりませんが、ちょっとCで書いてみました。ご意見お待ちしています。

//

.sourcecode { display: none }


int main(void) {
	int size = 5;
	int myarray[] = {1,2,3,4,5};
	int newarray[size];
	rev(&#038;myarray[0], &#038;newarray[0], size);
}
void rev(int* oldArray, int* newArray, int num)
{
	int* next= oldArray;
	num&#8211;;
	if (num>1)
	{
		next++;
		rev(next, num);
	}
	*newArray = *oldArray;
	newArray++;
}

]]></description>
			<content:encoded><![CDATA[<p><a href='http://japan.zdnet.com/sp/feature/07tenthings/story/0,3800082984,20409456-2,00.htm' title='プログラマーの力量を見極める--面接官になったら尋ねるべき質問実例集 - IT業界を生き抜く秘密10箇条 - page2 - ZDNet Japan'>プログラマーの力量を見極める&#8211;面接官になったら尋ねるべき質問実例集 &#8211; IT業界を生き抜く秘密10箇条 &#8211; page2 &#8211; ZDNet Japan</a></p>
<blockquote><div class="quotetitle"><a href='http://japan.zdnet.com/sp/feature/07tenthings/story/0,3800082984,20409456-2,00.htm' title='プログラマーの力量を見極める--面接官になったら尋ねるべき質問実例集 - IT業界を生き抜く秘密10箇条 - page2 - ZDNet Japan'>プログラマーの力量を見極める&#8211;面接官になったら尋ねるべき質問実例集 &#8211; IT業界を生き抜く秘密10箇条 &#8211; page2 &#8211; ZDNet Japan</a></div>
<p>ループを使わずに配列の順序を逆にする</p></blockquote>
<p>正しいか分かりませんが、ちょっとCで書いてみました。ご意見お待ちしています。</p>
<p><script type="text/javascript" src="http://blog.livedoor.jp/dankogai/js/sourceviewer.js"></script><br />
<script>//<![CDATA[
var sourceViewer = new SourceViewer();
sourceViewer.boot(sourceViewer, 'sourcecode');
//]]&gt;</script></p>
<style>
.sourcecode { display: none }
</style>
<p><textarea class="sourcecode"><br />
int main(void) {<br />
	int size = 5;<br />
	int myarray[] = {1,2,3,4,5};<br />
	int newarray[size];</p>
<p>	rev(&#038;myarray[0], &#038;newarray[0], size);<br />
}</p>
<p>void rev(int* oldArray, int* newArray, int num)<br />
{<br />
	int* next= oldArray;<br />
	num&#8211;;<br />
	if (num>1)<br />
	{<br />
		next++;<br />
		rev(next, num);<br />
	}</p>
<p>	*newArray = *oldArray;<br />
	newArray++;</p>
<p>}<br />
</textarea></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/uncategorized/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero4Racer &#8211; ゼロヨンレーサー</title>
		<link>http://www.systomsoft.com/ja/software/zero4racer</link>
		<comments>http://www.systomsoft.com/ja/software/zero4racer#comments</comments>
		<pubDate>Fri, 27 Feb 2009 21:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?page_id=25</guid>
		<description><![CDATA[ 
マニュアルシフトの車を華麗にコントロールして、最速タイムをたたき出そう！
Zero4Racer は、日本のゼロヨンレースの醍醐味をiPhone/iPod touch で味わうために作られたゲームです。
Zero4Racerは、実際の車のエンジン、車体、トランスミッション、タイヤなどのデータをサンプリングして、実際の車の動きをシミュレーションしたレースゲームです。他のゲームと違う点は、クラッチ、アクセル、ギアを実際の車のように操作出来るという点です。それによって、操作は少し難しくなりますが、ドライバーの技術によって、タイムを縮めることが出来ます。最初にセットされた１０のハイスコアーを、絶妙のコントロールで抜き去り、No.1 ゼロヨンレーサーを目指しましょう。

Systom Softは、アップデートにも取り組んでいます。
将来のバージョンには以下の機能が取り込まれる予定です。
1. 最速タイム、もしくは各プレイヤーごとのベストタイムをサーキットに表示
2. プレイヤーごとにレースカーを購入し、カスタマイズする機能
3. 半クラッチによって、滑らかに加速する機能
4. レースの結果によってのレベルアップ
5. ネットワーク対戦
&#8230;.

 
Published and distributed by Systom Software.
]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>マニュアルシフトの車を華麗にコントロールして、最速タイムをたたき出そう！</p>
<p>Zero4Racer は、日本のゼロヨンレースの醍醐味をiPhone/iPod touch で味わうために作られたゲームです。</p>
<div>Zero4Racerは、実際の車のエンジン、車体、トランスミッション、タイヤなどのデータをサンプリングして、実際の車の動きをシミュレーションしたレースゲームです。他のゲームと違う点は、クラッチ、アクセル、ギアを実際の車のように操作出来るという点です。それによって、操作は少し難しくなりますが、ドライバーの技術によって、タイムを縮めることが出来ます。最初にセットされた１０のハイスコアーを、絶妙のコントロールで抜き去り、No.1 ゼロヨンレーサーを目指しましょう。</div>
<div>
<p>Systom Softは、アップデートにも取り組んでいます。</p>
<p>将来のバージョンには以下の機能が取り込まれる予定です。</p>
<p>1. 最速タイム、もしくは各プレイヤーごとのベストタイムをサーキットに表示</p>
<p>2. プレイヤーごとにレースカーを購入し、カスタマイズする機能</p>
<p>3. 半クラッチによって、滑らかに加速する機能</p>
<p>4. レースの結果によってのレベルアップ</p>
<p>5. ネットワーク対戦</p>
<p>&#8230;.</p>
</div>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 310px"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305782253&amp;mt=8"><img class="size-medium wp-image-59" title="appstore" src="http://www.systomsoft.com/wp-content/uploads/2009/02/appstore-300x98.png" alt="appstore" width="300" height="98" /></a><p class="wp-caption-text">appstore</p></div>
<p>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/carmodel' title='carmodel'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/carmodel-150x150.jpg" class="attachment-thumbnail" alt="carmodel" title="carmodel" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/appstore' title='appstore'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/appstore-150x150.png" class="attachment-thumbnail" alt="appstore" title="appstore" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/screenshot-20090408-040218' title='screenshot-20090408-040218'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot-20090408-040218-150x150.jpg" class="attachment-thumbnail" alt="" title="screenshot-20090408-040218" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/screenshot-20090408-040245' title='screenshot-20090408-040245'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot-20090408-040245-150x150.jpg" class="attachment-thumbnail" alt="" title="screenshot-20090408-040245" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/screenshot-20090408-041144' title='screenshot-20090408-041144'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot-20090408-041144-150x150.jpg" class="attachment-thumbnail" alt="" title="screenshot-20090408-041144" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/screenshot-20090408-041454' title='screenshot-20090408-041454'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot-20090408-041454-150x150.jpg" class="attachment-thumbnail" alt="" title="screenshot-20090408-041454" /></a>
<a href='http://www.systomsoft.com/software/zero4racer/attachment/screenshot-20090408-041525' title='screenshot-20090408-041525'><img width="150" height="150" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot-20090408-041525-150x150.jpg" class="attachment-thumbnail" alt="" title="screenshot-20090408-041525" /></a>
 </p>
<p>Published and distributed by Systom Software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/zero4racer/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iYaketyYak &#8211; S.M.A.R.T. 英会話</title>
		<link>http://www.systomsoft.com/ja/software/iyaketyyak</link>
		<comments>http://www.systomsoft.com/ja/software/iyaketyyak#comments</comments>
		<pubDate>Sat, 30 May 2009 22:27:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?page_id=116</guid>
		<description><![CDATA[
iYaketyYak
iYaketyYakは、いろいろな言語ゲームが自作出来るように作られたiPhone/iPod Touchアプリです。標準で、英語での一般的な１８４の会話を始める質問が含まれています。
標準で含まれている１８４の質問は９のカテゴリーに分けられています。
Favorites (好み）
Love (恋愛)
Travel (旅行)
Food (食べ物)
Have you ever… (これまで・・・したことありますか？）
What if… (もし・・・だったら)
Life (生活)
Fears (恐れ)
Tell me about.. (・・・について話してください)
そして、タイマーが標準で３０秒に設定されています。
かくカテゴリーの中で、iPhone/iPod Touchをシェイクすると、ランダムに次の質問に映りますし、次へ、戻るボタンで順番に質問を見ていくことも出来ます。
制限時間が近づくと、ちっちっちっちと警告の音が出て、タイマーが終わるとアラームと同時に質問がタイマーでブロックされます。ですからプレイヤーは時間内に質問に答えるためによく考えて発言する必要がある訳です。
このゲームは特に日本人の必要を考えて作られています。質問は、日本で英会話教室を開いていたネイティブの先生によって作られています。特に、日本人は質問に答えるのが苦手なので、このゲームのようにみんなに質問を投げかけて、答える訓練は、生徒の英語力アップに非常に効果があったようです。
ネイティブの先生たちは、このアプリを使って、生徒たちの英語で答える能力を訓練することが出来ます。
また、外国人と話す機会が時々あるけど、なかなか会話を進めるのが難しいという方には、このアプリの質問を使って、素早く質問に答える訓練をすることが出来ます。辞書を使って、自分の関心のあることや、好きなことに関するストーリーをはなせるように準備できるでしょう。この質問は、英語のネイティブたちが普段の会話で何気なく質問しているものを厳選しているので、このアプリで練習したことは、実際の会話でも非常に役立ちます。また、英語で、何を質問したらいいのかわからない時もありますが、このアプリの中の質問を覚えておいて、場が静まった時に使ってみたらいいかもしれません。
また、このアプリの特徴として、カテゴリー、質問は、編集、追加、削除が出来ます。ですからいらない質問を消したり、新たな質問を追加することも出来ます。カテゴリー、質問の数に限度はありません。タイマーのオン、オフ、また１秒から３０分まで好きな時間にタイマーを設定できます。
iPhoneで入力できる言語をサポートしているので、日本語のクイズや質問を入力しておいて、子どもに遊ばせることも出来ます。普段なかなか話さない子どもたちも、タイマーがあると、一生懸命話すので、スゴく効果があります。
単語帳、クイズ、トリビア、学習ポイントの整理、ディベートの練習、新しい言語の練習などアイデア次第でいろいろな方法で利用できます。
’ With iYaketyYak the possibilities are endless. iYaketyYak is fun, creative and functional. What will you make with iYaketyYak?!’
iYaketyYakの可能性は無限大です。楽しく、創造的で、機能的です。あなたはiYaketyYakで何を作りますか？

]]></description>
			<content:encoded><![CDATA[<div>
<p>iYaketyYak<br />
iYaketyYakは、いろいろな言語ゲームが自作出来るように作られたiPhone/iPod Touchアプリです。標準で、英語での一般的な１８４の会話を始める質問が含まれています。<br />
標準で含まれている１８４の質問は９のカテゴリーに分けられています。<br />
Favorites (好み）<br />
Love (恋愛)<br />
Travel (旅行)<br />
Food (食べ物)<br />
Have you ever… (これまで・・・したことありますか？）<br />
What if… (もし・・・だったら)<br />
Life (生活)<br />
Fears (恐れ)<br />
Tell me about.. (・・・について話してください)<br />
そして、タイマーが標準で３０秒に設定されています。<br />
かくカテゴリーの中で、iPhone/iPod Touchをシェイクすると、ランダムに次の質問に映りますし、次へ、戻るボタンで順番に質問を見ていくことも出来ます。<br />
制限時間が近づくと、ちっちっちっちと警告の音が出て、タイマーが終わるとアラームと同時に質問がタイマーでブロックされます。ですからプレイヤーは時間内に質問に答えるためによく考えて発言する必要がある訳です。<br />
このゲームは特に日本人の必要を考えて作られています。質問は、日本で英会話教室を開いていたネイティブの先生によって作られています。特に、日本人は質問に答えるのが苦手なので、このゲームのようにみんなに質問を投げかけて、答える訓練は、生徒の英語力アップに非常に効果があったようです。<br />
ネイティブの先生たちは、このアプリを使って、生徒たちの英語で答える能力を訓練することが出来ます。<br />
また、外国人と話す機会が時々あるけど、なかなか会話を進めるのが難しいという方には、このアプリの質問を使って、素早く質問に答える訓練をすることが出来ます。辞書を使って、自分の関心のあることや、好きなことに関するストーリーをはなせるように準備できるでしょう。この質問は、英語のネイティブたちが普段の会話で何気なく質問しているものを厳選しているので、このアプリで練習したことは、実際の会話でも非常に役立ちます。また、英語で、何を質問したらいいのかわからない時もありますが、このアプリの中の質問を覚えておいて、場が静まった時に使ってみたらいいかもしれません。<br />
また、このアプリの特徴として、カテゴリー、質問は、編集、追加、削除が出来ます。ですからいらない質問を消したり、新たな質問を追加することも出来ます。カテゴリー、質問の数に限度はありません。タイマーのオン、オフ、また１秒から３０分まで好きな時間にタイマーを設定できます。<br />
iPhoneで入力できる言語をサポートしているので、日本語のクイズや質問を入力しておいて、子どもに遊ばせることも出来ます。普段なかなか話さない子どもたちも、タイマーがあると、一生懸命話すので、スゴく効果があります。<br />
単語帳、クイズ、トリビア、学習ポイントの整理、ディベートの練習、新しい言語の練習などアイデア次第でいろいろな方法で利用できます。<br />
’ With iYaketyYak the possibilities are endless. iYaketyYak is fun, creative and functional. What will you make with iYaketyYak?!’<br />
iYaketyYakの可能性は無限大です。楽しく、創造的で、機能的です。あなたはiYaketyYakで何を作りますか？</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/iyaketyyak/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software</title>
		<link>http://www.systomsoft.com/ja/software</link>
		<comments>http://www.systomsoft.com/ja/software#comments</comments>
		<pubDate>Fri, 27 Feb 2009 21:17:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?page_id=17</guid>
		<description><![CDATA[March 1, we will release first iPhone/iPod touch application &#8220;Zero4Racer&#8221;.
Zero4Racer is available in iTunes App Store.

]]></description>
			<content:encoded><![CDATA[<p>March 1, we will release first iPhone/iPod touch application &#8220;Zero4Racer&#8221;.<br />
Zero4Racer is available in iTunes App Store.<br />
<a href="http://www.systomsoft.com/software/zero4racer/"><img src="http://www.systomsoft.com/wp-content/uploads/2009/02/bigicon-300x300.jpg" alt="bigicon" title="bigicon" width="300" height="300" class="aligncenter size-medium wp-image-41" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact us</title>
		<link>http://www.systomsoft.com/ja/contact-us</link>
		<comments>http://www.systomsoft.com/ja/contact-us#comments</comments>
		<pubDate>Fri, 27 Feb 2009 20:43:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?page_id=7</guid>
		<description><![CDATA[

Your Name: 

 (required)
Your Email:

 (required)
Subject:

 (required)
Your Message: 


Send a copy to yourself?







&#160;
You can also send email to  info@systomsoft.com
]]></description>
			<content:encoded><![CDATA[<div class="contactform" id="c_form_2">
<form action="http://www.systomsoft.com/ja/contact-us#c_form_2" method="post">
<div class="contactleft"><label for="wpcf_your_name">Your Name: </label></div>
<div class="contactright">
<input type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_email">Your Email:</label></div>
<div class="contactright">
<input type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_subject">Subject:</label></div>
<div class="contactright">
<input type="text" name="wpcf_subject" id="wpcf_subject" size="30" maxlength="50" value="" /> (required)</div>
<div class="contactleft"><label for="wpcf_msg">Your Message: </label></div>
<div class="contactright"><textarea name="wpcf_msg" id="wpcf_msg" cols="30" rows="8" ></textarea></div>
<p></p>
<div class="contactleft"><label for="carbon_copy">Send a copy to yourself?</label></div>
<div class="contactright" id="carbon_copy">
<input type="checkbox" name="carbon_copy" value="true" /></div>
<div class="contactright">
<input type="submit" name="Submit" value="Send Message" id="contactsubmit" />
<input type="hidden" name="wpcf_stage" value="process" /></div>
</p></form>
</p></div>
<div style="clear:both; height:1px;">&nbsp;</div>
<p>You can also send email to  <a href="mailto:">info@systomsoft.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/contact-us/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About us</title>
		<link>http://www.systomsoft.com/ja/about</link>
		<comments>http://www.systomsoft.com/ja/about#comments</comments>
		<pubDate>Tue, 24 Feb 2009 00:36:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?page_id=2</guid>
		<description><![CDATA[About Us
Systom Software is a family corporate business  that developing iPhone/iPod touch softwares. We are just started this project November 2008. Our policy is everyone especially the kids have fun and educational time with technology. As one of parents, our software never contains violence, magic, and sexual expression. Hope everyone enjoy our software.
Tomohisa &#038; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>About Us</strong></p>
<p><strong>Systom Software</strong> is a family corporate business  that developing iPhone/iPod touch softwares. We are just started this project November 2008. Our policy is everyone especially the kids have fun and educational time with technology. As one of parents, our software never contains violence, magic, and sexual expression. Hope everyone enjoy our software.</p>
<div id="attachment_11" class="wp-caption alignnone" style="width: 310px"><img src="http://www.systomsoft.com/wp-content/uploads/2009/02/home-300x197.jpg" alt="from our house" title="home" width="300" height="197" class="size-medium wp-image-11" /><p class="wp-caption-text">from our house</p></div>
<p>Tomohisa &#038; Elsa Takaoka</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/about/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ゼロヨンレーサーで最速タイムをマークする５つの方法</title>
		<link>http://www.systomsoft.com/ja/blog/95</link>
		<comments>http://www.systomsoft.com/ja/blog/95#comments</comments>
		<pubDate>Mon, 27 Apr 2009 05:29:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Zero4Racer]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?p=95</guid>
		<description><![CDATA[ 
AppBankさんから質問を受けたのでちょっとゼロヨンレーサーについて説明します。

うまくプレイするコツなどを動画かブログなどに書いていただきたいです（本当に難しい！）
さて今回のゲームに物理シミュレーションとあるのですが、どのあたりを物理シミュレーションだと
書けば良いのか分からなかったのでもう少し教えていただけないでしょうか。
セッティングと車体のバランスなど？とおもったのですが

このような質問を受けたので、ゼロヨンレーサーをプレイする秘訣をいくつか披露します。
1. スタートのタイミングをマスターする。
シグナルが赤２つから赤一つに変わった後、青に変わるまでの時間は、実は２秒に設定しています。ですから、赤のランプが１つになってから、いち、に！というタイミングで、クラッチをリリースしたら、リアクションが限りなく０に近づきます。フライングを恐れずに攻め込みましょう！これで、初期状態で１５秒台を狙えるはずです。

２．半クラッチをマスターする。
エンジンパワーが強くなればなるほど、車はスリップしやすくなって、スタート時にタイヤがスリップして、タイムが遅くなります。そんな時は、クラッチを上に滑らせてエンジンパワーの一部だけをタイヤに伝えてあげましょう。そうすると、タイヤに最大限のトルクが加わって、滑らかに加速することが出来ます。これで、１５秒前半を狙いましょう！
３．ギアチェンジのタイムロスをなくす。
ギアチェンジをするためには、クラッチを押す必要がありますが、クラッチを押している間は、エンジンパワーがタイヤに伝わりません。それで、クラッチを押している時間を最小限にすれば、タイムロスも最小限になる訳です。ギヤを変速する時は、クラッチと、ギアアップボタンを同時にたたくようにタップすると、タイムロスが少なくギヤチェンジすることが出来ます。これで、１４秒台を目指しましょう。
 
４．パーツのインストールで、タイムアップ。
標準状態では、クラスAの車だと、１４秒後半がベストです。でも、パーツをインストールすると、更なる加速を手に入れることが出来ます。パーツは、GARAGE-&#62;MODIFY-&#62;PARTSメニューから追加できます。
オススメのパーツは、以下のものです。
a.駆動輪に重量をかける。
普通、車重が重くなると、加速が遅くなると思いがちですが、ジツはそうではありません。FR車だと後輪側にウェイトをのせてあげると、タイヤがスリップしなくなって、加速があがります。試してみてください。

b.ハイパフォーマンスタイヤ
ゼロヨンレースの肝となるパーツは、タイヤです。高いタイヤをインストールすると、びっくりするほど加速が良くなります。でも、高いタイヤは、維持費が高いのでご注意を。

c.エンジンパワーアップ。
これは、a,bがインストールされた状態で、車のキャパシティがあがっている時に効果を発揮します。安いタイヤで、エンジンをチューンナップしすぎると、タイヤがスモークをあげすぎて、全然スピードが出ません。

これらがオススメパーツです。これらのインストールで、１３秒台も夢ではありません。
 
５．TIME CHALLENGEモードで、リッチになろう
パーツのインストールにも、メンテナンスにも、お金が必要です。レーススタイル選択画面で、TIME CHALLENGEを選んでみましょう。このモードで、自分の出せる最高タイムを目標タイムに設定して、その目標タイムを達成すると、FREE TRIALモードの約３倍の賞金がもらえます。これでお金を貯めて、最高のパーツをインストールしましょう。

以上が、ゼロヨンレーサーで最速タイムをマークするためのちょっとした秘訣です。まだまだ奥の深いゼロヨンレーサーをぜひ遊んでみてください。
通常のレーシングゲームをプレイしていると、最高速、加速、ブレーキの効き具合などの結果値が設定されているのがわかります。車の挙動も、アクセル最大だとこれだけの加速が得られて、最高速になると、加速が止まるという訳です。ゼロヨンレーサーが他のゲームと違うのは、実際の車のカタログスペックから、エンジンの性能曲線、トランスミッションの変速率、タイヤのサイズ、ボディーの重量配分、空気抵抗などが、車ごとに登録されいています。ドライバーの、アクセル、クラッチ、シフトワークによって、それらの動きを物理シュミレーションして、車を動かしている訳です。それで、実際どれだけの加速が得られるのか、また、どれほど車がスリップするのかなどは、開発者の私でも、プレイしてみるまではわからないという訳です。シムシティのレース版とでも言いましょうか。
 
車好きのかたなら、絶対楽しめると思います。ぜひいろいろなパーツをインストールして、車の挙動がどう変わるかを楽しんでみてください。
]]></description>
			<content:encoded><![CDATA[<p><p> </p>
<p><a href="http://www.appbank.net/">AppBank</a>さんから質問を受けたのでちょっとゼロヨンレーサーについて説明します。</p>
<blockquote>
<div>うまくプレイするコツなどを動画かブログなどに書いていただきたいです（本当に難しい！）</div>
<div>さて今回のゲームに物理シミュレーションとあるのですが、どのあたりを物理シミュレーションだと</div>
<div>書けば良いのか分からなかったのでもう少し教えていただけないでしょうか。</div>
<div>セッティングと車体のバランスなど？とおもったのですが</div>
</blockquote>
<p>このような質問を受けたので、ゼロヨンレーサーをプレイする秘訣をいくつか披露します。</p>
<p>1. スタートのタイミングをマスターする。</p>
<p>シグナルが赤２つから赤一つに変わった後、青に変わるまでの時間は、実は２秒に設定しています。ですから、赤のランプが１つになってから、いち、に！というタイミングで、クラッチをリリースしたら、リアクションが限りなく０に近づきます。フライングを恐れずに攻め込みましょう！これで、初期状態で１５秒台を狙えるはずです。</p>
<p><a href="http://www.systomsoft.com/wp-content/uploads/2009/04/screenshot-20090408-0409441.png"><img class="aligncenter size-full wp-image-100" title="screenshot-20090408-0409441" src="http://www.systomsoft.com/wp-content/uploads/2009/04/screenshot-20090408-0409441.png" alt="screenshot-20090408-0409441" width="480" height="320" /></a></p>
<p>２．半クラッチをマスターする。</p>
<p>エンジンパワーが強くなればなるほど、車はスリップしやすくなって、スタート時にタイヤがスリップして、タイムが遅くなります。そんな時は、クラッチを上に滑らせてエンジンパワーの一部だけをタイヤに伝えてあげましょう。そうすると、タイヤに最大限のトルクが加わって、滑らかに加速することが出来ます。これで、１５秒前半を狙いましょう！</p>
<p>３．ギアチェンジのタイムロスをなくす。</p>
<p>ギアチェンジをするためには、クラッチを押す必要がありますが、クラッチを押している間は、エンジンパワーがタイヤに伝わりません。それで、クラッチを押している時間を最小限にすれば、タイムロスも最小限になる訳です。ギヤを変速する時は、クラッチと、ギアアップボタンを同時にたたくようにタップすると、タイムロスが少なくギヤチェンジすることが出来ます。これで、１４秒台を目指しましょう。</p>
<p> </p>
<p>４．パーツのインストールで、タイムアップ。</p>
<p>標準状態では、クラスAの車だと、１４秒後半がベストです。でも、パーツをインストールすると、更なる加速を手に入れることが出来ます。パーツは、GARAGE-&gt;MODIFY-&gt;PARTSメニューから追加できます。</p>
<p>オススメのパーツは、以下のものです。</p>
<p>a.駆動輪に重量をかける。</p>
<p>普通、車重が重くなると、加速が遅くなると思いがちですが、ジツはそうではありません。FR車だと後輪側にウェイトをのせてあげると、タイヤがスリップしなくなって、加速があがります。試してみてください。</p>
<p><a href="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts3.jpg"><img class="aligncenter size-full wp-image-104" title="zero4racerparts3" src="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts3.jpg" alt="zero4racerparts3" width="480" height="320" /></a></p>
<p>b.ハイパフォーマンスタイヤ</p>
<p>ゼロヨンレースの肝となるパーツは、タイヤです。高いタイヤをインストールすると、びっくりするほど加速が良くなります。でも、高いタイヤは、維持費が高いのでご注意を。</p>
<p><a href="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts2.jpg"><img class="aligncenter size-full wp-image-105" title="zero4racerparts2" src="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts2.jpg" alt="zero4racerparts2" width="480" height="320" /></a></p>
<p>c.エンジンパワーアップ。</p>
<p>これは、a,bがインストールされた状態で、車のキャパシティがあがっている時に効果を発揮します。安いタイヤで、エンジンをチューンナップしすぎると、タイヤがスモークをあげすぎて、全然スピードが出ません。</p>
<p><a href="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts1.jpg"><img class="aligncenter size-full wp-image-106" title="zero4racerparts1" src="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts1.jpg" alt="zero4racerparts1" width="480" height="320" /></a></p>
<p>これらがオススメパーツです。これらのインストールで、１３秒台も夢ではありません。</p>
<p> </p>
<p>５．TIME CHALLENGEモードで、リッチになろう</p>
<p>パーツのインストールにも、メンテナンスにも、お金が必要です。レーススタイル選択画面で、TIME CHALLENGEを選んでみましょう。このモードで、自分の出せる最高タイムを目標タイムに設定して、その目標タイムを達成すると、FREE TRIALモードの約３倍の賞金がもらえます。これでお金を貯めて、最高のパーツをインストールしましょう。</p>
<p><a href="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts11.jpg"><img class="aligncenter size-full wp-image-107" title="zero4racerparts11" src="http://www.systomsoft.com/wp-content/uploads/2009/04/zero4racerparts11.jpg" alt="zero4racerparts11" width="480" height="320" /></a></p>
<p>以上が、ゼロヨンレーサーで最速タイムをマークするためのちょっとした秘訣です。まだまだ奥の深いゼロヨンレーサーをぜひ遊んでみてください。</p>
<p>通常のレーシングゲームをプレイしていると、最高速、加速、ブレーキの効き具合などの結果値が設定されているのがわかります。車の挙動も、アクセル最大だとこれだけの加速が得られて、最高速になると、加速が止まるという訳です。ゼロヨンレーサーが他のゲームと違うのは、実際の車のカタログスペックから、エンジンの性能曲線、トランスミッションの変速率、タイヤのサイズ、ボディーの重量配分、空気抵抗などが、車ごとに登録されいています。ドライバーの、アクセル、クラッチ、シフトワークによって、それらの動きを物理シュミレーションして、車を動かしている訳です。それで、実際どれだけの加速が得られるのか、また、どれほど車がスリップするのかなどは、開発者の私でも、プレイしてみるまではわからないという訳です。シムシティのレース版とでも言いましょうか。</p>
<p> </p>
<p>車好きのかたなら、絶対楽しめると思います。ぜひいろいろなパーツをインストールして、車の挙動がどう変わるかを楽しんでみてください。</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/blog/95/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero4Racer が３月１日に発売されました！</title>
		<link>http://www.systomsoft.com/ja/software/65</link>
		<comments>http://www.systomsoft.com/ja/software/65#comments</comments>
		<pubDate>Sun, 01 Mar 2009 00:18:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zero4Racer]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?p=65</guid>
		<description><![CDATA[Zero4Racerが、３／１日よりAppStoreで発売されています。
アプリは英語ですが、簡単な単語ばかりなので、英語が苦手な方でも大丈夫だと思います。

 
 
 
 
]]></description>
			<content:encoded><![CDATA[<p>Zero4Racerが、３／１日よりAppStoreで発売されています。</p>
<p>アプリは英語ですが、簡単な単語ばかりなので、英語が苦手な方でも大丈夫だと思います。</p>
<div>
<p> </p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.systomsoft.com/wp-content/uploads/2009/03/screenshot.jpg"><img class="size-medium wp-image-63" title="screenshot" src="http://www.systomsoft.com/wp-content/uploads/2009/03/screenshot-300x197.jpg" alt="Screenshot" width="300" height="197" /></a><p class="wp-caption-text">Screenshot</p></div>
<p> </p>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 310px"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305782253&amp;mt=8"><img class="size-medium wp-image-59" title="appstore" src="http://www.systomsoft.com/wp-content/uploads/2009/02/appstore-300x98.png" alt="appstore" width="300" height="98" /></a><p class="wp-caption-text">appstore</p></div>
<p> </p>
<p> </p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/65/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the physics of Zero4Racer</title>
		<link>http://www.systomsoft.com/ja/software/44</link>
		<comments>http://www.systomsoft.com/ja/software/44#comments</comments>
		<pubDate>Fri, 27 Feb 2009 22:10:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zero4Racer]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?p=44</guid>
		<description><![CDATA[Zero4Racer isn&#8217;t  just a car game, the movements are simulated by actual car movement using Objective-C.  Zero4Racer allows you to change gears, clutch, brake, and acceleration using by iPhone.
So, if you can go faster in Zero4Racer, you can go faster in real driving!
This is an object model of simulating car movement.
]]></description>
			<content:encoded><![CDATA[<p>Zero4Racer isn&#8217;t  just a car game, the movements are simulated by actual car movement using Objective-C.  Zero4Racer allows you to change gears, clutch, brake, and acceleration using by iPhone.<br />
So, if you can go faster in Zero4Racer, you can go faster in real driving!<br />
This is an object model of simulating car movement.</p>
<div id="attachment_35" class="wp-caption alignright" style="width: 310px"><a href="http://www.systomsoft.com/wp-content/uploads/2009/02/carmodel.jpg"><img class="size-medium wp-image-35" title="carmodel" src="http://www.systomsoft.com/wp-content/uploads/2009/02/carmodel-300x231.jpg" alt="carmodel" width="300" height="231" /></a><p class="wp-caption-text">carmodel</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero4Racer will be released March 1st</title>
		<link>http://www.systomsoft.com/ja/software/37</link>
		<comments>http://www.systomsoft.com/ja/software/37#comments</comments>
		<pubDate>Fri, 27 Feb 2009 22:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zero4Racer]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.systomsoft.com/?p=37</guid>
		<description><![CDATA[Our first iPhone/iPod touch Application will be released Tomorrow.
Zero4Racer is a drag racing game designed to imitate a manual transmission.  This simplified version allows you to control the Accel, Clutch and Gears.  Zero4Race, fast and fun!
Zero4Racer updated version coming soon!
]]></description>
			<content:encoded><![CDATA[<p>Our first iPhone/iPod touch Application will be released Tomorrow.</p>
<p>Zero4Racer is a drag racing game designed to imitate a manual transmission.  This simplified version allows you to control the Accel, Clutch and Gears.  Zero4Race, fast and fun!</p>
<p>Zero4Racer updated version coming soon!</p>
<div id="attachment_31" class="wp-caption alignright" style="width: 160px"><a href="http://www.systomsoft.com/software/zero4racer/"><img class="size-thumbnail wp-image-31" title="Opening menu screenshot" src="http://www.systomsoft.com/wp-content/uploads/2009/02/screenshot5-150x150.jpg" alt="Opening" width="150" height="150" /></a><p class="wp-caption-text">Opening</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.systomsoft.com/ja/software/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
