代码搜索:感知无线电
找到约 539 项符合「感知无线电」的源代码
代码结果 539
www.eeworm.com/read/447700/7546832
plg ds12887.plg
礦ision2 Build Log
Project:
E:\文稿\无线电\单片机的应用扩展及编程(六)\ds12887\ds12887.uv2
Project File Date: 03/06/2021
Output:
www.eeworm.com/read/251702/12325677
plg ds12887.plg
礦ision2 Build Log
Project:
E:\文稿\无线电\单片机的应用扩展及编程(六)\ds12887\ds12887.uv2
Project File Date: 03/06/2021
Output:
www.eeworm.com/read/213984/15118829
plg ds12887.plg
礦ision2 Build Log
Project:
E:\文稿\无线电\单片机的应用扩展及编程(六)\ds12887\ds12887.uv2
Project File Date: 03/06/2021
Output:
www.eeworm.com/read/27207/863357
plg ds12887.plg
礦ision2 Build Log
Project:
E:\文稿\无线电\单片机的应用扩展及编程(六)\ds12887\ds12887.uv2
Project File Date: 03/06/2021
Output:
www.eeworm.com/read/389442/8519742
asv perp2.asv
P=rand(2,10)*10;
T=zeros(1,10);
for i=1:10
if (P(1,i)
www.eeworm.com/read/181664/9242553
asv feel.asv
%感知神经网络分类器,只有两个输入,一个输出神经元.只能分线性两类
%**************************************************
%举实例建立网络分类器
p=[-0.5 -0.5 0.3 -0.1 0.2 0.0 0.6 0.8;-0.5 0.5 -0.5 1.0 0.5 -0.9 0.8 -0.6];%给出样本点
T=[1 1 0 1 1 0 1
www.eeworm.com/read/315233/13548479
plg ir.plg
礦ision3 Build Log
Project:
D:\资料\MyData\其它\我的文章\写作中\无线电2005合订本红外资料集\红外8路遥控开关\C\IR.uv2
Project File Date: 09/16/2005
Output:
www.eeworm.com/read/6364/84509
plg ir.plg
礦ision3 Build Log
Project:
D:\资料\MyData\其它\我的文章\写作中\无线电2005合订本红外资料集\红外8路遥控开关\C\IR.uv2
Project File Date: 09/16/2005
Output:
www.eeworm.com/read/185653/8993941
m example4_2.m
%输入样本点及其相应的类别,其中有一个奇异点
P=[-0.5 -0.5 0.3 -0.1 0.2 0.0 0.6 0.8 60;
-0.5 0.5 -0.5 1.0 0.5 -0.9 0.8 -0.6 20];
T=[1 1 0 1 1 0 1 0 1];
%在坐标图上绘出样本点
plotpv(P,T);
%建立一个感知器网络
figu