代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/155965/5616915
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/155965/5616925
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/155965/5616928
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/155965/5616984
pas unit2.pas
unit Unit2;
interface
procedure HUNT(XX:array of real; N:integer; X:real; var JLO:integer);
implementation
procedure HUNT(XX:array of real; N:integer; X:real; var JLO:integer);
label 1,2,3;
www.eeworm.com/read/155965/5616990
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/155965/5617080
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
Procedure AMOEBA(var P:matrx2;var Y:array of real; MP, NP:integer;
www.eeworm.com/read/155965/5617084
pas unit2.pas
unit Unit2;
interface
Procedure SORT(N:integer; var RA:array of real);
implementation
Procedure SORT(N:integer; var RA:array of real);
Label 99;
var
I,J,L,IR:integer;
RR,RRA:real;
www.eeworm.com/read/155965/5617115
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Function GASDEV:real;
Procedure LFIT(X, Y, SIG:array of real; NDATA:integer;var A:ar
www.eeworm.com/read/155965/5617120
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Function GASDEV:real;
Procedure FIT(X, Y:array of real; NDATA:integer; SIG:array o
www.eeworm.com/read/155965/5617135
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs;
Function GASDEV:real;
Procedure FIT(X, Y:array of real; NDATA:integer; SIG:array o