-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
procedure SSOR(A:matrx2; N:integer; B:array of real;
var X:arr
http://www.codebf.com/read/155965/5616903
-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure PENDAG(A,B,C,D,E,R:array of real;var U:array of real; N:integer);
implementati
http://www.codebf.com/read/155965/5616915
-
unit Unit2;
interface
procedure TRIDAG(A, B, C, R:array of real;var U:array of real; N:integer);
implementation
procedure TRIDAG(A, B, C, R:array of real;var U:array of real; N:integer);
var
http://www.codebf.com/read/155965/5616920
-
unit Unit2;
interface
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
implementation
procedure VANDER(X:array of real;var W:a
http://www.codebf.com/read/155965/5616925
-
unit Unit2;
interface
procedure POLCOE(X, Y:array of real; N:integer; var COF:array of real);
implementation
procedure POLCOE(X, Y:array of real; N:integer; var COF:array of real);
var
S
http://www.codebf.com/read/155965/5616940
-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,UNIT1,Dialogs;
procedure POLINT(XA, YA:array of real; N:integer; X:real; var Y, DY:real);
procedure PO
http://www.codebf.com/read/155965/5616945
-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure RATINT(XA, YA: array of real; N:integer; X:REAL; VAR Y, DY:real);
implementati
http://www.codebf.com/read/155965/5616954
-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure SPLINE(X:array of real;var Y:array of real;
N:integer; YP1
http://www.codebf.com/read/155965/5616960
-
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure POLINT(XA, YA:array of real; N:integer; X:real; var Y, DY:real);
implementatio
http://www.codebf.com/read/155965/5616965
-
unit Unit2;
interface
uses
unit1;
procedure SPLINE(X:array of real;var Y:array of real;
N:integer; YP1, YPN:real; VAR Y2:array of real);
procedure SPLIE2(X1A, X2A:array of real; YA:
http://www.codebf.com/read/155965/5616969