代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/100039/6276109
zone 127.0.0.zone
$ORIGIN 0.0.127.in-addr.arpa.
@ 1D IN SOA localhost. root.localhost. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
1D IN NS localhos
www.eeworm.com/read/494631/6359440
m spm_powell.m
function [p,f] = spm_powell(p,xi,tolsc,func,varargin)
% Powell optimisation method
% FORMAT [p,f] = spm_powell(p,xi,tolsc,func,varargin)
% p - Starting parameter values
% xi - columns co
www.eeworm.com/read/259985/11752959
dml fxlib.dml
("../pcb/symbols/fxlib.dml"
(PackagedDevice
(USB_CON_0_0
(EstimatedPinParasitics
(R
(minimum 0.0001 )
(typical 0.0001 )
(maximum 0.0001 ) )
(L
(minimum 5e-01
www.eeworm.com/read/258337/11869875
cpp nxslider.cpp
#include
#include "nxslider.h"
void NxSlider::_NxSlider() {
slider_size_ = 0;
slider_ = 0; // FL_UP_BOX;
}
NxSlider::NxSlider(int x, int y, int w, int h, const char *l) :
F
www.eeworm.com/read/257032/11957654
txt g729_profiler.txt
Areas Code Size Count Incl. Total Incl. Maximum Incl. Minimum Incl. Average Excl. Total Excl. Maximum Excl. Minimum Excl. Average
main_check.c, line 71 5 14 33607727 2400820 2400257 2400551 126 9 9 9
www.eeworm.com/read/249972/12444492
txt 00readme.txt
FatFs/Tiny-FatFs Module Source Files R0.02a (C)ChaN, 2006
Files
ff.h Common include file for FatFs and application module.
ff.c FatFs module.
tff.h Common include fil
www.eeworm.com/read/231414/14236773
c inplace.c
#include "code.h"
/*
Adapted by aht to allow a level of indirection.
Tue Sep 16 09:58:43 EST 1997
The method for calculating codelengths in function
calculate_minimum_redundancy is d
www.eeworm.com/read/207040/15283580
h common.h
#ifndef COMMON_H
#define COMMON_H
#include "exception.h"
#include
typedef long double ValueType;
const ValueType Pi = 3.1415926535897932384626433832795;
const ValueType E = 2.71828
www.eeworm.com/read/154890/5632369
cpp nxslider.cpp
#include
#include "nxslider.h"
void NxSlider::_NxSlider() {
slider_size_ = 0;
slider_ = 0; // FL_UP_BOX;
}
NxSlider::NxSlider(int x, int y, int w, int h, const char *l) :
F