代码搜索:FDA 有哪些应用?
找到约 10,000 项符合「FDA 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/37146/1069064
mht 有哪些c++经典书籍啊_百度知道.mht
www.eeworm.com/read/204805/15333396
txt 有发送有接收了.txt
Private Sub Command1_Click()
'...发送数据
MSComm1.OutBufferCount = 0 '...清空输出寄存器
MSComm1.Output = Text1.Text & vbCr '...发送数据
End Sub
Private Sub Command2_Click()
'...退出
Unload Me
End S
www.eeworm.com/read/388055/8640114
bxrc bochsrc-fda.bxrc
# You many now use double quotes around pathnames, in case
# your pathname includes spaces.
#=======================================================================
# ROMIMAGE:
# You now need to
www.eeworm.com/read/175698/9536019
fda fir_lowpass.fda
www.eeworm.com/read/363282/9963127
fda l1.fda
www.eeworm.com/read/363282/9963141
fda l2.fda
www.eeworm.com/read/466896/7022902
m fda2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function fda2()
% z.li, 04-12-2004
% fisher discriminant analysis
% function dependency:
% - n/a
% input:
www.eeworm.com/read/456384/7350125
m fda_train.m
function [WEIGHTS,INTERCEPT]=FDA_TRAIN(SAMPLES,LABELS);
%Use the input data to train a Fisher linear classifier
%USAGE: [WEIGHTS,INTERCEPT]=FDA_TRAIN(SAMPLES,LABELS)
%INPUT:
%SAMPLES is a matrix f
www.eeworm.com/read/456384/7350126
m fda_test.m
function LABEL_TEST=FDA_TEST(SAMPLES,WEIGHTS,INTERCEPT);
%Use the trained Fisher linear classifier to classify data
%USAGE: LABEL_TEST=FDA_TEST(SAMPLES,WEIGHTS,INTERCEPT)
%INPUT:
%SAMPLES is a mat
www.eeworm.com/read/449832/7495928