代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/281789/9135380
pas tablepie.pas
{*********************************************}
{ TeeChart Delphi Component Library }
{ Table Data-Aware Chart Demo }
{ Copyright (c) 1995-1996 by David Berneda }
{ Al
www.eeworm.com/read/183756/9142004
c abs.c
/* abs.c - abs file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,smb do
www.eeworm.com/read/183756/9142056
c modf.c
/* modf.c - separate floating-point number into integer and fraction parts */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,19mar95,dvs removed
www.eeworm.com/read/281673/9142128
cpp boolean.cpp
//: C03:Boolean.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Relational and logical operators
www.eeworm.com/read/183626/9147103
f90 ex0831.f90
program ex0831
implicit none
integer :: n
write(*,*) 'N='
read(*,*) n
write(*, "(I2,'! = ',I8)" ) n, fact(n)
stop
contains
recursive integer function fact(n) result(ans)
www.eeworm.com/read/183626/9147160
f90 ex0828.f90
program ex0828
implicit none
integer :: n
integer, external :: fact
write(*,*) 'N='
read(*,*) n
write(*, "(I2,'! = ',I8)" ) n, fact(n)
stop
end
recursive integer function fac
www.eeworm.com/read/183626/9147222
f90 textgraphlib.f90
module TextGraphLib
implicit none
integer, save :: ScreenWidth ! 定义可以画图的画面宽度
integer, save :: ScreenHeight ! 定义可以画图的画面高度
character, save :: background = ' ' ! 定义预设用来清除画面
www.eeworm.com/read/281572/9149547
c analyze.c
/****************************************************/
/* File: analyze.c */
/* Semantic analyzer implementation */
/* for the C_Minus compiler */
/*****
www.eeworm.com/read/281485/9153592
f pig1.f
Interface to subroutine WPigUWait[C] (delay_secs)
real delay_secs
End
Interface to subroutine WPigDrawBox[C] (x1,x2,y1,y2)
real x1
real x2
real y1
www.eeworm.com/read/281485/9153594
f pig.f
*- PIG Application Interface
*- ========================================================================= *
*+ Purpose: The PIG.FOR and PIG1.FOR modules contains all necessary subro