Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{Assume the logathmic scale from 10 to 1000.
We are in the middle, i.e. "linear" 505.}
//See the code
aProportion := (505-10)/(1000-10) = 495/990 = 0.5
AMin := logn(10, 10) = 1
AMax := logn(10, 1000) = 3
Result := 10^(1+(3+1)*0.5) = 10^2 = 100
{... which is correct since 100 is in the middle of logarithmic scale 10 .. 1000.}
| | | | | | | ||| | | | | | | ||
10 100 (505) 1000

View File

@@ -0,0 +1,80 @@
{ Orientation = eooHorizontal, BiDiMode = bdLeftToRight, [] in Options }
1 2 3
{ or }
1 2
3 4
{ Orientation = eooHorizontal, BiDiMode = bdLeftToRight, [egoColumnThenRow] in Options }
1 2 3
{ or }
1 3
2 4
{ Orientation = eooHorizontal, BiDiMode = bdRightToLeft, [] in Options }
3 2 1
{ or }
2 1
4 3
{ Orientation = eooHorizontal, BiDiMode = bdRightToLeft, [egoColumnThenRow] in Options }
3 2 1
{ or }
3 1
4 2
{ Orientation = eooVertical, BiDiMode = bdLeftToRight, [] in Options }
3
2
1
{ or }
2 4
1 3
{ Orientation = eooVertical, BiDiMode = bdLeftToRight, [egoColumnThenRow] in Options }
3
2
1
{ or }
3 4
1 2
{ Orientation = eooVertical, BiDiMode = bdRightToLeft, [] in Options }
1
2
3
{ or }
1 3
2 4
{ Orientation = eooVertical, BiDiMode = bdRightToLeft, [egoColumnThenRow] in Options }
1
2
3
{ or }
1 2
3 4

View File

@@ -0,0 +1,122 @@
Horizontal Scales:
evdNormal:
| | | | | | | | | | |
| | |
|
125
evdTopLeft:
| | | | | | | | | | |
| | |
|
125
evdBottomRight:
| | | | | | | | | | |
| | |
|
125
evdTopLeftInside, evdCompactTopLeft:
| | | | | | | | | | |
| | |
125|
evdBttmRightInside, evdCompactBttmRight:
| | | | | | | | | | |
| | |
|125
Vertical Scales:
evdNormal:
--
--
125 -----
--
--
evdTopLeft:
___
__
__
__
125 __
_____
__
__
__
__
___
evdBottomRight:
___
__
__
__
__
_____
125 __
__
__
__
___
evdTopLeftInside:
___
__
__
__
125 __
_____
__
__
__
__
___
evdBttmRightInside:
___
__
__
__
__
_____
125 __
__
__
__
___
evdCompactTopLeft:
_____ (130)
__
__
__
__
___
__
1 __
2 __
5 __
_____ (125)
evdCompactBttmRight:
_____ (125)
1 __
2 __
5 __
__
___
__
__
__
__
_____ (120)