代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/209919/4956109
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/285975/8798720
065_best ch02.065_best
##############################################################################
## Code fragment (Recommended) from Chapter 2 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/374302/9411805
cpp maths_analysis.cpp
#include
#include
#include
#include
#include
class Maths_Analysis {
public:
void Minimum_Value();
void Maximum_Value();
void Dat
www.eeworm.com/read/277457/10637910
cpp minmax.cpp
#include
#include
#include
using namespace std;
const int NUMBER_ELEMENTS = 8;
int main ()
{
int initial_values[NUMBER_ELEMENTS] = {1, 2, 3, 4, 5, 6, 6
www.eeworm.com/read/421726/10701915
tcl example.tcl
### This simulation is an example of combination of wired and wireless
### topologies.
#---------------------------------------------------------------------#
# Define Options
www.eeworm.com/read/469311/6973075
m quantize.m
function quant = quantize(data,input_range,quant_bit,number,minimum)
% do quantization
quant_level = 2^quant_bit;
step_size = input_range / quant_level;
quant = zeros(1,number);
for i = 1:number
www.eeworm.com/read/468141/6994314
h si47xx_common.h
/******************************************************
START condition:
SCLK: -----------|______
SDIO:-----|_____________
1 | 2 | 3
STOP condition:
SCLK: ____|------
www.eeworm.com/read/467766/7001061
h si47xx_common.h
/******************************************************
START condition:
SCLK: -----------|______
SDIO:-----|_____________
1 | 2 | 3
STOP condition:
SCLK: ____|------