代码搜索:identification

找到约 2,626 项符合「identification」的源代码

代码结果 2,626
www.eeworm.com/read/320820/13417658

m chap7_1.m

%BP identification clear all; close all; xite=0.50; alfa=0.05; w2=rands(6,1); w2_1=w2;w2_2=w2_1; w1=rands(2,6); w1_1=w1;w1_2=w1; dw1=0*w1; x=[0,0]'; u_1=0; y_1=0; I=[0,0,0,0
www.eeworm.com/read/265088/11283873

m chap7_1.m

%BP identification clear all; close all; xite=0.50; alfa=0.05; w2=rands(6,1); w2_1=w2;w2_2=w2_1; w1=rands(2,6); w1_1=w1;w1_2=w1; dw1=0*w1; x=[0,0]'; u_1=0; y_1=0; I=[0,0,0,0
www.eeworm.com/read/227048/14442469

m chap7_1.m

%BP identification clear all; close all; xite=0.50; alfa=0.05; w2=rands(6,1); w2_1=w2;w2_2=w2_1; w1=rands(2,6); w1_1=w1;w1_2=w1; dw1=0*w1; x=[0,0]'; u_1=0; y_1=0; I=[0,0,0,0
www.eeworm.com/read/203230/15363781

m chap7_1.m

%BP identification clear all; close all; xite=0.50; alfa=0.05; w2=rands(6,1); w2_1=w2;w2_2=w2_1; w1=rands(2,6); w1_1=w1;w1_2=w1; dw1=0*w1; x=[0,0]'; u_1=0; y_1=0; I=[0,0,0,0
www.eeworm.com/read/393393/8290401

txt 101常用命令格式.txt

IEC 60870-5-101 常用命令格式小结 [在记事本中浏览此文档时请取消“自动换行”;打印选用A3纸正好一张] 简记符说明 ADDR 链路地址域,即子站RTU地址。地址域的值为0至255,其中255为广播地址。 TI 类型标识(Type <mark>Identification</mark>)。它标识了帧类别是遥测帧、遥信帧、电度帧还是对某个命令的召唤、确认或是响应。 VSQ 可变结构限定词(Varia ...
www.eeworm.com/read/479394/6693752

java

运行时类型识别(Run-time Type <mark>Identification</mark>, RTTI)主要有两种方式,一种是我们在编译时和运行时已经知道了所有的类型,另外一种是功能强大的“反射”机制。 要理解RTTI在Java中的工作原理,首先必须知道类型信息在运行时是如何表示的,这项工作是由“Class对象”完成的,它包含了与类有关的信息。类是程序的重要组成部分,每个类都有一个Class对象 ...