代码搜索结果

找到约 820,005 项符合 if 的代码

config.h

/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't. */ /* #defin

config.h

/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if you don't have vprintf but do

config.h

/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't. */ /* #defin

acconfig.h

@BOTTOM@ /* Defined if this is an official release */ #undef RELEASED /* Define if you have inline */ #undef HAVE_INLINE /* Define if you need to hide the static definitions of inline functions */

config.h.in

/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't. */ #undef HAVE_DECL_ACOSH /* Define to 1 if you have

example.c

#if 0 /* in case someone actually tries to compile this */ /* example.c - an example of using libpng */ /* This is an example of how to use libpng to read and write PNG files. * The file libpng.tx

todo

- Implement RTLD_LAZY, RTLD_SHARED/UNSHARED, RTLD_LAZY_UNDEF if needed.

input.txt

program test; integer i; var j; real k; if i>j j=i end; `

iharw.m

function y=iharw(x,N) for j=-1:(log(N/2)/log(2)) if(j==-1) a(1)=fft(x(1:1),1); else a((2^j)+1:(2^(j+1)))=fft(x((2^j)+1:(2^(j+1))),(2^(j+1))-(2^j)); end end %a(N/2+

normal.c

normal(R,a,p,n) /* rtflag=1 if singular, rtflag=2 if non-pos-definite */ double R[],a[],p[]; register int n; { register int i,j,ss,s,iM; int rtflag; register double ci,po,pf,temp; rtflag=0; fo