代码搜索:maximum

找到约 9,165 项符合「maximum」的源代码

代码结果 9,165
www.eeworm.com/read/149634/12361348

html progressbar.html

ProgressBar NAME ProgressBar - Progress indicator widget CRE
www.eeworm.com/read/337303/12378256

c auxiliary.c

/* Some utility functions (not part of the algorithm) */ # include # include # include # include "global.h" # include "rand.h" /* Function to return the maximum of two
www.eeworm.com/read/250804/12383969

m marmousi_demo.m

% Marmousi: finite difference modelling of Marmousi % % Marmousi finite difference modelling % Just run the script load marmousi_dz10 %load marmousi_mod dx=x(2)-x(1);; %cdp interval xmax=max(
www.eeworm.com/read/250225/12423170

m maxsize.m

function res = maxsize(varargin) % DESCRIPTION res = maxsize(a,b,c,...) % Takes any number of inputs and % leaves the maximum size for all of them. % INPUT % an argument list with variables of dif
www.eeworm.com/read/130492/14189690

java downloadparameters.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/130480/14190558

atcomm

AT+CGMI=? ,给出模块厂商的标识 AT+GMI ,=(AT+CGMI) AT+CGMM=? ,获得模块标识 AT+GMM ,=(AT+CGMM) AT+CGMR=? ,获得改订的软件版本 AT+GMR ,=(AT+CGMR) AT+CGSN=? ,获得GSM模块的IMEI(国际移动设备标识)序列号 AT+GSN ,=(A
www.eeworm.com/read/128764/14279497

cs fuzzynumber.cs

using System; namespace Fuzzy_Logic_Library { /// /// Fuzzy number class deals with fuzzy numbers /// public class FuzzyNumber : FuzzyBasic { public FuzzyNumber
www.eeworm.com/read/128527/14292107

h celpint.h

/* CELP voice codec, part of the HawkVoice Direct Interface (HVDI) cross platform network voice library Copyright (C) 2001-2003 Phil Frisbie, Jr. (phil@hawksoft.com) This library is free
www.eeworm.com/read/127767/14336167

txt e803. getting and setting the values of a jprogressbar component.txt

// To create a progress bar, see e801 Creating a JProgressBar Component // Get the current value int value = progress.getValue(); // Get the minimum value int min = pro
www.eeworm.com/read/127767/14336580

txt e804. displaying the percentage done on a jprogressbar component.txt

The progress bar offers the ability to display the actual value of the bar as a percentage. This example demonstrates how to enable this display. Note: The percentage display should not be enabled w