prolog2013年度 第四回講習会(2013年4月4日)

basicstudyofprolog @ ウィキ内検索 / 「prolog2013年度 第四回講習会(2013年4月4日)」で検索した結果

検索 :
  • prolog2013年度前期講習会
    prolog2013年度 第一回講習会(2013年3月7日) prolog2013年度 第二回講習会(2013年3月14日) prolog2013年度 第三回講習会(2013年3月21日) prolog2013年度 第四回講習会(2013年4月4日) prolog2013年度 第五回講習会(2013年4月11日)
  • 講義の前に概要
    概要 prologインストール file ///C /Program%20Files/AZ-Prolog.650/doc/index.html 環境設定 システムのプロパティ→詳細設定→環境設定→PATH→"C \AZ-Prolog.709\bin;" を追加 お勧めの本 http //www.amazon.co.jp/Prolog%E3%81%B8%E3%81%AE%E5%85%A5%E9%96%80-Prolog%E3%81%A8AI-Ivan-Bratko/dp/476490165X/ref=sr_1_1?ie=UTF8 qid=1362537511 sr=8-1 自習用の参考サイト http //www.geocities.jp/m_hiroi/prolog/ http //nojiriko.asia/ prologで何ができるの? -エキス...
  • 連立方程式1
    test - List1=[3,4,1],%3X+4Y=1 List2=[2,5,2],%2X+5Y=2 compxy(List1,List2,X,Y), write([ X =X]),nl, write([ Y =Y]).   compxy([A1,A2,A3],[B1,B2,B3],X,Y) - Mul is A1/B1, P1 is B2*Mul -A2, P2 is B3*Mul -A3, Y is P2/P1, P3 is A3 - Y * A2, X is P3/A1.   %?-test. %[X= -0.428571428571429] %[Y=0.571428571428...
  • @wiki全体から「prolog2013年度 第四回講習会(2013年4月4日)」で調べる

更新順にページ一覧表示 | 作成順にページ一覧表示 | ページ名順にページ一覧表示 | wiki内検索