代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/317693/13499433
asv stopwatch.asv
/* File : stopwatch.cpp
* Abstract:
*
* Example of an C++ S-function which stores an C++ object in
* the pointers vector PWork.
*
* Copyright 1990-2002 The MathWorks, Inc.
www.eeworm.com/read/313956/13578399
m arraymin.m
function [sys, x0, str, ts] = arraymin(t,x,u,flag)
%ARRAYMIN outputs the index of the minimum input.
% This M-file is designed to be used in a SIMULINK S-function block.
% This function will de
www.eeworm.com/read/313956/13578455
c simde2bi.c
/*
* Wes Wang 6/14/94
* Copyright (c) 1994-96 The MathWorks, Inc.
* All Rights Reserved
* $Revision: 1.1 $ $Date: 1996/04/01 19:04:30 $
*/
#include "simstruc.h"
/* specify the name of t
www.eeworm.com/read/313956/13578488
m arraymax.m
function [sys, x0, str, ts] = arraymax(t,x,u,flag)
%ARRAYmax outputs the index of the maximum input.
% This M-file is designed to be used in a SIMULINK S-function block.
% This function
www.eeworm.com/read/311360/13631793
m pulse.m
function [sys,x0,str,ts] = swtable(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs), discrete
www.eeworm.com/read/301578/13855944
m pulse.m
function [sys,x0,str,ts] = swtable(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs), discrete
www.eeworm.com/read/486084/6543006
m table_1.m
function [sys,x0,str,ts] = table_1(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs), discrete
www.eeworm.com/read/344464/11877583
m times2.m
function [sys,x0,str,ts] = times2(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs), discrete s
www.eeworm.com/read/344464/11877590
sfun_delay
function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
% equations (ODEs), discrete
www.eeworm.com/read/230508/14283571
h cg_sfun.h
/* cg_sfun.h
*
* Entry point for user-written S-Functions when compiled for
* use with the Simulink C-Code Generator. This file should
* be conditionally included at the bottom of any user