代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/168081/5449359
txt hunt.txt
procedure HUNT(XX:array of real; N:integer; X:real; var JLO:integer);
label 1,2,3;
var
ASCND:boolean; LHI,INC,JM:integer;
begin
ASCND:=XX[N] > XX[1];
If (JLO N) Then
www.eeworm.com/read/168081/5449424
txt factrl.txt
Function FACTRL(N:integer):REAL;
var
GLNTOP:integer;
GLA:ARRAY[1..33] OF real;
J:integer;
BEGIN
GLNTOP:=0;
GLA[1]:= 1;
If N < 0 Then ShowMessage('警告:现在N
www.eeworm.com/read/168081/5449430
txt besjan.txt
Function T(Y:real):real;
var
AAA,Z,P:REAL;
begin
If Y
www.eeworm.com/read/168081/5449487
pas unit2.pas
unit Unit2;
interface
uses
unit1;
procedure CHEBFT(A, B:real; var C:array of real; N:integer);
procedure CHEBPC(C:array of real;var D:array of real; N:integer);
implementation
procedure C
www.eeworm.com/read/168081/5449516
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Function CHEBEV(A, B:real; C:array of real; M:integer; X:real):real;
procedure CHE
www.eeworm.com/read/168081/5449660
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/167185/5464224
me fandc.me
.lo
.de RM \"macro to restore original left margin
.br
.nr $i 0
..
.sc
.he 'FORTRAN FROM ESPS''page %'
.fo '1.3'\'9/11/91'
.nf
.ce
\s+4\fBENTROPIC RESEARCH LABORATORY, INC.\fR\s-4
.sp .5i
.c
www.eeworm.com/read/167185/5464229
doc fandc.doc
ENTROPIC RESEARCH LABORATORY, INC.
ESPS APPLICATIONS NOTE: Calling FORTRAN subroutines from C
David Burton
www.eeworm.com/read/166448/5474538
java testbean.java
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/165305/5483656
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public gintWZSmode As Integer 'for WZ setup
Public gintGFSmode As Integer 'for GF setup
Public gintKHSmode As Integer 'for KH setup
Publi