代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877597
f03 bind_c_usage_6.f03
! { dg-do compile }
module x
use iso_c_binding
bind(c) :: test, sub1 ! { dg-error "only be used for variables or common blocks" }
bind(c) :: sub2 ! { dg-error "only be used for variables or comm
www.eeworm.com/read/366702/2877815
f03 bind_c_usage_3.f03
! { dg-do compile }
module test
use, intrinsic :: iso_c_binding
type, bind(c) :: my_c_type ! { dg-error "BIND.C. derived type" }
integer(c_int), pointer :: ptr ! { dg-error "cannot have the
www.eeworm.com/read/102885/15753827
sas7bdat coupon_usage_b.sas7bdat
www.eeworm.com/read/433047/8549947
m lcrcl.m
function z=lcrcl(y)
%usage: z=lcrcl(y);
z=-sqrt(2.^2-y.^2);
www.eeworm.com/read/433047/8550003
m fxpow.m
function z=fxpow(x,y)
%usage: z=fxpow(x,y)
count;
z=x.^y;