Стартовый пул
This commit is contained in:
18
ECC/docs/examples/lineartologarithmic.txt
Normal file
18
ECC/docs/examples/lineartologarithmic.txt
Normal 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
|
80
ECC/docs/examples/tecgroupctrls_ori.txt
Normal file
80
ECC/docs/examples/tecgroupctrls_ori.txt
Normal 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
|
||||
|
122
ECC/docs/examples/tvaluedisplay.txt
Normal file
122
ECC/docs/examples/tvaluedisplay.txt
Normal 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)
|
Reference in New Issue
Block a user