代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/450659/7478635
wpa param.wpa
www.eeworm.com/read/450258/7486733
dem param.dem
#
# $Id: param.dem,v 1.5 2003/10/17 15:02:21 mikulik Exp $
#
# Show some of the new parametric capabilities.
#
set parametric
set dummy t
set autoscale
set samples 160
set title ""
set key box
set key
www.eeworm.com/read/449374/7507690
c param.c
/*
best_hood_type=1; // 0 = use best neighbour; 1 = use best neighbour's previous best
BB_option=1; // 0 = use an average value, 1= use the min value. Cf BB_update() and BB_use()
equiv_v=1; // >
www.eeworm.com/read/447073/7558379
c param.c
#include "param.h"
#include "lcd.h"
#include "key.h"
#include "utili.h"
#include "menu.h"
www.eeworm.com/read/447073/7558393
h param.h
#ifndef __PARAM_H
#define __PARAM_H
#include "typedef.h"
#endif
www.eeworm.com/read/446989/7561367
f param.f
INTEGER MAXROWS, MAXCOLS, NZNXMAX
PARAMETER (MAXROWS=400, MAXCOLS=400, NZNXMAX=400)
INTEGER WAVESIZE, MaxTapeCoeff, NGMAX, NTMAX, tracemax
PARAMETER (NGMAX=500, MaxTapeCoeff=100, tracemax=4100,
www.eeworm.com/read/446553/7576862
m to_param.m
% TO_PARAM
% Order parameters in the following manner; param=[p1....pn,q1,...qn]
% Order search direction in the same order as the parameter vector has
param;
p;
k_temp=no_gen+no_pv-1;
clear par
www.eeworm.com/read/446090/7585586
c param.c
#include "param.h"
#include "lcd.h"
#include "key.h"
#include "utili.h"
#include "menu.h"
www.eeworm.com/read/446090/7585603
h param.h
#ifndef __PARAM_H
#define __PARAM_H
#include "typedef.h"
#endif