代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/114609/6123678
java httpaccept.java
// HttpAccept.java
// $Id: HttpAccept.java,v 1.9 2000/08/16 21:37:58 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
packag
www.eeworm.com/read/114609/6123695
java httpchallenge.java
// HttpChallenge.java
// $Id: HttpChallenge.java,v 1.19 2001/03/07 18:53:40 ylafon Exp $
// (c) COPYRIGHT MIT and INRIA, 1996.
// Please first read the full copyright statement in file COPYRIGHT.html
www.eeworm.com/read/114609/6123702
java httpparamlist.java
// HttpParamList.java
// $Id: HttpParamList.java,v 1.3 2000/08/16 21:38:00 ylafon Exp $
// (c) COPYRIGHT MIT, INRIA and Keio, 1999.
// Please first read the full copyright statement in file COPYRIGHT.
www.eeworm.com/read/114399/6124026
java simple.java
//simple.java
public class simple {
public static void main(String[ ] args) {
try {;
System.out.println("Hello " + args[0]);
}
catch (ArrayIndexOutOfBoundsExc
www.eeworm.com/read/113685/6126326
inc consts.inc
!------ 'Global' constants - i.e. array dimensions:
INTEGER nt, nx, ncmplx, ncolor, ngauge, ndir
PARAMETER (nt = 16, nx = 8, &
ncmplx = 2, ncolor = 2, ngauge =
www.eeworm.com/read/113685/6126333
inc consts.inc
!------ 'Global' constants - i.e. array dimensions:
INTEGER nt, nx, nsites, ncmplx, ncolor, ngauge, ndir
PARAMETER (nt = 16, nx = 8, nsites = nt * nx * nx * nx, &
www.eeworm.com/read/113685/6126374
inc proc.inc
INTEGER LOGP
PARAMETER (LOGP=2)
!---> USER SUPPLIED PARAMETERS:
!
! LOGP THE POWER OF 2 OF THE TOTAL NUMBER OF PROCESSORS,
! I.E. THE NUMBER OF PROCESSORS
www.eeworm.com/read/113685/6126384
inc runparms.inc
!---------------------------------------------------------------
! niter: The no. of multigrid cycles for the coarsest (1st level) grid.
! This is modified for later levels as follows:
!
www.eeworm.com/read/113186/6133607
java sqlquery.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.