代码搜索:Exact
找到约 2,096 项符合「Exact」的源代码
代码结果 2,096
www.eeworm.com/read/225531/4794469
exact
#!/bin/sh
# make sure that neither --exact nor --zero gobbles a command line argument
if test "$VERBOSE" = yes; then
set -x
shred --version
fi
pwd=`pwd`
tmp=exact.$$
trap 'status=$?; cd $pwd; rm
www.eeworm.com/read/104056/15711057
exact
#!/bin/sh
# make sure that --exact no longer gobbles a command line argument
if test "$VERBOSE" = yes; then
set -x
shred --version
fi
pwd=`pwd`
tmp=exact.$$
trap 'status=$?; cd $pwd; rm -rf $tmp
www.eeworm.com/read/179809/9335966
f exact.f
www.eeworm.com/read/355063/10297780
f exact.f
www.eeworm.com/read/136709/13364214
f exact.f
www.eeworm.com/read/316507/13521793
f exact.f
www.eeworm.com/read/440867/6343934
f exact.f
www.eeworm.com/read/492503/6415076
f exact.f
www.eeworm.com/read/158196/11638301
c exact.c
/* this is the program for calculating the relection coefficient and
trasmition coeficient of a 1-D dielectric layer - ANALYTICAL SOLUTION!!*/
/* Author: Anping Zhao, Nokia Research Center, He
www.eeworm.com/read/152916/12074424