代码搜索结果

找到约 10,000 项符合 F 的代码

pgen.f

subroutine pgen(j) !! ~ ~ ~ PURPOSE ~ ~ ~ !! this subroutine generates precipitation data when the user chooses to !! simulate or when data is missing for particular days in

dormant.f

subroutine dormant !! ~ ~ ~ PURPOSE ~ ~ ~ !! this subroutine checks the dormant status of the different plant types !! ~ ~ ~ INCOMING VARIABLES ~ ~ ~ !! name |units

f.java

import java.io.*; class KeyInput { public static String read() { String s=null; try { InputStreamReader in=new InputStreamReader(System.in); BufferedReader br=new BufferedRead

f.m

function y=F(x) y=(x(1)-15)^2+(x(2)-45)^4;