<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:knowledge="http://knowledge.livedoor.com/-/spec/1.0/">
<channel>
<language>ja-jp</language>
<title>livedoor ナレッジ - user - 1987</title>
<link>http://knowledge.livedoor.com/profile/23754</link>
<pubDate>Fri, 29 Aug 2008 03:42:30 +0900</pubDate>
<lastBuildDate>Sat, 24 May 2008 16:46:44 +0900</lastBuildDate>
<generator>http://knowledge.livedoor.com/</generator>
<description>livedoor knowledge - user - 1987</description>
<copyright>Copyright 1996- livedoor Co.,Ltd.</copyright>
<image>
    <title>livedoor knowledge</title>
    <url>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</url>
    <link>http://knowledge.livedoor.com</link>
    <width>43</width>
    <height>43</height>
</image>
<item>
    <title>　カウンセリングとは違い、一般人のスタッフと1対１で世間話や、悩みなどを話せるところありますか？</title>
    <link>http://knowledge.livedoor.com/34305</link>
    <description>　カウンセリングとは違い、一般人のスタッフと1対１で世間話や、悩みなどを話せるところありますか？
都内にあったかと思うのですが、 そういったお店はありますか？</description>
    <pubDate>Sat, 24 May 2008 16:46:44 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/34305</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/109001003">関東</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="お蔵入り">Tue, 24 Jun 2008 06:10:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>バイトで交通費の上限があったら・・・</title>
    <link>http://knowledge.livedoor.com/33942</link>
    <description>バイトで交通費の上限があったら・・・
　都心のバイトは給与がいいなど色々な理由で郊外から１時間以上かけてバイトに来る学生の方がいますが、電車賃を考えたら交通費の上限がある場合、そのぶん損しませんか？　
　私は大学への通学定期があり、大学とバイト先が駅２つ分で、交通費も上限の中ですがでるので、儲けとなっています。
　それとも定期のない人がバイトでそんなことはしませんか？</description>
    <pubDate>Sat, 03 May 2008 23:26:36 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33942</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/106">社会＆文化</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>6</knowledge:answers>
        <knowledge:closed label="お蔵入り">Tue, 03 Jun 2008 06:10:04 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>JSPで九九のプログラムを作っています。</title>
    <link>http://knowledge.livedoor.com/33761</link>
    <description>JSPで九九のプログラムを作っています。
&amp;lt;%@ page language=&amp;quot;java&amp;quot; contentType=&amp;quot;text/html; charset=windows-31j&amp;quot;
    pageEncoding=&amp;quot;windows-31j&amp;quot;%&amp;gt;
&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=windows-31j&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;Insert title here&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;p&amp;gt;
   九九の表を出力する
  &amp;lt;/p&amp;gt;
   &amp;lt;ul&amp;gt;
   &amp;lt;%
   int a=0;
   for (int i = 1; i &amp;lt;= 9; i++) {
		for (int j = 1; j &amp;lt;= 9; j++) {
		a=i*j;
		}
	}
   %&amp;gt;
&amp;lt;%= i %&amp;gt;&amp;lt;%= j %&amp;gt;

    
    &amp;lt;/li&amp;gt;

  &amp;lt;/ul&amp;gt;
  &amp;lt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
1 2 3 4 5 6 7 8 9
2 4 6 8 10 12 14 16 18
3 6 9 12 15 18 21 24 27
4 8 12 16 20 24 28 32 36
5 10 15 20 25 30 35 40 45
6 12 18 24 30 36 42 48 54
7 14 21 28 35 42 49 56 63
8 16 24 32 40 48 56 64 72
9 18 27 36 45 54 63 72 81
と表示されるプログラムなのですが
実行すると
i jを解決できないというエラーがでます。
どうしてijが表示されないでしょうか？</description>
    <pubDate>Fri, 25 Apr 2008 00:40:31 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33761</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 03 May 2008 23:18:56 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>テキスト入力の種類はありますか？</title>
    <link>http://knowledge.livedoor.com/33657</link>
    <description>テキスト入力の種類はありますか？
HTMLフォームでテキスト入力は&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;データ名&amp;gt;　なのですが、入浴欄のデザインなど、種類はいくつかありますか？</description>
    <pubDate>Sat, 19 Apr 2008 02:51:39 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33657</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006013">HTML</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 25 Apr 2008 00:34:42 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>ＣやＪＡＶＡなどで書いたプログラムを機械語に訳さないとＣＰＵが動かないというのを例えると、</title>
    <link>http://knowledge.livedoor.com/33548</link>
    <description>ＣやＪＡＶＡなどで書いたプログラムを機械語に訳さないとＣＰＵが動かないというのを例えると、
　フランス語やスペイン語で書かれた仕事の操作手順を渡されても、日本語しか分からないので日本語訳しないと仕事ができないのと同じ感じですか？
授業で習いたてで、概要を教えてもらえれば幸いです。</description>
    <pubDate>Sun, 13 Apr 2008 00:05:09 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33548</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101001001">Windows</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 19 Apr 2008 02:49:18 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>切開法は痕が残るとききましたが、本当でしょうか？</title>
    <link>http://knowledge.livedoor.com/33330</link>
    <description>切開法は痕が残るとききましたが、本当でしょうか？
　ある外科のカウンセリングで、切開法はあとが残るから、お化粧をしないと隠せないので、あまりおすすめできないときいたのですが、本当ですか？
ＨＰを見てもそんな記述一切ないのでまさかと思っていましたが、クリニックによっても違うのでしょうか？</description>
    <pubDate>Sun, 06 Apr 2008 10:50:59 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/33330</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/108006004">美容整形</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Thu, 10 Apr 2008 23:19:36 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>どうしてin whichなのか分かりません。</title>
    <link>http://knowledge.livedoor.com/32606</link>
    <description>どうしてin whichなのか分かりません。
Further study showed that the reason for this was the way in which the eyes of Moken children
react when they are underwater.
「更なる調査により、水中でのモウケンの子供たちの目の反応の仕方にその理由ががあることが分かった。」
　のin whichの部分は関係代名詞ですよね。　どうしてin whichですか？　 目的格になっているからですか？</description>
    <pubDate>Sat, 08 Mar 2008 22:27:58 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32606</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Sun, 06 Apr 2008 10:43:52 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>仮定法過去と過去完了の日本語の違いが分かりません。</title>
    <link>http://knowledge.livedoor.com/32479</link>
    <description>仮定法過去と過去完了の日本語の違いが分かりません。
If I knew her address, I could visit her. =もし彼女の住所を知っていたら、彼女を訪問できるのに

If I had known her address, I could have visited her. =もし彼女の住所を知っていたら、彼女を訪問できるのに

日本語訳が同じで英文が違うということは、日本語を見ただけではどちらなのか分からないということですか？

一方あるサイトに公式として
If S 過去形, S would 原形.（If 過去, would ）
　If S had 過去分詞, S would have 過去分詞.（If had PP, would have PP）
とあるんですが、上記のようにwouldがないものもあります。仮定法ではwouldがあるものと暗記していたのが間違え立ったのでしょうか。</description>
    <pubDate>Sun, 02 Mar 2008 18:27:57 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32479</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 08 Mar 2008 22:18:35 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>接続詞と関係詞のthat</title>
    <link>http://knowledge.livedoor.com/32468</link>
    <description>接続詞と関係詞のthat
 Taylor&amp;apos;s principle was to make sure that each person was doing the task that they were most suited to.

の始めのthatは接続詞で、２番目のthatはthey were most suited toの目的語がtaskなので、目的格の関係詞ですか？</description>
    <pubDate>Sun, 02 Mar 2008 07:56:03 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32468</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 08 Mar 2008 22:13:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>完了形でのsinceとfor</title>
    <link>http://knowledge.livedoor.com/32314</link>
    <description>完了形でのsinceとfor
I have lived here for three years.
（私はここに３年間住んでいます）
I lived here for three years.
（私は３年間ここに住んでいました）
　
前者はsinceも使えますか？　sinceもforも「今もその動作が継続している」ので、今も住んでいることになりますね。　
後者はforしか使えないのは、までの動詞がlived　と過去形になっているからですか？過去形を見た時点で継続していないという判断もできますか？</description>
    <pubDate>Sun, 24 Feb 2008 22:05:37 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32314</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Sun, 02 Mar 2008 07:51:36 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>ask him to e-mail という使い方はあるんですか？</title>
    <link>http://knowledge.livedoor.com/32257</link>
    <description>ask him to e-mail という使い方はあるんですか？
Could you just ask him to e-mail me and let me know what time the concert starts tomorrow ? 
「コンサートが何時に始まるか、Ｅメールで知らせるよう彼に頼んでもらえますか？」
電話での会話の一部なのですが、ask him to e-mail 
ask 人 to doで「人に～をさせる」という表現ですか？　ただ、e-mailは動詞ではありませんよね。
　一方「Ｅメールで」となるなら手段のような感じなのでtoではなくbyなどの気がするのですが、こういった書き方もあるんですか？</description>
    <pubDate>Thu, 21 Feb 2008 23:58:27 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32257</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111">教育＆学問</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Sun, 24 Feb 2008 21:49:41 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>制限用法と非制限用法</title>
    <link>http://knowledge.livedoor.com/32148</link>
    <description>制限用法と非制限用法
関係代名詞を勉強して、非制限用法を習い始めてから制限用法と非制限用法があるということを知りましたが、　どんな文章でも、関係代名詞は必ず制限用法と非制限用法のどちらかに当てはまりますか？</description>
    <pubDate>Sat, 16 Feb 2008 13:17:17 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32148</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Thu, 21 Feb 2008 23:51:19 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>英語のリスニングです。　国語力の問題でしょうか？</title>
    <link>http://knowledge.livedoor.com/32058</link>
    <description>英語のリスニングです。　国語力の問題でしょうか？
「ホテルＡは街の中心－マーケット広場から３ブロックの場所に位置しております。　もし踊りに行くのであればナイトクラブが同じブロックのにございます。」
という英文があって、質問が「ナイトクラブはどこにありますか？」で、４つの選択肢のうち２つが「ホテルＡ」と「マーケット広場から３ブロックの場所」で、正解は後者でした。　

ホテルＡ＝マーケット広場から３ブロックの場所ではないんですか？</description>
    <pubDate>Mon, 11 Feb 2008 12:53:08 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32058</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111007">翻訳・通訳</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>3</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 15 Feb 2008 07:45:59 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>英検２級のリスニング対策に、センター試験のリスニング教材は役に立ちますか？</title>
    <link>http://knowledge.livedoor.com/32037</link>
    <description>英検２級のリスニング対策に、センター試験のリスニング教材は役に立ちますか？
それとも２級と同じようなレベルであれば、どんなリスニング教材でもいいですか・？</description>
    <pubDate>Sun, 10 Feb 2008 18:25:27 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32037</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111011">資格・試験</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Wed, 12 Mar 2008 06:10:06 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>友人、彼女を作ることとは関係なしに、昼休み話す人が欲しいです。</title>
    <link>http://knowledge.livedoor.com/32013</link>
    <description>友人、彼女を作ることとは関係なしに、昼休み話す人が欲しいです。
　バイト先で人数の多いところなのですが、休み時間や昼食の時間に話す人がいないので、いつも１人でいてさびしいです。　　どうしたらいいでしょうか？　</description>
    <pubDate>Sat, 09 Feb 2008 11:05:26 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/32013</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/113003">コンプレックス</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>7</knowledge:answers>
        <knowledge:closed label="解決済">Sat, 16 Feb 2008 09:02:24 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>delivered coldという使い方はあるんでしょうか？</title>
    <link>http://knowledge.livedoor.com/31899</link>
    <description>delivered coldという使い方はあるんでしょうか？
英検の参考書に
Some customers complained when their pizzas were delivered cold.
訳は「何人かの客は届いたピザが冷たいと文句を言った」　なのですが、delivered は届いた、coldは冷えたですよね。　語順がよく分かりません。　こういった語順になることもあるんですか？</description>
    <pubDate>Sat, 02 Feb 2008 22:05:41 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31899</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111003001">英語</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 08 Feb 2008 18:07:54 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>大学を卒業後、専門学校に入学する人は、</title>
    <link>http://knowledge.livedoor.com/31312</link>
    <description>大学を卒業後、専門学校に入学する人は、
大学での就職活動をしないということですか？
大学・専門を悪く言うつもりはありませんが、大学から専門学校に来ると、大学で就職できないと思われて専門からの就職に不利になる可能性があると聞きました。</description>
    <pubDate>Thu, 03 Jan 2008 02:18:35 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31312</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111">教育＆学問</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>2</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 21 Jan 2008 15:37:36 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>MT車の練習を親せきに習おうと考えています。</title>
    <link>http://knowledge.livedoor.com/31286</link>
    <description>MT車の練習を親せきに習おうと考えています。
　将来MTの免許が必要になりそうなので、AT限定解除をしようとおもいます。　親せきにATの運転ができる人がいるので、少しの期間教わろうと考えていますが、参考になるでしょうか？　教習所の車とは違いますか？</description>
    <pubDate>Tue, 01 Jan 2008 22:12:14 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31286</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/112005006">その他</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>6</knowledge:answers>
        <knowledge:closed label="お蔵入り">Fri, 01 Feb 2008 06:10:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>自作関数を作ると・・・</title>
    <link>http://knowledge.livedoor.com/31265</link>
    <description>自作関数を作ると・・・
#include &amp;lt;stdio.h&amp;gt;

int myprint(int num)
{
	printf( &amp;quot;%d\n&amp;quot;, num );        
	printf( &amp;quot;%d\n&amp;quot;, num * 2 );    
	printf( &amp;quot;%d\n&amp;quot;, num / 2 );    
	return num * 2;              
}
int main(void)
{
	int num;
	
	printf( &amp;quot;整数を入力して下さい\n&amp;quot; );
	scanf( &amp;quot;%d&amp;quot;, &amp;amp;num );  
	num = myprint( num );    
	myprint( num );       

	return 0;
}

１つの数値を入力すると、
50
100
25

100
200
50

のように、同じことを２回繰り返しますが、mainにmyprint( num );　とあるからですか？　どうして繰り返すのか分かりません。</description>
    <pubDate>Mon, 31 Dec 2007 20:57:55 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31265</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006004">C・C++・C#</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 31 Jan 2008 06:10:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>論理式がわかりません。</title>
    <link>http://knowledge.livedoor.com/31120</link>
    <description>論理式がわかりません。
X + Y + _( ( X + _Y ) * ( _X + Y ) )
が、どうして
X + Y + _( ( X * Y + X * _Y + _Y ) * ( _X + _X * Y + X * Y ) )
になるか、教えてください。X * Yと_Yと_Xと_Y　は+で結ばれているので、もとの式と関係はなく、計算のためにあるのですか？
_は否定です。</description>
    <pubDate>Mon, 24 Dec 2007 14:52:36 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31120</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111004011">物理学</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 24 Jan 2008 06:10:05 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>for文とbreak文です。</title>
    <link>http://knowledge.livedoor.com/31104</link>
    <description>for文とbreak文です。
#include&amp;lt;stdio.h&amp;gt;

int main()
{
int i, n, sum;
sum = 0;

for (i = 1; i &amp;lt;= 10; i++) {

	scanf(&amp;quot;%d&amp;quot;, &amp;amp;n);
	if (n == -1)//	　　
		break;
		
	sum = sum + n;
}
printf(&amp;quot;sum = %d\n&amp;quot;, sum);
return 0;
}

入力した数値を10まで足し、-1を入力したら終わる
プログラムですが、どうして-1そのものは計算のうち（sum = sum + n;）に入らないですか？</description>
    <pubDate>Sun, 23 Dec 2007 17:26:32 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31104</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006004">C・C++・C#</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 24 Dec 2007 01:15:15 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>javaです。extends　の使い方</title>
    <link>http://knowledge.livedoor.com/31007</link>
    <description>javaです。extends　の使い方
import java.awt.*;
import java.awt.event.*;

class BallsTest {

	public static void main(String[] args){
		BallFrame f = new BallFrame(); //(1)
		f.setSize(400, 400); //(2)
		f.addWindowListener(new WindowAdapter(){ //(3)
			public void windowClosing(WindowEvent e){
				System.exit(0);}});
		f.show();
	}

}


class BallFrame extends Frame  {

	public void paint(Graphics g) {
		
		MyBall b1 = new MyBall();
		b1.paint(g);

	}


}  

class MyBall {

	public void paint(Graphics g) {
		g.fillOval(50, 50, 20, 20);
	}

}

ウインドウに１つ黒丸が表示されるプログラムです。extendsがあるので、BallFrameに対して親子関係になるものがextendsのあとに来るはずです。　ただし、なぜこのようにFrame と書かないとエラーがでてしまうのでしょうか？ 名前は決められるものではないのでしょうか？
恐らく継承の一番のポイントの部分かと思います.



</description>
    <pubDate>Wed, 19 Dec 2007 04:59:18 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/31007</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006006">Java</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Sat, 19 Jan 2008 06:10:06 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>Ｃ言語です。実行の順番がよく分かりません。</title>
    <link>http://knowledge.livedoor.com/30686</link>
    <description>Ｃ言語です。実行の順番がよく分かりません。
関数を定義し、引数と戻り値の学習をしていますが。
double
関数名(double x, double y)
{
double r;
r = x * y;
return r;
}
これはその一例なのですが、(double x, double y)は何のために宣言したのですか？
x*yが関数だからですか？</description>
    <pubDate>Fri, 07 Dec 2007 02:06:54 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30686</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006004">C・C++・C#</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="お蔵入り">Mon, 07 Jan 2008 06:10:08 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>鏡面反射光の強度は入射光強度×鏡面反射係数×{（単位始点ベクトル/正反射ベクトル）~2/ｒ~2} でもとまるのですが、rはどの半径ですか？</title>
    <link>http://knowledge.livedoor.com/30398</link>
    <description>鏡面反射光の強度は入射光強度×鏡面反射係数×{（単位始点ベクトル/正反射ベクトル）~2/ｒ~2}
でもとまるのですが、rはどの半径ですか？
</description>
    <pubDate>Mon, 26 Nov 2007 02:57:16 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30398</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111004010">コンピュータサイエンス</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Sun, 02 Dec 2007 15:35:16 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>パイロットを志望ですか？　単にJALに入るのなら航大に行かなくても、早慶など、就職のよい大学を卒業された方が可能性は高いです。もちろん営業などの文型のお仕事もあります。 パイロットになりたいのか、JALには</title>
    <link>http://knowledge.livedoor.com/30157#answer87661</link>
    <description>パイロットを志望ですか？　単にJALに入るのなら航大に行かなくても、早慶など、就職のよい大学を卒業された方が可能性は高いです。もちろん営業などの文型のお仕事もあります。
パイロットになりたいのか、JALには入れればそれでいいのか。どちらによるかとおもいます。</description>
    <pubDate>Fri, 23 Nov 2007 18:20:37 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30157#answer87661</guid>
    <author>Proud of</author>
    <category domain="http://knowledge.livedoor.com/category/111">教育＆学問</category>
    <knowledge:feed type="answer">
        <knowledge:authorId>11724</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/11724</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
    </knowledge:feed>
</item>
<item>
    <title>電源E・抵抗R・コンデンサC・スイッチSが１つずつある直流回路から、電流を求めるには・・・</title>
    <link>http://knowledge.livedoor.com/30366</link>
    <description>電源E・抵抗R・コンデンサC・スイッチSが１つずつある直流回路から、電流を求めるには・・・
　この回路に電流を流し、時間ごとにコンデンサに溜まる電圧の値を調べました。　EとRの値は分かっています。　ここで、この回路の電流を求め、時間に対する変化を図示するのですが、回路の電流はRとCの合成抵抗をEで割れば出ますよね。　ただ、時間に対する変化はCの電流は変化しますが、どこの電流を指しているのですか？</description>
    <pubDate>Fri, 23 Nov 2007 16:46:45 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30366</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111004013">電気・電子・通信</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>0</knowledge:answers>
        <knowledge:closed label="お蔵入り">Mon, 24 Dec 2007 06:10:07 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>複数の数値を読み込み、０を読み込むと、それまでに入力した最大の数を書き出して停止するプログラム。</title>
    <link>http://knowledge.livedoor.com/30206</link>
    <description>複数の数値を読み込み、０を読み込むと、それまでに入力した最大の数を書き出して停止するプログラム。
コレが先生による回答例ですが、
#include &amp;lt;stdio.h&amp;gt;
int
main()
{　int n, max;
max = 0;
do {　scanf(&amp;quot;%d&amp;quot;, &amp;amp;n);
if (max &amp;lt; n) max = n;
} while (n != 0);
printf(&amp;quot;%d\n&amp;quot;, max);
return 0;}

while以下はnが０でないときですよね。では、nが０になった時に最大値を出す作業はどれになりますか？


</description>
    <pubDate>Thu, 15 Nov 2007 12:26:18 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30206</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101">コンピューター＆インターネット</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Fri, 23 Nov 2007 16:36:53 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>始点がＰe=(x,y,0),終点がｐ1=(ｘ、ｙ、1)である視線が、その中心の位置がＳ＝（0,0,15）にあり、半径３の球との交点を求めよ。 </title>
    <link>http://knowledge.livedoor.com/30141</link>
    <description>始点がＰe=(x,y,0),終点がｐ1=(ｘ、ｙ、1)である視線が、その中心の位置がＳ＝（0,0,15）にあり、半径３の球との交点を求めよ。

視線の方程式Ｐ＝tE+Peと球の方程式を使って求めるのですが、交点が三角形でなく球になると・・・。どなたか分かりますか？</description>
    <pubDate>Mon, 12 Nov 2007 10:44:01 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30141</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/111004013">電気・電子・通信</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Wed, 14 Nov 2007 11:11:25 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>sqat(式)という使い方はできますか？</title>
    <link>http://knowledge.livedoor.com/30034</link>
    <description>sqat(式)という使い方はできますか？
ｃ.x.v.tが与えられた時に、x-ｖｔ/√1-v^2/c^2を計算して答えを書き出すプログラムなのですが。
この場合、sqat（）の（）に数値でなく、式を入れることはできますか？</description>
    <pubDate>Wed, 07 Nov 2007 22:21:14 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30034</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006004">C・C++・C#</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>1</knowledge:answers>
        <knowledge:closed label="解決済">Mon, 12 Nov 2007 10:37:49 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>型指定子がありません - int と仮定しました。メモ: C++ は int を既定値としてサポートしていません</title>
    <link>http://knowledge.livedoor.com/30004</link>
    <description>型指定子がありません - int と仮定しました。メモ: C++ は int を既定値としてサポートしていません
#include&amp;lt;stdio.h&amp;gt;
main()
{int a, b;
a=0;
b=0;
while(b &amp;gt;=0){
scanf(&amp;quot;%d&amp;quot;, &amp;amp;b);
if(b &amp;gt; a){
a = b;
}}printf(&amp;quot;%d\n&amp;quot;,a);
return	0;}
を実行すると、初めの｛　のところを指示したエラーが出てしまいます。教科書通りなのですが、なぜでしょうか？</description>
    <pubDate>Tue, 06 Nov 2007 06:18:14 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/30004</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/101006004">C・C++・C#</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>0</knowledge:answers>
        <knowledge:closed label="お蔵入り">Fri, 07 Dec 2007 06:10:04 +0900</knowledge:closed>
    </knowledge:feed>
</item>
<item>
    <title>私は単発のお仕事がこんなに辛いです。</title>
    <link>http://knowledge.livedoor.com/29991</link>
    <description>私は単発のお仕事がこんなに辛いです。
　２部の大学に通っているので、平日は午前中だけのアルバイトをしたいのですが、見つからず、大学が休みの日曜に派遣のアルバイトをしています。いつも違う所で違う人と違う仕事なので、行ってみないと分からないストレスが溜まります。　特に加工・製造などで、午前中のバイトはありませんか？　わりと田舎なので、思った以上にないんです。じゃなきゃこんなところに書きません。</description>
    <pubDate>Mon, 05 Nov 2007 14:59:31 +0900</pubDate>
    <guid isPermaLink="true">http://knowledge.livedoor.com/29991</guid>
    <author>1987</author>
    <category domain="http://knowledge.livedoor.com/category/113008">進路・就業</category>
    <knowledge:feed type="question">
        <knowledge:authorId>23754</knowledge:authorId>
        <knowledge:authorLink>http://knowledge.livedoor.com/profile/23754</knowledge:authorLink>
        <knowledge:authorIcon>http://knowledge.livedoor.com/img/my/profile_img.gif</knowledge:authorIcon>
        <knowledge:authorThumbnail>http://knowledge.livedoor.com/img/cmn/noimg_m.gif</knowledge:authorThumbnail>
        <knowledge:answers>5</knowledge:answers>
        <knowledge:closed label="お蔵入り">Thu, 06 Dec 2007 06:10:11 +0900</knowledge:closed>
    </knowledge:feed>
</item>
</channel>
</rss>
