代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/155965/5616638
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
procedure BSSTEP(var Y, DYDX:array of real; NV:integer; var X1:real;
www.eeworm.com/read/155965/5616644
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes,unit1, Graphics, Controls, Forms, Dialogs;
procedure ODEINT(var YSTART:array of real; NVAR:integer;X1, X2, EPS,
H1, HMIN:rea
www.eeworm.com/read/155965/5616664
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
Function GASDEV:real;
procedure KSTWO(DATA1:array of real; N1:integer;
www.eeworm.com/read/155965/5616673
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
Function GASDEV:real;
procedure KSONE(DATA:array of real; N:integer;var D, PROB:re
www.eeworm.com/read/155965/5616714
pas unit2.pas
unit Unit2;
interface
uses
unit1;
procedure MDIAN1(var X:array of real; N:integer;var XMED:real);
Function GASDEV:real;
procedure MDIAN2(X:array of real; N:integer;var XMED:real);
impleme
www.eeworm.com/read/155965/5616829
pas unit2.pas
unit Unit2;
interface
Function BS(N:integer; A:real):real;
implementation
Function BS(N:integer; A:real):real;
label 5,6,15;
var
B:array[1..20] of real;
DEL,R,EPS,S,AK,A2,DA,AJP,AJ
www.eeworm.com/read/155965/5616883
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/155965/5616894
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/155965/5616898
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/155965/5616910
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