代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/258562/11854016

f90 simpson.f90

module INTEGRAL implicit none real, parameter :: PI=3.14159 contains ! 产生数列 subroutine GenerateData(datas, width, func) real datas(:), width real, external :: func real r integer
www.eeworm.com/read/258562/11854196

f90 game.f90

module GAME use SGL use utility implicit none integer, parameter :: SX = 210, SY = 430 integer, parameter :: BoundX = 5, BoundY = 15 integer, parameter :: BatRadius = 8, BallRadius =
www.eeworm.com/read/258562/11854501

f90 ex0905.f90

program ex0905 implicit none character(len=79) :: filename character(len=79) :: buffer integer, parameter :: fileid = 10 integer :: status = 0 logical alive write(*,*) "Filena
www.eeworm.com/read/254980/12110165

v addac.v

//Implicit style addition by bit serial //copyright 1997 Mark Arnold //all rights reserved //need to use following for simulation with VeriWell `define CLK @(posedge sysclk) `define ENS #1 //need to
www.eeworm.com/read/221870/14716542

f90 simpson.f90

module INTEGRAL implicit none real, parameter :: PI=3.14159 contains ! 产生数列 subroutine GenerateData(datas, width, func) real datas(:), width real, external :: func real r integer
www.eeworm.com/read/221868/14716794

f90 ex0905.f90

program ex0905 implicit none character(len=79) :: filename character(len=79) :: buffer integer, parameter :: fileid = 10 integer :: status = 0 logical alive write(*,*) "Filena
www.eeworm.com/read/208614/15242252

f90 simpson.f90

module INTEGRAL implicit none real, parameter :: PI=3.14159 contains ! 产生数列 subroutine GenerateData(datas, width, func) real datas(:), width real, external :: func real r integer
www.eeworm.com/read/208614/15242311

f90 game.f90

module GAME use SGL use utility implicit none integer, parameter :: SX = 210, SY = 430 integer, parameter :: BoundX = 5, BoundY = 15 integer, parameter :: BatRadius = 8, BallRadius =
www.eeworm.com/read/208614/15242399

f90 ex0905.f90

program ex0905 implicit none character(len=79) :: filename character(len=79) :: buffer integer, parameter :: fileid = 10 integer :: status = 0 logical alive write(*,*) "Filena
www.eeworm.com/read/10438/186723

h safebool.h

/*** *safebool.h - types and constants for implementing the "smart bool" idiom. * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: Prefer _safe_bool to an implicit