代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/280830/10290674
makefile
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the components of W
www.eeworm.com/read/354492/10349844
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/354492/10349887
cpp min2.cpp
// Section 10.3
// $ CC min2.cpp
/*
minimum of ai is: 8
*/
#include
using std::cout;
using std::endl;
template
// the first parameter is a Type*
www.eeworm.com/read/279612/10410480
h meter.h
#ifndef METER_H
#define METER_H
class _METER {
public:
uint32 get_count();
real64 get_interval();
real64 get_sum();
real64 get_sumofsquare();
real64 get_average();
real64
www.eeworm.com/read/353831/10414653
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, PC1, PC2, QC1MIN, QC1MAX, ...
QC2MIN, QC2MAX, RAMP_AGC, RAMP_10, RAMP_30, RAMP
www.eeworm.com/read/424670/10429531
bak dscr.a51.bak
; dscr.a51
; Contains the Device Descriptor, Configuration(Interface, HID and Endpoint) Descriptor,
; and String descriptors.
;
DSCR_DEVICE equ 1 ;; Descriptor type: Device
DSCR_CO
www.eeworm.com/read/278221/10559039
equ config.equ
; File : $CONFIG.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/278132/10566415
c conjugate_structurecore.c
#include
#include
void mexFunction(int nlhs,mxArray *plhs[],int nrhs,const mxArray *prhs[])
{
//输入
double *x,*y,*z,*GA,*GB,*gc1;
//输出
double *bestgp,*bestgc,*update_u,
www.eeworm.com/read/277084/10670069
h precisio.h
//$$ precisio.h floating point constants
#ifndef PRECISION_LIB
#define PRECISION_LIB 0
#ifdef use_namespace
namespace NEWMAT {
#endif
#ifdef _STANDARD_
www.eeworm.com/read/421666/10712945
index
assign.mod Assignment problem
bpp.mod Bin packing problem
cal.mod Print an ASCII calendar of the given year
cf12a.mod Curve fitting problem
cf12b.mod Curve fitting problem