代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/192471/8380103
bas gps.bas
Attribute VB_Name = "GPS"
Option Explicit
Const GPS_MaxDeviceName = 257
Const GpsQualityFixNotAvailable = 0
Const GpsQualityFix = 1
Const GpsQualityDifferentialFix = 2
Const GpsParityNone
www.eeworm.com/read/192411/8383938
pas bllperson.pas
unit BllPerson;
interface
uses
Windows, Messages, SysUtils, Variants,
Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls,
DB, ADODB , Person, DALPerson,D
www.eeworm.com/read/291984/8384020
java capscontainer.java
//
// Copyright (C) 2003 Constantin Kaplinsky. All Rights Reserved.
//
// This is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as pu
www.eeworm.com/read/391726/8384838
txt mnewt.txt
Procedure MNEWT(NTRIAL:integer;var X:array of real;N:integer;TOLX,TOLF:real);
var
ALPHA:matrx2; BETA,INDX:array[0..15] of real;
K,I:integer; ERRF,ERRX,D:real;
Begin
SetLength(ALPHA,
www.eeworm.com/read/391726/8385044
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes,unit1, Graphics, Controls, Forms, Dialogs;
procedure RKDUMB(VSTART:array of real; NVAR:integer; X1, X2:real;
www.eeworm.com/read/391726/8385073
pas unit2.pas
unit Unit2;
interface
uses
unit1;
procedure RZEXTR(IEST:integer; XEST:real; YEST:array of real;
var YZ, DY:array of real; NV, NUSE:integer);
implementation
proced
www.eeworm.com/read/391726/8385170
pas unit2.pas
unit Unit2;
interface
uses
unit1;
procedure MDIAN1(var X:array of real; N:integer;var XMED:real);
Function GASDEV:real;
implementation
Function GASDEV:real;
var
V1,V2,FAC,R:real;
be
www.eeworm.com/read/391726/8385238
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure CHSTWO(BINS1, BINS2:array of real;
NBINS, KNSTRN:intege
www.eeworm.com/read/391726/8385294
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure CHSONE(BINS, EBINS:array of real; NBINS, KNSTRN:integer;
www.eeworm.com/read/391726/8385801
pas unit2.pas
unit Unit2;
interface
Function GAMMLN(xx:real):real;
Function T(Y:real):real;
procedure IAP(X, A:real; NMAX:integer; VAR F:array of real);
procedure BESIAN(X, A:real; NM, IH:integer; VAR F:arra