3
1
0
新人
函数.jpg (91.84 KB, 下载次数: 234)
下载附件
2020-8-22 16:16 上传
使用道具 举报
213
2
宗师
real function p(t, t1, t2, p0) implicit none real, intent(in) :: t, t1, t2, p0 real :: r r = mod(t, t1 + t2) if (r <= t1 ) then p = p0 else p = 0 end if return end function p
风平老涡 发表于 2020-8-23 04:51 [mw_shl_code=fortran,true]real function p(t, t1, t2, p0) implicit none real, intent(in) :: t, t1, t2 ...
风平老涡 发表于 2020-8-24 22:13 中心思想就是把任意时间 t 转换成(T1+T2)的余数,然后根据余数判断P值。
本版积分规则 发表回复 回帖后跳转到最后一页
颁发给完成“有规有矩”任务的网友
捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )
GMT+8, 2024-12-23 07:07
Powered by Tencent X3.4
© 2013-2024 Tencent