代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/391151/8418830
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/291333/8424540
chf cvapproxpoly.chf
CvSeq* cvApproxPoly(void* src_seq, int header_size, CvMemStorage* storage, int method, double parameter, int parameter2) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvAppr
www.eeworm.com/read/433114/8545620
m copy_parameters.m
function structout=copy_parameters(structin,structout)
% Function copies all parameters of a log structure, seismic structure, or table
% structure to another (parameter in a structure can be identi
www.eeworm.com/read/385934/8777441
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/426674/9004890
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/382086/9050172
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/282428/9094508
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/381378/9095458
m mex_vartotale.m
function [img_estimated]=mex_vartotale(img_noisy,lambda,varargin)
% function [img_estimated]=mex_vartotale(img_noisy,lambda,varargin)
%
%
%
% ========================== INPUT PARAMETE
www.eeworm.com/read/183134/9177720
c read_7026a_data_spi.c
#include
#include
UDWORD spi_read_parameter(UCHAR addr) //读电能芯片1个参数//
{
UDWORD tempdata=0;
UCHAR i;
output_high(PIN_E2); //CS置高
;
;
www.eeworm.com/read/183071/9179498
h rs232.h
#define frame_start 0
#define frame_year 1
#define frame_month 2
#define frame_day 3
#define frame_chk 4
#define frame_end 5
//UART RECEIVE BUF
char rx_buffer[8]; //接收缓冲区
char rx_counter=0