代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/366524/9810721

c minmax.c

#include #define MIN(x, y) (((x) < (y)) ? (x): (y)) #define MAX(x, y) (((x) > (y)) ? (x): (y)) void main(void) { printf("Minimum of 3 and 5 is %d\n", MIN(3, 5)); printf("Max
www.eeworm.com/read/366524/9810817

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/170042/9822286

html scripting_6_3__writing_to_the_info_window.html

脚本 6.3. 向Info(情报)窗口输出
www.eeworm.com/read/169674/9846415

m vebyk.m

function [output,errorvariance] = vebyk(coord,dgrid,points,anisotropy,alpha,nu,range,crossv,verbose) % Value Estimation BY Kriging: % estimates values on a grid using ordinary kriging. % % Parameter
www.eeworm.com/read/167506/9967294

cs c10-03.cs

// ProgressBar示例 private void CopyWithProgress(string[] filenames) { // 显示ProgressBar pBar1.Visible = true; pBar1.Minimum = 1; pBar1.Maximum = filenames.Length; pBar1.Value = 1;
www.eeworm.com/read/166306/10024261

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain
www.eeworm.com/read/360770/10078803

m funf661.m

function y = funf661(x) %------------------------------------------------------------------ % Example 6.6.1: Objective Function %------------------------------------------------------------------
www.eeworm.com/read/360206/10106568

c minmax.c

#include #define MIN(x, y) (((x) < (y)) ? (x): (y)) #define MAX(x, y) (((x) > (y)) ? (x): (y)) void main(void) { printf("Minimum of 3 and 5 is %d\n", MIN(3, 5)); printf("Max
www.eeworm.com/read/360206/10106625

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/163880/10141065

asl 8661fdc.asl

Device(FDC0) { // Floppy Disk controller Name(_HID, EISAID("PNP0700")) // PnP Device ID Method(_STA,0) { //Status of the Floppy disk controller ENFG() // E