代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/428742/8849417
m set_parameter.m
%%设置参数
function [code_cycle,SNR,Ts,T,T_interp,fi,M,N,fd,f0,delay_time,fd_estimate,sigma_n,fs,Bandwidth,dot_insert,coef,coef_mod,B,A1]=set_parameter
code_cycle=1.023e6; %伪码周期
fs
www.eeworm.com/read/285083/8870683
h parameter_cfie.h
///////////////////////////////////////////
//
// 参数设置头文件 parameter.h
//
////////////////////////////////////////////
#ifndef PARAMETER_CFIE_H
#define PARAMETER_CFIE_H
using namespace std
www.eeworm.com/read/186068/8963082
cpp default_parameter.cpp
#include
using namespace std;
/*main information*/
void info()
{
cout b? a: b;
www.eeworm.com/read/382998/8982064
bas parameter_module.bas
Attribute VB_Name = "Parameter_Module"
Option Explicit
Public b0 As Single, b1 As Single, b2 As Single, b3 As Single, b4 As Single
Public start_T1 As Integer, start_T2 As Integer, start_T3 As Integ
www.eeworm.com/read/283068/9044511
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/282289/9105456
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/380183/9158309
asv jpda_parameter.asv
%jpda方法参数设置
%just for simulation(为验证方法,仅仿真时使用)
clear all;
alarm_density=0.001;%just for simulation
u1=[-1000 -1000 -1000]';%监视空域左下顶点%just for simulation
u2=[1000 1000 1000]';%监视空域右上顶点%just for si
www.eeworm.com/read/380183/9158327
m jpda_parameter.m
%jpda方法参数设置
%just for simulation(为验证方法,仅仿真时使用)
clear all;
alarm_density=0.001;%just for simulation
u1=[-1000 -1000 -1000]';%监视空域左下顶点%just for simulation
u2=[1000 1000 1000]';%监视空域右上顶点%just for si
www.eeworm.com/read/379751/9178708
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/181784/9237044
java svm_parameter.java
package libsvm;
public class svm_parameter
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int ONE_CLASS = 2;
public static final int E