文件名称:paipr-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2013-03-27
- 文件大小:
- 31kb
- 下载次数:
- 0次
- 提 供 者:
- w***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ruby的编程练习题
This code is a port of the Lisp code found in the book Paradigms of
Artificial Intelligence Programming, written by Peter Norvig. The
purpose is to show some older AI programs implemented in idiomatic
Ruby.
The original code was all written by Peter Norvig, and the copyright
belongs to him.
This port is licensed under the MIT license.
-the ruby programming exercises This code is a port of the Lisp code found in the book Paradigms, an of Artificial Intelligence Programming, written by Peter Norvig which purpose in The original code was all written by is to show some older AI programs implemented in idiomatic Ruby. Peter Norvig, and the copyright belongs to him. This port is licensed under the MIT license.
This code is a port of the Lisp code found in the book Paradigms of
Artificial Intelligence Programming, written by Peter Norvig. The
purpose is to show some older AI programs implemented in idiomatic
Ruby.
The original code was all written by Peter Norvig, and the copyright
belongs to him.
This port is licensed under the MIT license.
-the ruby programming exercises This code is a port of the Lisp code found in the book Paradigms, an of Artificial Intelligence Programming, written by Peter Norvig which purpose in The original code was all written by is to show some older AI programs implemented in idiomatic Ruby. Peter Norvig, and the copyright belongs to him. This port is licensed under the MIT license.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
paipr-master
............\LICENSE
............\README
............\lib
............\...\ch02
............\...\....\bigger_grammar.rb
............\...\....\common.rb
............\...\....\generate_all.rb
............\...\....\generate_tree.rb
............\...\....\rule_based.rb
............\...\....\simple.rb
............\...\....\simple2.rb
............\...\ch04
............\...\....\blocks.rb
............\...\....\blocks_problem1.rb
............\...\....\blocks_problem2.rb
............\...\....\blocks_problem3.rb
............\...\....\blocks_problem4.rb
............\...\....\blocks_problem5.rb
............\...\....\blocks_problem6.rb
............\...\....\dbg.rb
............\...\....\find_path.rb
............\...\....\gps.rb
............\...\....\gps2.rb
............\...\....\gps2_monkey1.rb
............\...\....\gps2_problem1.rb
............\...\....\gps2_problem2.rb
............\...\....\gps2_problem3.rb
............\...\....\gps2_problem4.rb
............\...\....\gps2_problem5.rb
............\...\....\gps2_problem6.rb
............\...\....\gps2_problem7.rb
............\...\....\gps3.rb
............\...\....\gps_no_clobber.rb
............\...\....\maze.rb
............\...\....\maze_problem1.rb
............\...\....\maze_problem2.rb
............\...\....\problem1.rb
............\...\....\problem2.rb
............\...\....\problem3.rb
............\...\....\problem4.rb
............\...\....\problem5.rb
............\...\....\problem6.rb
............\...\....\problem7.rb
............\...\ch05
............\...\....\eliza1.rb
............\...\....\eliza2.rb
............\...\....\pat.rb
............\...\....\pat2.rb
............\...\....\pat3.rb
............\...\....\pat4.rb
............\...\....\pat5.rb
............\...\ch06
............\...\....\a_star.rb
............\...\....\beam_search.rb
............\...\....\eternal_search.rb
............\...\....\graph_search.rb
............\...\....\guiding.rb
............\...\....\inter.rb
............\...\....\inter2.rb
............\...\....\iter_widening.rb
............\...\....\noneternal_depth.rb
............\...\....\noneternal_search.rb
............\...\....\pat_match.rb
............\...\....\pat_read.rb
............\...\....\plan_flight.rb
............\...\....\plan_flight2.rb
............\...\....\search.rb
............\...\....\search_all.rb
............\...\....\search_gps.rb
............\...\ch07
............\...\....\student1.rb