代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/249703/12479014

m f6_spiral_dyn.m

% f6_spiral_dyn.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % This version moves the minimum about a Fermat Spiral % according to the equation:
www.eeworm.com/read/300256/13924132

h mouse.h

//该报告描述符号由HID Descriptor tool生成 code char MouseReportDescriptor[52] = { 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x02, // USAGE (Mouse)
www.eeworm.com/read/363143/9966634

c lesson2_c.c

/****************************************************************************/ /* */ /* lesson2_c - Minimum trip count and ma
www.eeworm.com/read/270845/4234397

c lesson2_c.c

/****************************************************************************/ /* */ /* lesson2_c - Minimum trip count and ma
www.eeworm.com/read/270845/4234787

c lesson2_c.c

/****************************************************************************/ /* */ /* lesson2_c - Minimum trip count and ma
www.eeworm.com/read/182446/9203909

changelog

3.2.7 Formal Release - Summary of Changes Features * Removed the minimum_gap feature which was utterly useless (Kenneth Lavrsen) * Added new feature: minimum_frame_time which enables capturing
www.eeworm.com/read/424063/10502908

m gfminpol.m

function pl = gfminpol(k, ord, p); %GFMINPOL Produces minimum polynomial of the given elements in GF(P^M). % PL = GFMINPOL(K, M) produces minimum polynomials of the given elements % K i
www.eeworm.com/read/440462/7689014

m minimumdistance.m

function mindist = minimumdistance(X,Y,x,y) % Function to find the minimum distance loop from given set of points. % This function uses the distance formula to genrate a minimum distance % loop.
www.eeworm.com/read/313956/13578365

m gfminpol.m

function pl = gfminpol(k, ord, p); %GFMINPOL Produces minimum polynomial of the given elements in GF(P^M). % PL = GFMINPOL(K, M) produces minimum polynomials of the given elements % K i
www.eeworm.com/read/467516/1500109

as min.as

package flare.query.methods { import flare.query.Minimum; /** * Creates a new Minimum query operator. * @param expr the input expression * @return the new query operator