Add origin data files

This commit is contained in:
2026-03-19 18:05:13 +08:00
parent ae202be7b9
commit 3f0ef4849a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Y\X,10,20,30,40,50
5,0.1,0.2,0.3,0.4,0.5
10,0.2,0.4,0.6,0.8,1.0
15,0.3,0.6,0.9,1.2,1.5
20,0.4,0.8,1.2,1.6,2.0
25,0.5,1.0,1.5,2.0,2.5
1 Y\X 10 20 30 40 50
2 5 0.1 0.2 0.3 0.4 0.5
3 10 0.2 0.4 0.6 0.8 1.0
4 15 0.3 0.6 0.9 1.2 1.5
5 20 0.4 0.8 1.2 1.6 2.0
6 25 0.5 1.0 1.5 2.0 2.5