代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/223937/14611892
cpp jjdistancemap.cpp
#include "stdafx.h"
#include "JJDistanceMap.h"
JJDistanceMap::JJDistanceMap()
{
m_pDistanceMap = NULL;
m_pDBF = NULL;
}
void JJDistanceMap::CreateDistanceMap(JJBinaryVolume* pRefBinary, int iVolX,
www.eeworm.com/read/168845/5432566
fig disjoint_set_family.fig
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0 2
1 1 1.00 60.00 120.00
2925 2250 4275 1575
2 1 0 1 0 7 100 0 -1 0.000 0 0 -1 1 0
www.eeworm.com/read/167728/5453049
c min.c
#include
#include
#include
#include
double fn1 (double x, void * params)
{
return cos(x) + 1.0;
}
int
main (void)
{
int status;
int
www.eeworm.com/read/167185/5464162
lpcparams
# @(#)lpcparams 1.3 6/12/91 - params file for lpcana
int lpc_filter_order = 10: "analysis filter order";
int lpc_frame_size = 160: "nominal frame size";
int minimum_pulse_length = 20: "smallest pulse
www.eeworm.com/read/167185/5465668
plpcana
#@(#)Plpcana 3.4 1/3/93 ESI
#Default params file for lpcana
int lpc_filter_order ?= 10: "analysis filter order";
int lpc_frame_size ?= 160: "nominal frame size";
int minimum_pulse_length ?= 20: "small
www.eeworm.com/read/162614/5525770
ada cd2a32g.ada
-- CD2A32G.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525771
ada cd2a32c.ada
-- CD2A32C.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/368337/9701154
c min.c
#include
#include
#include
#include
double fn1 (double x, void * params)
{
return cos(x) + 1.0;
}
int
main (void)
{
int
www.eeworm.com/read/102394/15783160
c min.c
#include
#include
#include
#include
double fn1 (double x, void * params)
{
return cos(x) + 1.0;
}
int
main (void)
{
int status;
int
www.eeworm.com/read/440368/7690166
cpp 无向图最小割.cpp
/*************************************************************
*
* Stoer-Wagner Minimum Cut求无源无汇的无向网络最小割
* (poj 2914 Minimum Cut)
*************************************************************/