代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/389692/8507679
c fisread.c
/* Copyright 1994-2002 The MathWorks, Inc. */
/* $Revision: $ $Date: $ */
/* compare strings to skip Version field */
int compareString(char *string1, char *string2)
{
int i;
fo
www.eeworm.com/read/389692/8507930
m initcpp1.m
%INITCPP1 Initialize variables in the demo slcpp1.m
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.10 $
global AnimCppFigH AnimCppAxisH
winName = bdroot(gcs);
fprintf('Initi
www.eeworm.com/read/389692/8508423
m fcmdemo_codepad.m
%% Fuzzy C-means Clustering
% This demo illustrates performing fuzzy c-means clustering on
% 2-dimensional data.
%
% Copyright 2005 The MathWorks, Inc.
%%
% Clustering of numerical data form
www.eeworm.com/read/389692/8508431
m initcp1.m
%INITCP1 Initialize variables in the demo slcp1.m
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.10 $
global AnimCpFigH AnimCpAxisH
winName = bdroot(gcs);
fprintf('Initializi
www.eeworm.com/read/188324/8549494
m splexmpl.m
%% Spline Toolbox Examples
% Here are some simple examples that illustrate the use of the spline toolbox.
% Copyright 1987-2005 The MathWorks, Inc.
% $Revision: 1.16.4.2 $ $Date: 2005/06/21 19:46
www.eeworm.com/read/188324/8549639
m spcrvdem.m
%% More Spline Curves
% Use of SPMAK, SPCRV or CSCVN to generate spline curves.
% Copyright 1987-2005 C. de Boor and The MathWorks, Inc.
% $Revision: 1.18.4.2 $
%% A simple spline c
www.eeworm.com/read/430470/8743956
mk vdp.mk
# Copyright 1994-2004 The MathWorks, Inc.
#
# File : accel_lcc.tmf $Revision: 1.19.4.6 $
#
# Abstract:
# Accelerator template makefile for building a PC-based,
# RTW generated mex-fil
www.eeworm.com/read/180486/9305368
m computeldpclists.m
function computeldpclists(h, H)
%COMPUTELDPCLISTS Compute check node lists for LDPC base object.
% H: Parity check matrix.
% Copyright 1996-2005 The MathWorks, Inc.
% $Revision: 1.1.6.1 $
www.eeworm.com/read/177552/9448002
c dqpskmodulation.c
/*
* Writed by zhang jian
* 2005/08/01
*
*
*
*
* Copyright 1990-2002 The MathWorks, Inc.
* $Revision: 1.27 $
*/
/*
* 这个函数主要是完成DQPSK modulation
#define S_FUNCTION_NAME
www.eeworm.com/read/175612/9539930
m linear302.m
%% Training a Linear Neuron
% A linear neuron is trained to respond to specific inputs with target outputs.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.14 $ $Date: 2002/03/29 19:36