代码搜索:maximum

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

代码结果 9,165
www.eeworm.com/read/369396/9650778

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen an
www.eeworm.com/read/369142/9661849

txt output.txt

The basic check matrix is H_3_4_B .. The length of the code word is 768 .. The type of Modulation is BPSK.. The type of Decoding is Log-Sum-Product.. The maximum time of iteration of decoding is 1
www.eeworm.com/read/369070/9664117

h amr_config.h

#define MAX_NUM_METERS 100 // maximum of meters in the system
www.eeworm.com/read/172975/9681215

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen
www.eeworm.com/read/172537/9702873

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen an
www.eeworm.com/read/172493/9705297

cpp maxval1.cpp

#include #include #include using namespace std; /** Reads numbers from a file and finds the maximum value @param in the input stream to read from @ret
www.eeworm.com/read/270154/11046553

cpp 雅各比.cpp

#include using namespace std; #include float max(float array[],int n) { int i; float maximum=0.0; for(i=0;i
www.eeworm.com/read/268470/11137207

h usb_config.h

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_config.h Author: JS Created: JAN 03 Target Device: C8051F320 Header file for usb firmware. Includes device
www.eeworm.com/read/267762/11163865

m maxnsarvas.m

function Output=maxNsarvas(V) % %maxNsarvas N-D Array Maximum With Subscript Output % % X = MAXN(A) returns the maximum value found as the first element followed % by the subscripts of A. No
www.eeworm.com/read/267762/11163888

m maxn.m

function [mx,idx,col]=maxn(A) %MAXN N-D Array Maximum. % MAXN(A) returns the maximum value found in the array A. % % [MX,Row,Col] = MINN(A) for 2-D A returns the maximum value MX as well as % t