test_rrproj.bat
来自「aiParts is a set of C++ classes that can」· Batch 代码 · 共 17 行
BAT
17 行
@echo off
echo ...
echo Testing the rrproj solver...
echo Removing test_rrproj_out.dat if it exists...
echo not_empty >test_rrproj_out.dat
del test_rrproj_out.dat
echo Running rrproj.exe...
rrproj.exe test_rrproj_in.dat test_rrproj_out.dat
fc test_rrproj_out.dat test_rrproj_out0.dat
echo "Done test of the rrproj solver."
echo " "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?