代码搜索:identification
找到约 2,626 项符合「identification」的源代码
代码结果 2,626
www.eeworm.com/read/216280/15020542
axf identification.axf
www.eeworm.com/read/216280/15020547
mcp identification.mcp
www.eeworm.com/read/290107/8505259
asv pulse_identification.asv
tic
clear;
clc;
fp = fopen('G:\gzb现地单元数据\PD071206180738453.dat','r');
count = 600000;
threshold1 = 0.05;
threshold2 = 0.0006;
threshold3 = 0.05;
N = 20;
raw_data = fread(fp,count,'int16');
www.eeworm.com/read/290107/8505298
m pulse_identification.m
tic
clear;
clc;
fp = fopen('G:\gzb现地单元数据\PD071206180738453.dat','r');
count = 600000;
threshold1 = 0.05;
threshold2 = 0.0006;
threshold3 = 0.05;
N = 20;
raw_data = fread(fp,count,'int16');
www.eeworm.com/read/457360/7327101
afl candle identification.afl
//------------------------------------------------------------------------------
//
// Formula Name: Candle Identification
// Author/Uploader: Herman van den Bergen
// E-mail: psyt
www.eeworm.com/read/136989/5837538
h identification_service.h
// -*- C++ -*-
//=============================================================================
/**
* @file Identification_Service.h
*
* Identification_Service.h,v 1.4 2003/11/24 04:07:41
www.eeworm.com/read/136989/5837604
cpp identification_service.cpp
// Identification_Service.cpp,v 1.4 2003/11/24 04:07:41 huangming Exp
#include "Identification_Service.h"
#include "../Utils/UUID.h"
ACE_RCSID (EventChannel,
Identification_Service,
www.eeworm.com/read/341026/12112801
m elman identification.m
%基于改进Elman网络的辨识
clear all;
close all;
xite=0.25;%η
alfa=0.05;%α动量因子
alfa2=0.05;%自反馈因子
belte=0.01;%
x=[0,0,0,0,0,0]'; % 承接层向量
r=[0,0,0]'; % 输入向量
xc=[0,0,0,0,0,0,0,0,0]';%高斯函数的输入
ci=