代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/451644/7459359
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/451644/7459386
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/451644/7459414
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/451644/7459431
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/451644/7459458
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:
www.eeworm.com/read/451644/7459575
pas unit2.pas
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);
procedure POLCO
www.eeworm.com/read/451644/7459686
txt mprove.txt
procedure MPROVE(A,ALUD:matrx2; N:integer;
INDX:array of real; B:array of real;var X:array of real);
var
R:array [0..100] of real;
I,J:integer;
SDP:real;
begin
For I
www.eeworm.com/read/451644/7459691
txt svbksb.txt
procedure SVBKSB(U:matrx2; W:array of real; V:matrx2;
M, N:integer; B:array of real;var X:array of reaL);
var
TMP:array[0..100] of real;
I,J,JJ:integer;
S:real;
be
www.eeworm.com/read/451644/7459693
txt tridag.txt
procedure TRIDAG(A, B, C, R:array of real;var U:array of real; N:integer);
var
GAM:array[0..100] of real;
J:integer; BET:real;
begin
If B[1] = 0 Then Exit;
BET:=B[1];
U[1]:
www.eeworm.com/read/451644/7459697
txt vander.txt
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
const
NMAX = 100; ZERO = 0;
ONE = 1;
var
C:array[0..100] of rea