代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/271244/11002216
m min.m
function m=min(c);
% COMPONENTS/MIN returns the minimum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=min(min([c.d.c]));
www.eeworm.com/read/339477/7083348
m gill.m
function [y_out t_out] = Gill(Fun,tspan,y_0,options,para)
% March 31, 2006
% Coded by Huabin XI.
% shobin_xi@yahoo.com.cn
% www.baisi.net
%======================================================
www.eeworm.com/read/462414/7201846
h descript.h
unsigned char code D12Test_DeviceDescriptor[] = {
18, 1, // Length, Type
0x10, 1, // USB Rev 1.1 (=0110H, low=10H, High=01H)
0, 0, 0, // Class, Subclass and Protocol
EP0Size, // E
www.eeworm.com/read/441325/7671854
m idx_gen.m
function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN, ...
MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN] = idx_gen
%IDX_GEN Defines constants for named column indices to gen matrix.
%
%
www.eeworm.com/read/438535/7729984
h descript.h
unsigned char code D12Test_DeviceDescriptor[] = {
18, 1, // Length, Type
0x10, 1, // USB Rev 1.1 (=0110H, low=10H, High=01H)
0, 0, 0, // Class, Subclass and Protocol
EP0Size, // E
www.eeworm.com/read/437318/7751284
h limits.h
/*
* limits.h
*
* Defines implementation specific limits on type values.
*
* Copyright (c) 1997, Microchip Technology Inc.
* 2355 W.Chandler Blvd., Chandler, AZ, 85224
www.eeworm.com/read/299985/7815658
h tuner_tsvn1_p01f.h
//==================== Forward TSVN1_P01F ====================
//------- Address BYTE (ADB)
#define TUNER_ADB 0xC2 // (ADB) Tuner Address
//------- Contro
www.eeworm.com/read/299178/7881263
m idx_gen.m
function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN, ...
MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN] = idx_gen
%IDX_GEN Defines constants for named column indices to gen matrix.
%
%
www.eeworm.com/read/298743/7941009
txt updates.txt
R0.04b, May 05, 2007
Added _USE_NTFLAG option.
Added FSInfo support.
Fixed some problems corresponds to FAT32. (Tiny-FatFs)
Fixed DBCS name can result FR_INVALID_NAME.
Fixed short seek
www.eeworm.com/read/197649/7983223
m min.m
function m=min(c);
% COMPONENTS/MIN returns the minimum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=min(min([c.d.c]));