代码搜索:MathWorks

找到约 4,523 项符合「MathWorks」的源代码

代码结果 4,523
www.eeworm.com/read/444531/1732171

c ext_work.c

/* * Copyright 1994-2006 The MathWorks, Inc. * * File: ext_work.c $Revision: 1.1.6.6 $ * * Abstract: * */ /* * Adapted for rtmc9s12-Target, fw-09-7 */ #include
www.eeworm.com/read/444531/1732179

h updown.h

/* $Revision: 1.1.6.3 $ * Copyright 1994-2003 The MathWorks, Inc. */ #ifndef updown_h #define updown_h #include "upsup_public.h" #define NUM_UPINFOS 2 /* Number of UploadLogInfos in use
www.eeworm.com/read/443018/1752917

mk auto_netcon.mk

# Copyright 1994-2004 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.11 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/365521/2896682

mk f14.mk

# Copyright 1994-2006 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.17 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/365521/2896841

m mrank.m

function r = mrank(n) %Doc example. Chapter 5. % Copyright 1997 The MathWorks, Inc. % $Revision: 1.2.6.1 $ r = zeros(n,1); for k = 1:n r(k) = rank(magic(k)); end
www.eeworm.com/read/153053/5654322

mk model20to01.mk

# Copyright 1994-2004 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.11 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/153053/5654335

mk model20to02.mk

# Copyright 1994-2004 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.11 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/153053/5654359

mk model20to03_converted.mk

# Copyright 1994-2004 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.11 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/153053/5654369

mk vdpmult.mk

# Copyright 1994-2004 The MathWorks, Inc. # # File : grt_lcc.tmf $Revision: 1.26.4.11 $ # # Abstract: # Real-Time Workshop template makefile for building a PC-based # stand-alone generic re
www.eeworm.com/read/472722/6864795

c fis.c

/* * Stand-alone C codes for fuzzy inference systems. * (This file is included in fismain.c) * J.-S. Roger Jang, 1994. * Copyright 1994-2001 The MathWorks, Inc. */ /* * Copyright 1994