- 最后登录
- 2013-3-7
- 在线时间
- 2682 小时
- 阅读权限
- 20
- 注册时间
- 2008-12-1
- 积分
- 5190
- 帖子
- 3572
- 精华
- 2
- UID
- 63606
- 性别
- 保密
- 积分
- 5190
- 帖子
- 3572
- 精华
- 2
- UID
- 63606
- 性别
- 保密
|
原帖由 ryjack 于 2010-3-23 15:50 发表 什么变动,最近没电脑 原文。。。。。。。 -Possibility to use *slice moves* in all parts of the program.
This involved changes at many locations of the source code.
Hopefully I did not forget too many dependencies.
-The Delphi built in Random Generator is poor and gives only a small
fraction of all possible cubes. I replaced it with the
Mersenne-Twister MT 19937.
-A basic inte**ce for robot builders who do not want to use the
webserver inte**ce: alt-s triggers the "scan" button and alt-v
triggers the "Solve Scanned Cube" button, ctrl-f saves the computed
maneuver to the file ctrlFsave.txt. There are possibilities to send
these keyboard commands to the application.
-The webserver dialog was simplified. You just set the port and
the option to save the result to a file.
-There were some issues with the parity of the center orientations
when solving partially defined cubes. Bug fixed. |
|