代码搜索:径向畸变校正

找到约 610 项符合「径向畸变校正」的源代码

代码结果 610
www.eeworm.com/read/171418/9756883

mht 论文-基于径向基函数的集成神经网络在变压器故障诊断中的应用.mht

From: Subject: =?gb2312?B?wtvOxC27+dPavrbP8rv5uq/K/bXEvK+zycnxvq3N+MLn1Nqx5NG5xve5ytXP?= =?gb2312?B?1e+2z9bQtcTTptPD?= Date: Thu, 31 Aug 2006 10:00:05 +0800 M
www.eeworm.com/read/454365/7393123

m untitled3.m

P=-1:.1:1; T=sin(pi*P); plot(P,T,'+') title('待逼近函数样本点'); xlabel('输入值'); ylabel('目标值'); %径向基传递函数 p=-3:.1:3; a=radbas(p); figure; plot(p,a); title('径向基传递函数'); xlabel('输入'); ylabel('输出
www.eeworm.com/read/454365/7393125

m rbf.m

P=-1:.1:1; T=sin(pi*P); plot(P,T,'+') title('待逼近函数样本点'); xlabel('输入值'); ylabel('目标值'); %径向基传递函数 p=-3:.1:3; a=radbas(p); figure; plot(p,a); title('径向基传递函数'); xlabel('输入'); ylabel('输出
www.eeworm.com/read/242302/13040407

html 20074.html

校正时间非用NT 校正时间非用NT Post
www.eeworm.com/read/114100/15091209

html 20074.html

校正时间非用NT 校正时间非用NT Post
www.eeworm.com/read/192685/8320692

html 20074.html

校正时间非用NT 校正时间非用NT Post
www.eeworm.com/read/174914/9569625

frm frmdrawradius.frm

VERSION 5.00 Begin VB.Form frmDrawRadius Caption = "车轮径向跳动图示" ClientHeight = 4515 ClientLeft = 60 ClientTop = 345 ClientWidth = 6930 LinkT
www.eeworm.com/read/185653/8993947

m example4_11.m

%要逼近的函数样本点 P = -1:.1:1; T=sin(pi*P); plot(P,T,'+'); title('待逼近的函数样本点'); xlabel('输入值'); ylabel('目标值'); %径向基传递函数 p = -3:.1:3; a = radbas(p); figure; plot(p,a) title('径向基传递函数'); xlabel('输入')