添加了读取指定配置文件的功能
添加了官方的测试用例
This commit is contained in:
4
all_test/test_cases/5/dict.dic
Normal file
4
all_test/test_cases/5/dict.dic
Normal file
@@ -0,0 +1,4 @@
|
||||
DISTANCE = 4
|
||||
STRATEGY = SCAN
|
||||
TOTAL_STATION = 6
|
||||
# scan serve
|
26
all_test/test_cases/5/input.txt
Normal file
26
all_test/test_cases/5/input.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
clock
|
||||
clockwise 2
|
||||
counterclockwise 3
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
target 4
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clockwise 5
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
end
|
155
all_test/test_cases/5/output.txt
Normal file
155
all_test/test_cases/5/output.txt
Normal file
@@ -0,0 +1,155 @@
|
||||
TIME:0
|
||||
BUS:
|
||||
position:0
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
TIME:1
|
||||
BUS:
|
||||
position:0
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
TIME:2
|
||||
BUS:
|
||||
position:1
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:010000
|
||||
counterclockwise:001000
|
||||
TIME:3
|
||||
BUS:
|
||||
position:2
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:010000
|
||||
counterclockwise:001000
|
||||
TIME:4
|
||||
BUS:
|
||||
position:3
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:010000
|
||||
counterclockwise:001000
|
||||
TIME:5
|
||||
BUS:
|
||||
position:4
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:010000
|
||||
counterclockwise:001000
|
||||
TIME:6
|
||||
BUS:
|
||||
position:4
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:001000
|
||||
TIME:7
|
||||
BUS:
|
||||
position:5
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:001000
|
||||
TIME:8
|
||||
BUS:
|
||||
position:6
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:001000
|
||||
TIME:9
|
||||
BUS:
|
||||
position:7
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:001000
|
||||
TIME:10
|
||||
BUS:
|
||||
position:8
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:001000
|
||||
TIME:11
|
||||
BUS:
|
||||
position:8
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
TIME:12
|
||||
BUS:
|
||||
position:9
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
TIME:13
|
||||
BUS:
|
||||
position:10
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
TIME:14
|
||||
BUS:
|
||||
position:11
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:15
|
||||
BUS:
|
||||
position:12
|
||||
target:000100
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:16
|
||||
BUS:
|
||||
position:12
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:17
|
||||
BUS:
|
||||
position:13
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:18
|
||||
BUS:
|
||||
position:14
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:19
|
||||
BUS:
|
||||
position:15
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:20
|
||||
BUS:
|
||||
position:16
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000010
|
||||
counterclockwise:000000
|
||||
TIME:21
|
||||
BUS:
|
||||
position:16
|
||||
target:000000
|
||||
STATION:
|
||||
clockwise:000000
|
||||
counterclockwise:000000
|
||||
end
|
Reference in New Issue
Block a user