代码搜索:S-function

找到约 1,813 项符合「S-function」的源代码

代码结果 1,813
www.eeworm.com/read/319335/13453781

mdl exm080832_1.mdl

Model { Name "exm080832_1" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDa
www.eeworm.com/read/319335/13453849

mdl exmvdp.mdl

Model { Name "exmvdp" Version 5.0 SaveDefaultBlockParams on SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTyp
www.eeworm.com/read/318125/13485665

mdl sintx10.mdl

Model { Name "sintx10" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/318125/13485666

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou
www.eeworm.com/read/318125/13487768

mdl sintx10.mdl

Model { Name "sintx10" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off ShowStorageClass
www.eeworm.com/read/318125/13487803

m times10_m.m

function [sys,x0,str,ts] = times10_m(t,x,u,flag) %TIMES10_m S-function whose output is ten times its input. % This M-file illustrates how to construct an M-file S-function that % computes an ou
www.eeworm.com/read/318052/13489014

mdl s_vargain.mdl

Model { Name "s_vargain" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off RecordCoverage
www.eeworm.com/read/318052/13489030

mdl s_int.mdl

Model { Name "s_int" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off RecordCoverage o
www.eeworm.com/read/315461/13541933

cpp sfun_counter_cpp.cpp

/* File : sfun_counter_cpp.cpp * Abstract: * * Example of an C++ S-function which stores an C++ object in * the pointers vector PWork. * * Copyright 1990-2000 The MathWorks
www.eeworm.com/read/315461/13541940

c s_tpl.c

/* *****************************************************/ /* s_tpl */ /* This template illustrates the structure of a */ /* C S-Function file