代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/305566/3772464
sudmofk
SUDMOFK - DMO via F-K domain (log-stretch) method for common-offset gathers
sudmofk stdout cdpmin= cdpmax= dxcdp= noffmix= [optional parms]
Required Parameters:
cdpmin minimum
www.eeworm.com/read/303435/3811284
main sudmofk.su.main
SUDMOFK - DMO via F-K domain (log-stretch) method for common-offset gathers
sudmofk stdout cdpmin= cdpmax= dxcdp= noffmix= [...]
Required Parameters:
cdpmin minimum cdp (integer
www.eeworm.com/read/290267/3982316
data dns_db_find_8.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c.d in A 1.2.3.4
a.b.c in A 1.2.3.
www.eeworm.com/read/290267/3982324
data dns_db_find_2.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
fx in ns a.fx.vix.com.
a.fx in a 1.2.3.
www.eeworm.com/read/290267/3982333
data dns_db_find_4.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c in ns b
b.a.b.c in a 10.0.0.2
www.eeworm.com/read/290267/3982342
data dns_db_find_3.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c in ns b
a.a.b.c in a 10.0.0.1
b
www.eeworm.com/read/290267/3982416
data master4.data
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a in ns ns.vix.com.
a in ns ns2vix.com.
a in ns
www.eeworm.com/read/285244/4055130
java edgedetector.java
package nanovm.ctbot.drivers;
public class EdgeDetector
{
public static final int MAXIMUM = 255;
public static final int MINIMUM = 0;
public static native void updateLeft(); // takes some time
www.eeworm.com/read/285244/4055134
java distancesensor.java
package nanovm.ctbot.drivers;
public class DistanceSensor
{
public static final int MAXIMUM = 255;
public static final int MINIMUM = 0;
public static native void updateLeft(); // takes some tim
www.eeworm.com/read/285244/4055142
java linedetector.java
package nanovm.ctbot.drivers;
public class LineDetector
{
public static final int MAXIMUM = 255;
public static final int MINIMUM = 0;
public static native void updateLeft(); // takes some time