代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/437211/7753359
m gaussian.m
% This code implements the Gausian Search Algorithm for detect the best
% thershold in image segmentation. v is the size of the window, and p is
% the thershold that the algorithm serchs. COUNTS i
www.eeworm.com/read/197649/7983031
m maxp.m
function[x,y,xx,yy]=maxp(nlook,data,nshift,periodk,periodk1)
% The function MAXP extracts maximum points and their coordinates for the data with well distinguishable extrema.
% The data do not ha
www.eeworm.com/read/245818/12779213
c misuse.c
/* misuse.c -- uses a function incorrectly */
#include
int imax(); /* old-style declaration */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5,
www.eeworm.com/read/245818/12779239
c proto.c
/* proto.c -- uses a function prototype */
#include
int imax(int, int); /* prototype */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5, imax(3
www.eeworm.com/read/331374/12831763
m configfile.m
%%% Configuration file
%%% Permits various adjustments to parameters of the SLAM algorithm.
%%% See ekfslam_sim.m for more information
% control parameters
V= 3; % m/s
MAXG= 30*pi/180; % radian
www.eeworm.com/read/142092/12963219
m maxp.m
function[x,y,xx,yy]=maxp(nlook,data,nshift,periodk,periodk1)
% The function MAXP extracts maximum points and their coordinates for the data with well distinguishable extrema.
% The data do not ha
www.eeworm.com/read/141306/13023410
h cogdefuzzsetobj.h
//
// File: COGDefuzzSetObj.h
//
// Purpose: Mean of Maximum defuzzification Method.
//
// Copyright