代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/471694/6888158
lst f3xx_usb0_descriptor.lst
C51 COMPILER V8.17 F3XX_USB0_DESCRIPTOR 03/18/2009 09:55:18 PAGE 1
C51 COMPILER V8.17, COMPILATION OF MODULE F3XX_USB0_DESCRIPTOR
OBJECT MOD
www.eeworm.com/read/202486/15381806
cpp ex0308.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 3.8 on page 41
// Using compound conditions
#include
using namespace std;
www.eeworm.com/read/108717/15578027
c bulkonly.c
/*++
Copyright (c) 1999-2001 Microsoft Corporation
Module Name:
BulkOnly.c
Abstract:
Implements bulk-only protocol for USB Mass Storage device
Environment:
kernel mod
www.eeworm.com/read/107624/15604613
cpp 动态数组.cpp
#include
#include
const int MINIMUM_SIZE=10;
class myArray
{
public:
myArray(int nMaxSize=MINIMUM_SIZE,int nInitVal=0);
myArray(myArray& anArray);
~myArray();
www.eeworm.com/read/100142/15882844
c wpt_bitalloc_util.c
/******************************************************************************
*
* Copyright Jill R. Goldschneider, 1998
*
* This work was partially supported by a NASA Graduate Student
* Fellow
www.eeworm.com/read/162867/10262430
m mineig.m
%MINEIG Minimum eigenvalue and the corresponding eigenvector.
% [L, Q] = MINEIG(A) returns the minimum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Minimum is
% in the s
www.eeworm.com/read/198947/7902962
m mineig.m
%MINEIG Minimum eigenvalue and the corresponding eigenvector.
% [L, Q] = MINEIG(A) returns the minimum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Minimum is
% in the s
www.eeworm.com/read/303435/3811042
lib minfunc.par.lib
MINFUNC - routines to MINimize FUNCtions
bracket_minimum - bracket the minimum of a function with a golden search
golden_bracket - bracket the minimum of a function to a user-specified
tolerance u
www.eeworm.com/read/191409/8429967
c m_i2c_1.c
//*************************************************************************
// m_i2c_1.c
// Version 1.00
//
// Mikes simple software driven I2C ro