代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/122037/14725484
pas unit2.pas
unit Unit2;
interface
uses
unit1;
Procedure BALANC(var A:matrx2; N:integer);
Procedure ELMHES(var A:matrx2; N:integer);
implementation
Procedure BALANC(var A:matrx2; N:integer);
Label 1,
www.eeworm.com/read/221024/14775965
html http:^^www.cs.wisc.edu^~milo^cs302^quiz4.html
Date: Mon, 11 Nov 1996 17:12:10 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 06 Nov 1996 18:32:19 GMT
Content-length: 3671
Quiz 4 - CS 302 Fall 1996 - Section
www.eeworm.com/read/221024/14776095
html http:^^www.cs.wisc.edu^~cs354-2^cs354^lec.notes^represent.html
Date: Tue, 05 Nov 1996 00:32:24 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 30 Aug 1995 21:21:36 GMT
Content-length: 15349
Lecture notes - Chapter 4 - Data
www.eeworm.com/read/220447/14800302
txt elmhes.txt
Procedure ELMHES(var A:matrx2; N:integer);
var
M,J,I:integer; X,Y:real;
begin
If N > 2 Then
begin
For M:=2 To N - 1 do
begin
X:=0 ;
I:=M;
www.eeworm.com/read/116636/14960731
pas depng.pas
{$INCLUDE switches}
unit DePNG;
{ Load TBitmap from PNG file
Reduced version of the PngImage unit by Edmund H. Hand
Modifications by Steffen Gerlach
PngImage.
www.eeworm.com/read/116636/14960807
pas innercore.pas
{$INCLUDE switches}
//{$DEFINE TEXTLOG}
//{$DEFINE LOADPERF}
unit InnerCore;
interface
uses
Protocol,CmdList;
const
// additional test flags
FastContact=false; {extra small world with
www.eeworm.com/read/116636/14960865
pas outercore.pas
{$INCLUDE switches}
//{$DEFINE TEXTLOG}
//{$DEFINE LOADPERF}
unit OuterCore;
interface
uses
Protocol, InnerCore;
const
Version=$000D00;
FirstAICompatibleVersion=$000D00;
FirstBookCom
www.eeworm.com/read/217040/14981351
pas elmhes.pas
PROCEDURE elmhes(VAR a: glnpnp; n: integer);
(* Programs using routine ELMHES must define the type
TYPE
glnpnp = ARRAY [1..np,1..np]
where 'np by np' is the physical dimension of the matrix to
www.eeworm.com/read/115860/14999244
c lmdif.c
/* lmdif.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 "f2c.h"
/* Ta
www.eeworm.com/read/114622/15045600
cpp opover.cpp
// File from page 399 in "Thinking in C++" by Bruce Eckel
//////////////////////////////////////////////////
// From the compressed package ECKELT02.ZIP 4/11/95
// (Original ECKELT01.ZIP dated 2/21