代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/244284/12875602
inc param.inc
parameter (NGX= 150,NGY= 150,NGZ= 150)
parameter (NSPEC= 1,NIONS= 60)
parameter (NKPTS= 1,NBANDS= 1)
parameter (NPLWV=NGX*NGY*NGZ)
www.eeworm.com/read/244165/12880191
ini english.ini
;
; Few rules for translator:
; For beginning of translate - copy english.ini into the yourlanguage.ini
; Please, translate text only after simbol '='
;
;
[Translations]
;
Label1.Caption =0
www.eeworm.com/read/330520/12883870
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/244008/12899706
cpp f1402.cpp
//=====================================
// f1402.cpp
// template parameter match problem
//=====================================
template
void swap(T& a, T& b){
T temp=a; a=b; b=te
www.eeworm.com/read/143077/12900918
f90 module.f90
!******************************module*************************
!==========================================================================
! module consts
!=============