-
Notifications
You must be signed in to change notification settings - Fork 2
/
Uanderes.pas
704 lines (586 loc) · 21.8 KB
/
Uanderes.pas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
{-----------------------------------------------------------------------------
Unit Name: Uanderes
Author: Alexander Roth
This unit is licensed unter the GPL3
This license note and the original author (Alexander Roth) must not be altered.
-----------------------------------------------------------------------------}
unit Uanderes;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls,math,nrats,
nints, UPrimfaktoren,JclFileUtils;
type
Tsetofchar=set of char;
procedure shellsort(var a:array of cardinal); overload;
procedure shellsort(var a:Tiiarray); overload;
procedure writeGrid(const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string=''); overload;
procedure writeGrid(zeile:cardinal; const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string='');overload;
function artostr(ar:Tiiarray):string;
procedure zfps(lauf:cardinal);
function quadrat(zahl:iinteger):iinteger;
function durch(divident,divisor:iinteger):iinteger;
function wurzel(zahl:iinteger):iinteger;
procedure NRoot(var R: IRational; const A: IInteger; Root: Integer); overload;
function NRoot(const A: IInteger; Root: Integer; Precision:cardinal): IRational; overload;
function Arnd(stellen:integer):IInteger; overload;
procedure Arnd(var zahl:IInteger; const stellen:integer); overload;
function Arnd0toMAX(MAXstellen:integer):IInteger;
function ArndRange(min,max:IInteger):IInteger;
function teilbar(zahl,m:iinteger):boolean; overload;
function teilbar(zahl:iinteger; m:integer):boolean; overload;
function teilbar(zahl,m:integer):boolean; overload;
function anzstellen(zahl:IInteger):integer; overload;
function anzstellen(zahl:cardinal):integer; overload;
function anzstellen(zahl:string):integer; overload;
function bootostr(b:boolean):string;
function boolsign(a:boolean):shortint;
function boolUngleich(a,b:boolean):boolean;
function boolGleich(a,b:boolean):boolean;
procedure korrigiere(var s:String; const zeichen:Tsetofchar);
function ADialog(var return:integer; const cap,text:string; start,min,max:integer):boolean; overload;
function ADialog(var return:string; const cap,text:string; zeichen:Tsetofchar=['0' .. '9',#22,#3,#8]):boolean; overload;
function GetFileVersion(FileName: string): string;
function NFloat(const A: IRational): Extended; overload;
function F2tostr(const a,b,c:Integer):string;
var aktuellezahl,restzahl,temp:iinteger;
time,fps:longint;
// für die außenwelt
schritte:cardinal;
implementation
uses unit1;
{-----------------------------------------------------------------------------
Procedure: bootostr
Arguments: b:boolean
Result: string
Detailed description:
-----------------------------------------------------------------------------}
function bootostr(b:boolean):string;
begin
// if b then result:='Wahr' else result:='Falsch';
// if b then result:='True' else result:='False';
if b then result:='Ja' else result:='Nein';
end;
{-----------------------------------------------------------------------------
Description: Gibt den Werte eines Boolean als 1 oder -1 aus
Procedure: boolsign
Arguments: a:boolean
Result: shortint
Detailed description:
-----------------------------------------------------------------------------}
function boolsign(a:boolean):shortint;
begin
if a then
result:=1
else
result:=-1;
end;
{-----------------------------------------------------------------------------
Description: Vergleicht boolean a<>b then true
Procedure: boolUngleich
Arguments: a,b:boolean
Result: boolean
Detailed description:
-----------------------------------------------------------------------------}
function boolUngleich(a,b:boolean):boolean;
begin
result:=true; // Überprüfung durch überprüfung des Gegenteils
if (a and b) or (not(a) and not(b)) then result:=false;
end;
{-----------------------------------------------------------------------------
Description: a=b then true
Procedure: boolGleich
Arguments: a,b:boolean
Result: boolean
Detailed description:
-----------------------------------------------------------------------------}
function boolGleich(a,b:boolean):boolean;
begin
result:=false; // Überprüfung durch überprüfung des Gegenteils
if (a and b) or (not(a) and not(b)) then result:=true;
end;
{-----------------------------------------------------------------------------
Description: Eine der schnellsten methoden zum Sortieren
Procedure: shellsort
Arguments: var a:array of cardinal
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure shellsort(var a:array of cardinal);
var bis,i,j,k:longint;
h:word;
begin
bis:=high(a);
k:= bis shr 1;
while k>0 do
begin
for i:=0 to bis-k do
begin
j:=i;
while (j>=0) and(a[j]>a[j+k]) do
begin
h:=a[j];
a[j]:=a[j+k];
a[j+k]:=h;
if j>k then dec(j,k) else j:=0;
end;
end;
k:= k shr 1;
end;
end;
{-----------------------------------------------------------------------------
Description: Eine der schnellsten methoden zum Sortieren
Procedure: shellsort
Arguments: var a:Tiiarray
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure shellsort(var a:Tiiarray);
var bis,i,j,k:longint;
h:IInteger;
begin
bis:=a.anzahl-1;
k:= bis shr 1;
while k>0 do
begin
for i:=0 to bis-k do
begin
j:=i;
while (j>=0) and (ncmp(a[j],a[j+k])>0 ) do
begin
nset(h,a[j]);
a.writeIIArray(j,a[j+k]);
a.writeIIArray(j+k,h);
if j>k then dec(j,k) else j:=0;
end;
end;
k:= k shr 1;
end;
end;
{-----------------------------------------------------------------------------
Description: Listet ein Arra kurz in einem String auf 2^2, 3, 5^2, 11, 23
Procedure: artostr
Arguments: ar:Tiiarray
Result: string
Detailed description:
Durch zählen der Faktoren kann eine Potenzschreibweise gewählz werden
-----------------------------------------------------------------------------}
function artostr(ar:Tiiarray):string;
var i,potlauf:integer;
begin
result:='';
potlauf:=1;
uanderes.shellsort(ar);
for i:=0 to ar.anzahl-1 do
begin
if ncmp(ar[i],ar[i+1])=0 then //falls das jetztige element mit dem nächsten identisch ist, dann beginne zu zählen
inc(potlauf);
if (potlauf =1) then //wenn er nicht zählt
result:=result+', '+nstr(ar[i]) ; // wenn er nicht gezählt hat, dann schreibe normal
if (ncmp(ar[i],ar[i+1])<>0)and (potlauf >1) then //wenn ende des zählens ist
begin
result:=result+', '+nstr(ar[i])+'^'+inttostr(potlauf);
potlauf:=1;
end;
end;
if (potlauf >1) then result:=result+', '+nstr(ar[ar.anzahl-1])+'^'+inttostr(potlauf);
delete(result,1,2);
end;
{function artostr(ar:Tiiarray):string;
var i:integer;
begin
result:=nstr(ar[0]);
for i:=1 to ar.anzahl-1 do
result:=result+', '+nstr(ar[i]);
end;}
{-----------------------------------------------------------------------------
Description: Sagt wie viele Schritte er pro sec macht
Procedure: zfps
Arguments: None
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure zfps(lauf:cardinal);
begin
schritte:=lauf;
// if temp=nil then exit;
nsub(temp,nint(lauf),temp);
if (gettickcount-time)<> 0 then
fps:=round( (nint64(temp)/(gettickcount-time)*1000)*3/10 +fps*7/10 ); // ich muss hier in prozenten die alte fps mit eingehen lassen, da sonst die anzeige zu schnell wechselt
nset(temp,nint(lauf));
time:=gettickcount;
end;
{-----------------------------------------------------------------------------
Description: Wurzel als Fuktion
Procedure: wurzel
Arguments: zahl:iinteger
Result: iinteger
Detailed description:
-----------------------------------------------------------------------------}
function wurzel(zahl:iinteger):iinteger;
begin
nsqrt(zahl);
result:=zahl;
end;
{-----------------------------------------------------------------------------
Description:
Procedure: NFloat
Arguments: const A: IRational
Result: Extended
Autor: Hagen Reddmann
Detailed description:
-----------------------------------------------------------------------------}
function NFloat(const A: IRational): Extended; overload;
var
N,D: IInteger;
Ns,Ds: Integer;
begin
if A <> nil then
begin
N := A.N;
D := A.D;
Ns := NSize(N);
Ds := NSize(D);
if Ns < 127 then NShl(N, 127 - Ns)
else NShr(N, Ns - 127);
if Ds < 64 then NShl(D, 64 - Ds)
else NShr(D, Ds - 64);
NDiv(N, D);
Result := NFloat(N) * IntPower(2, Ns - Ds - 63); // keine Rekursion denn n ist ein IInteger und kein IRational
end else Result := 0.0;
end;
{-----------------------------------------------------------------------------
Description:
Procedure: NRoot
Arguments: var R: IRational; const A: IInteger; Root: Integer
Result: None
Detailed description: R = A^(1/Root)
-----------------------------------------------------------------------------}
procedure NRoot(var R: IRational; const A: IInteger; Root: Integer);
resourcestring
sNRoot = 'NRoot(), invalid paramater Root, must be >= 2';
var
N,D: IInteger;
P: Cardinal;
begin
if Root < 2 then NRaise(@sNRoot);
P := NPrc(R); // Genauigkeit in Bits holen
NShl(N, A, P * Root); // N := A * (2^p)^root == A * 2^(p*root) == A shl (p*root)
while not Odd(Root) do
begin
NSqrt(N);
Root := Root shr 1;
end;
if Root > 1 then
nints.NRoot(N, Root); // N := A^(1/root) * 2^p
NBit(D, P, True); // D := 2^p; NBit() ist sehr sehr schnell
NSet(R, N, D); // R := N / D == A^(1/root) * 2^p / 2^p == A^(1/root) mit P Bits Genauigkeit
end;
{-----------------------------------------------------------------------------
Description: Oben als Funktion
Procedure: NRoot
Arguments: const A: IInteger; Root: Integer
Result: IRational
Detailed description:
-----------------------------------------------------------------------------}
function NRoot(const A: IInteger; Root: Integer; Precision:cardinal): IRational;
begin
nprc(result,precision);
nroot(result,a,root);
end;
{-----------------------------------------------------------------------------
Description: Quadrat als Fuktion
Procedure: quadrat
Arguments: zahl:iinteger
Result: iinteger
Detailed description:
-----------------------------------------------------------------------------}
function quadrat(zahl:iinteger):iinteger;
begin
nsqr(zahl);
result:=zahl;
end;
{-----------------------------------------------------------------------------
Description: zahl mod M =0 then true else false;
Procedure: teilbar
Arguments: zahl,m:iinteger
Result: boolean
Detailed description:
-----------------------------------------------------------------------------}
function teilbar(zahl,m:iinteger):boolean;
begin
nmod(zahl,m);
result:= ncmp(zahl,0)=0;
end;
{-----------------------------------------------------------------------------
Arguments: zahl:iinteger; m:integer
-----------------------------------------------------------------------------}
function teilbar(zahl:iinteger; m:integer):boolean;
begin
nmod(zahl,m);
result:= ncmp(zahl,0)=0;
end;
{-----------------------------------------------------------------------------
Arguments: zahl,m:integer
-----------------------------------------------------------------------------}
function teilbar(zahl,m:integer):boolean;
begin
result:= zahl mod m =0;
end;
{-----------------------------------------------------------------------------
Description: Division als Funktion
Procedure: durch
Arguments: divident,divisor:iinteger
Result: iinteger
Detailed description:
-----------------------------------------------------------------------------}
function durch(divident,divisor:iinteger):iinteger;
begin
ndiv(divident,divisor);
result:=divident;
end;
{-----------------------------------------------------------------------------
Description: Schreibt in das Stringgrid und fügt immer eine neue Zeile hinzu
Procedure: writeGrid
Arguments: const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string=''
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure writeGrid(const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string='');
begin
form1.StringGrid1.RowCount:=form1.StringGrid1.RowCount+1;
form1.StringGrid1.Cells[0,form1.StringGrid1.RowCount-1]:=zahl;
form1.StringGrid1.Cells[1,form1.StringGrid1.RowCount-1]:=faktor;
form1.StringGrid1.Cells[2,form1.StringGrid1.RowCount-1]:=Fermat;
form1.StringGrid1.Cells[3,form1.StringGrid1.RowCount-1]:=Euler;
form1.StringGrid1.Row:=form1.StringGrid1.RowCount-1;
form1.StringGrid1.Col:=0;
end;
{-----------------------------------------------------------------------------
Description: Schreibt in das Stringgrid und kann auch Zeilen überschreiben
Procedure: writeGrid
Arguments: zeile:cardinal; const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string=''
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure writeGrid(zeile:cardinal; const zahl:string=''; faktor:string=''; Fermat:string=''; Euler:string='');
begin
if zeile>=form1.StringGrid1.RowCount then writeGrid(zahl,faktor,fermat,euler)
else
begin
form1.StringGrid1.Cells[0,zeile]:=zahl;
form1.StringGrid1.Cells[1,zeile]:=faktor;
form1.StringGrid1.Cells[2,zeile]:=Fermat;
form1.StringGrid1.Cells[3,zeile]:=Euler;
if zeile=0 then form1.StringGrid1.Row:=1;
form1.StringGrid1.Col:=0;
end;
end;
{-----------------------------------------------------------------------------
Description: Zufallszahlen auf Dezimalstellen
Procedure: Arnd
Arguments: stellen:integer
Result: IInteger
Detailed description: anstadt auf Bytes
-----------------------------------------------------------------------------}
function Arnd(stellen:integer):IInteger;
begin
// nrnd(result,round( (random(stellen-1)+1) /math.Log10(2)));
nrnd(result,round(stellen/math.Log10(2) ));
end;
{-----------------------------------------------------------------------------
Description: Wie oben nur als Procedure
Arguments: var zahl:IInteger; const stellen:integer
-----------------------------------------------------------------------------}
procedure Arnd(var zahl:IInteger; const stellen:integer);
begin
nset(zahl,Arnd(stellen));
end;
{-----------------------------------------------------------------------------
Description: Keine bestimmte Anzahl von Stellen sondern nur MAX-Stellen
Procedure: Arnd0toMAX
Arguments: MAXstellen:integer
Result: IInteger
Detailed description:
-----------------------------------------------------------------------------}
function Arnd0toMAX(MAXstellen:integer):IInteger;
begin
nrnd(result,round( (random(MAXstellen-1)+1) /math.Log10(2)));
end;
{-----------------------------------------------------------------------------
Description: Zufallsbereich der Zufallszahlen
Procedure: ArndRange
Arguments: min,max:IInteger
Result: IInteger
Detailed description: Beim generieren wird keine Beachtung auf die Beschränkung gelegt
sondern es werden später nur die durchgelassen die in die Beschränkung passen.
-----------------------------------------------------------------------------}
function ArndRange(min,max:IInteger):IInteger;
begin
repeat
nrnd(result,anzstellen(max)+1);
until (ncmp(min,result)<=0)and(ncmp(max,result)>=0) ;
end;
{-----------------------------------------------------------------------------
Description: Berechnet die Stellen einer Zahl
Procedure: anzstellen
Arguments: zahl:IInteger
Result: integer
Detailed description:
-----------------------------------------------------------------------------}
function anzstellen(zahl:IInteger):integer;
begin
result:=length(nstr(zahl));
end;
{-----------------------------------------------------------------------------
Arguments: zahl:cardinal
-----------------------------------------------------------------------------}
function anzstellen(zahl:cardinal):integer;
begin
result:=length(inttostr(zahl));
end;
{-----------------------------------------------------------------------------
Arguments: zahl:string
-----------------------------------------------------------------------------}
function anzstellen(zahl:string):integer;
begin
result:=length(zahl);
end;
{-----------------------------------------------------------------------------
Description: Löscht Zeichen die da nicht reinpassen
Procedure: korrigiere
Arguments: var s:String; const zeichen:Tsetofchar
Result: None
Detailed description:
-----------------------------------------------------------------------------}
procedure korrigiere(var s:String; const zeichen:Tsetofchar);
var c : word;
begin
c:=1;
while c<= length(s) do
begin
if not(s[c] in zeichen) then
delete(s,c,1)
else
inc(c);
end;
end;
{-----------------------------------------------------------------------------
Description: Eingabedialog
Procedure: ADialog
Arguments: var return:integer; const cap,text:string; start,min,max:integer
Result: boolean
Detailed description:
Gibt true zurück wenn OK
wenn Canel dann false
überprüft ob das eine Integer Zahl und korrigier wenn nötig
-----------------------------------------------------------------------------}
function ADialog(var return:integer; const cap,text:string; start,min,max:integer):boolean;
var temps:string;
begin
result:=false;
temps:=inttostr(start);
if dialogs.InputQuery(cap,text,temps) then
begin
result:=true;
if temps='' then exit;
uanderes.korrigiere(temps,['0' .. '9','-']);
if temps='' then return:=0 else return:= strtoint(temps);
if return>max then return:=max;
if return<min then return:=min;
end;
end;
{-----------------------------------------------------------------------------
Description: Gibt String zurück und prüft auf Zeichen
Arguments: var return:string; const cap,text:string; zeichen:Tsetofchar
-----------------------------------------------------------------------------}
function ADialog(var return:string; const cap,text:string; zeichen:Tsetofchar=['0' .. '9',#22,#3,#8]):boolean;
begin
result:=false;
if dialogs.InputQuery(cap,text,return) then
begin
if return='' then exit;
result:=true;
uanderes.korrigiere(return,zeichen);
end;
end;
{-----------------------------------------------------------------------------
Description:
Procedure: GetFileVersion
Arguments: FileName: string
Result: string
Detailed description:
-----------------------------------------------------------------------------}
function GetFileVersion(FileName: string): string;
var fi: TJclFileVersionInfo;
begin
fi:=TJclFileVersionInfo.Create(FileName);
try
result:=fi.FileVersion;
finally
fi.free;
end;
end;
{-----------------------------------------------------------------------------
Description:
Procedure: F2tostr
Arguments: const a,b,c:Integer
Result: string
Detailed description:
-----------------------------------------------------------------------------}
function F2tostr(const a,b,c:Integer):string; overload;
var schonDavor:boolean;
function Koeffizient(k:Integer):string;
begin
case k of
0:result:='';
1:begin
if schonDavor then
result:='+ '
else
result:=' '
end;
-1:result:='- ';
else
begin
if k>=0 then
if schonDavor then
result:='+ '
else
result:=' '
else
result:='- ';
result:=result+inttostr(abs(k));
end;
end;
end;
begin
// result:='f(x)='+inttostr(a)+'x^2 + '+inttostr(b)+'x + '+inttostr(c);
schonDavor:=false;
result:='f(x)= ';
if a<>0 then
begin
result:=result+Koeffizient(a)+'x^2 ';
schonDavor:=true;
end;
if b<>0 then
begin
result:=result+Koeffizient(b)+'x ';
if b<>0 then
schonDavor:=true;
end;
case c of
0:result:=result+'';
1:begin
if schonDavor then
result:=result+'+ 1'
else
result:=result+' 1'
end;
-1:result:=result+'- 1';
else
result:=result+Koeffizient(c);
end;
//result:=result+'___'+'f(x)='+inttostr(a)+'x^2 + '+inttostr(b)+'x + '+inttostr(c);
end;
end.