代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/135438/13930140
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
procedure CHOBSB(A:MATRX2; N:integer; D:array of real;var B:array of real);
procedur
www.eeworm.com/read/135438/13930193
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
procedure QRBKSB(A:matrx2; N:integer; Q:matrx2; B:array of real;
www.eeworm.com/read/135438/13930215
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs;
procedure LUDCMP(var A:matrx2;N:integer;var INDX:array of real;var D:real);
proced
www.eeworm.com/read/135438/13930262
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs;
procedure GAUSSJ(VAR A:matrx2; N:integer; VAR B:array of real);
implementation
proc
www.eeworm.com/read/135438/13930284
pas unit2.pas
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
www.eeworm.com/read/135438/13930332
pas unit2.pas
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
www.eeworm.com/read/135438/13930356
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
procedure LUBKSB(var A:matrx2; N:integer; var INDX,B:array of real);
procedure LUD
www.eeworm.com/read/135438/13930379
txt mrqmin.txt
Procedure MRQMIN(var X,Y,SIG:array of real; NDATA:integer;var A:array of real;
MA:integer;var LISTA:array of integer; MFIT:integer;var COVAR,ALPHA:matrx2;
NCA:integer;var CHISQ, ALAMDA:rea
www.eeworm.com/read/135438/13930380
txt covsrt.txt
Procedure COVSRT(var COVAR:matrx2; NCVM, MA:integer;
LISTA:array of integer; MFIT:integer);
var
I,J:integer; SWAP:real;
begin
For J:=1 To MA - 1 do
www.eeworm.com/read/135438/13930383
txt svdfit.txt
Procedure SVDFIT(X,Y,SIG:array of real; NDATA:integer;var A:array of real;
MA:integer;var U, V:matrx2;var W:array of real;
MP, NP: