搜索资源列表
IEC-104Master
- 支持IEC60870-5-104: 2000 IEC104规约软件包 实现104规约主站侧链路层的功能-IEC_Master_104.lib: void Init_SockServerport(WORD port=2404) void Init_Linkpara(int t0=30,int t1=15,int t2=10,int t3=20,int k=12,int w=8) virtual void On_init_Link_process() virtual v
IEC-104Slave
- 支持IEC60870-5-104:2000规约软件包: 实现104规约子站侧全部功能.链路层和ASDU应用层-void Init_SockServerport(WORD port=2404) void Init_Linkpara(int t0=30,int t1=15,int t2=10,int t3=20,int k=12,int w=8) virtual void On_init_Link_process() virtual void On_init_Sock_proc
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))