代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/208614/15242358
f90 csiez.f90
program main
use IMSL
implicit none
integer, parameter :: NDATA = 10, N = 20
real XDATA(NDATA), FDATA(NDATA)
real XVEC(N), VALUE(N)
real, parameter :: xmin = -5.0, xmax = 5.0
real
www.eeworm.com/read/208614/15242394
f90 ex0904.f90
program ex0904
implicit none
integer, parameter :: fileid = 10
logical alive
character(len=20) :: filename;
write(*,*) "filename:"
read(*,"(A20)") filename
inquire(file=fil
www.eeworm.com/read/208614/15242413
f90 ex0912.f90
program ex0912
implicit none
integer, parameter :: fileid = 10
character(len=20) :: filename = "list.bin"
integer player
real :: hit(9) = (/ 3.2, 2.8, 3.3, 3.2, 2.9, 2.7, 2.2, 2.3, 1.
www.eeworm.com/read/208614/15242511
for ex0515.for
PROGRAM ex0515
IMPLICIT NONE
INTEGER I
INTEGER N
PARAMETER(N=10)
DATA I /0/
10 WRITE(*, '(1X,A3,I2)' ) 'I=',I
I=I+1
IF ( I .LT. N ) GO
www.eeworm.com/read/208614/15242588
f90 ex0429.f90
program ex0429
implicit none
real pi
parameter(pi=3.14159)
write(*,"(F4.2)") sin(pi/6)
end
www.eeworm.com/read/208137/15253775
h wbxml.h
/*
* libwbxml, the WBXML Library.
* Copyright (C) 2002-2005 Aymerick Jehanne
*
* This library is free software; you can redistribute it and/or
* modify it under the terms
www.eeworm.com/read/207375/15274278
wrn build.wrn
esddrv.c(277) : warning C4047: 'function' : 'struct HWND__ *' differs in levels of indirection from 'int '
esddrv.c(277) : warning C4024: 'MessageBoxW' : different types for formal and actual paramet
www.eeworm.com/read/206966/15284790
h field.h
#if !defined(AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_)
#define AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/206952/15285221
h board.h
;**********************board allocation************************
;**************************************************************
;********************** SREG DATA *****************************
;*