搜索资源列表
vecmath-1_5_2-src
- java 写的matrix等的一些操作,含有矩阵求逆等方法,是java3d的一部分。https://java3d.dev.java.net/binary-builds.html -matrix operations such as matrix inversionmethods,It is part of java3d project. https:// java3d.dev.java.net/binary-builds.html
question2-copy.java
- This the answer to Project Eulers archive problem number 2: https://projecteuler.net/archives-This the the answer to Project Eulers archive problem number 2: https://projecteuler.net/archives
question67.java
- This a solution the problem 67 of Project Euler website: https://projecteuler.net/archives-This is a solution the problem 67 of Project Euler website: https://projecteuler.net/archives
MarkovDecisionProcess
- 我发现这个代码的Java版本:https://galweejit.wordpress.com/2010/12/16/ai-class-implementation-of-mdp-grid-world-from-week-5-unit-9/ 我把它给coverted Matlab代码,我和图示做到了。 该代码只接受一个障碍“汇”的价值。 你可以改变终端,障碍和启动位置。- I found the java version of this code in:https://galweeji