代码搜索:Ext

找到约 10,000 项符合「Ext」的源代码

代码结果 10,000
www.eeworm.com/read/130982/14164273

sci solution_ext.sci

function [CC]=solution_ext(BB,vtx,%simp) CC=[]; //function [CC] = solution_ext(BB,vtx,simp); // //Auxiliary function that extracts a secondary NODE-wise solution CC //based on the calculated ELEMENT
www.eeworm.com/read/130982/14164411

cat solution_ext.cat

function [CC] = solution_ext(BB,vtx,simp); Auxiliary function that extracts a secondary NODE-wise solution CC based on the calculated ELEMENT-wise solution BB. This function is called from slicer_p
www.eeworm.com/read/130553/14186180

h ext_keys.h

/* ** ext_getch() header file. ** ** ext_getch() returns: ** ** 0->255 Normal key ** 256->511 Numeric pad key or Function key ** 512->767 Cursor pad key
www.eeworm.com/read/130553/14186724

c ext_keys.c

/* ** ext_getch() ** ** A getch() work-alike for use with extended keyboards. ** ** Parameters: none ** ** Returns: Extended key code as follows: ** 0->255 Normal key **
www.eeworm.com/read/230628/14280549

m lorenz_ext.m

function f=lorenz_ext(t,X) % % Lorenz equation % % dx/dt = SIGMA*(y - x) % dy/dt = R*x - y -x*z % dz/dt= x*y - BETA*z % % In demo run SIGMA = 10, R =
www.eeworm.com/read/230508/14283560

h ext_work.h

/* * Copyright 1994-2002 The MathWorks, Inc. * * File: ext_work.h $Revision: 1.6 $ * * Abstract: * */ #ifndef __EXT_WORK_OBJECT__ #define __EXT_WORK_OBJECT__ #ifdef EXT_MOD
www.eeworm.com/read/230508/14283585

c ext_work.c

/* * Copyright 1994-2002 The MathWorks, Inc. * * File: ext_work.c $Revision: 1.9 $ * * Abstract: * */ /* modifications: (FW-02-03) * * (1) deleted unused conditional code
www.eeworm.com/read/230508/14283597

h ext_test.h

/* * Copyright 1994-2002 The MathWorks, Inc. * * File: ext_test.h $Revision: 1.2 $ * * Abstract: * */ #ifndef __EXT_TEST_OBJECT__ #define __EXT_TEST_OBJECT__ #ifdef TMW_EXT
www.eeworm.com/read/230508/14283606

c ext_svr.c

/* * Copyright 1994-2002 The MathWorks, Inc. * * File: ext_svr.c $Revision: 1.51 $ * * Abstract: * External mode server interface (TCPIP example). Provides functions * that get ca
www.eeworm.com/read/230508/14283615

h ext_svr.h

/* * Copyright 1994-2002 The MathWorks, Inc. * * File: ext_svr.h $Revision: 1.19 $ * * Abstract: * Function prototypes for The MathWorks provided TCP socket based * external mode imp