代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/177477/5325234
com example.com
;
; Zone file for example.com
;
$TTL 60
@ IN SOA ns root (
2002042901 ; SERIAL
7200 ; REFRESH
600 ; RETRY
36000000 ; EXPIRE
60 ; MINIMUM
)
NS
www.eeworm.com/read/171934/5390723
com example.com
;
; Zone file for example.com
;
$TTL 60
@ IN SOA ns root (
2002042901 ; SERIAL
7200 ; REFRESH
600 ; RETRY
36000000 ; EXPIRE
60 ; MINIMUM
)
NS
www.eeworm.com/read/170239/5406075
c tcpstuff.c
/* tcpstuff.c:
* Absolute minimum to properly refuse TCP connection requests to this
* device. The processTCP function is called if the incoming protocol is
* TCP, but this code simply responds
www.eeworm.com/read/163233/5511072
cc velocitydet.cc
//
// VelocityDet - It reads the raw data and inserts markers for the
// minimum and maximum velocity points (only pen down data points are
// processed). Maximum velocity points are those above a
www.eeworm.com/read/339155/3310854
cpp iconeditor.cpp
#include
#include "iconeditor.h"
IconEditor::IconEditor(QWidget *parent)
: QWidget(parent)
{
setAttribute(Qt::WA_StaticContents);
setSizePolicy(QSizePolicy::Minimum, QSizePolicy:
www.eeworm.com/read/337445/3340253
zone root.zone
; Root zone for testing
. 3600000 IN SOA ns root (
2002042901 ; SERIAL
7200 ; REFRESH
600 ; RETRY
36000000 ; EXPIRE
60 ; MINIMUM
)
NS ns.exampl
www.eeworm.com/read/337445/3340260
com example.com
;
; Zone file for example.com
;
$TTL 60
@ IN SOA ns root (
2002042901 ; SERIAL
7200 ; REFRESH
600 ; RETRY
36000000 ; EXPIRE
60 ; MINIMUM
)
NS
www.eeworm.com/read/322013/3528316
pdf pocket-cd-manager.pdf
[PDF]
Version = 1.1
[Package Definition]
Product = Pocket-CD-Manager
Version = 1.0.0.0000
Comment =
SetupVariations = Setup
[SetupVariations Setup]
CommandName = Automated Minimum Ins
www.eeworm.com/read/281683/4113459
java thread.java
package java.lang;
/**
* A thread of execution (or task). Now handles priorities, daemon threads
* and interruptions.
*/
public abstract class Thread
{
/**
* The minimum priority that a threa
www.eeworm.com/read/276342/4166409
cpp iconeditor.cpp
#include
#include "iconeditor.h"
IconEditor::IconEditor(QWidget *parent)
: QWidget(parent)
{
setAttribute(Qt::WA_StaticContents);
setSizePolicy(QSizePolicy::Minimum, QSizePolicy: