代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/387489/8673022
txt eigsrt.txt
Procedure EIGSRT(var D:array of real; var V:matrx2; N:integer);
var
I,K,J:integer; P:real;
begin
For I:=1 To N - 1 do
begin
K:=I;
P:=D[I];
For J:=I + 1 To
www.eeworm.com/read/387489/8673023
txt balanc.txt
Procedure BALANC(var A:matrx2; N:integer);
Label 1,2,3;
var
I,J:integer;
RADIX,SQRDX,C,R,LAST,G,F,S:real;
begin
RADIX:=2 ;
SQRDX:=Sqr(RADIX);
1: Last:=1;
For I:=1 To N
www.eeworm.com/read/387489/8673270
txt besian.txt
Function T(Y:real):real;
var
AAA,P,Z:REAL;
begin
If Y
www.eeworm.com/read/387489/8673745
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, unit1,Controls, Forms, Dialogs;
Procedure MNEWT(NTRIAL:integer;var X:array of real;N:integer;TOLX,TOLF:real);
impl
www.eeworm.com/read/387489/8674004
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs;
Procedure JACOBI(A:matrx2; N:integer;var D:array of real;
www.eeworm.com/read/387489/8674032
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Procedure BALANC(var A:matrx2; N:integer);
Procedure ELMHES(var A:matrx2; N:integer)
www.eeworm.com/read/387489/8674088
pas unit2.pas
unit Unit2;
interface
uses
unit1;
Procedure BALANC(var A:matrx2; N:integer);
implementation
Procedure BALANC(var A:matrx2; N:integer);
Label 1,2,3;
var
I,J:integer;
RADIX,SQR
www.eeworm.com/read/387489/8674137
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;
www.eeworm.com/read/287401/8687641
cpp lmpar.cpp
/* lmpar.f -- translated by f2c (version of 17 January 1992 0:17:58).
You must link the resulting object file with the libraries:
-lf77 -li77 -lm -lc (in that order)
*/
#include
#in
www.eeworm.com/read/286776/8743604
txt 列表9.2.txt
【列表9.2】 CheckMailStuff 的程序代码。
unit checkmailstuff;
interface
uses
SysUtils, Libc;
type
CountType= (MSG_COUNT, MSG_NOCOUNT);
function Che