代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/233522/4667394
h vnl_matlab_print.h
// This is vxl/vnl/vnl_matlab_print.h
#ifndef vnl_matlab_print_h_
#define vnl_matlab_print_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Print matrices
www.eeworm.com/read/233522/4667413
cxx vnl_matlab_print.cxx
// This is vxl/vnl/vnl_matlab_print.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//:
// \file
// \author fsm
//
// Adapted from awf's MatOps class.
#include "vnl_matl
www.eeworm.com/read/233522/4667423
cxx vnl_matlab_write.cxx
// This is vxl/vnl/vnl_matlab_write.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//:
// \file
// \author fsm
#include "vnl_matlab_write.h"
#include
www.eeworm.com/read/233522/4667427
h vnl_matlab_write.h
// This is vxl/vnl/vnl_matlab_write.h
#ifndef vnl_matlab_write_h_
#define vnl_matlab_write_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Write to a MAT
www.eeworm.com/read/233522/4667484
h vnl_matlab_header.h
// This is vxl/vnl/vnl_matlab_header.h
#ifndef vnl_matlab_header_h_
#define vnl_matlab_header_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief MATLAB head
www.eeworm.com/read/233522/4667487
cxx vnl_matlab_header.cxx
// This is vxl/vnl/vnl_matlab_header.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//:
// \file
// \author fsm
#include "vnl_matlab_header.h"
// The purpose of this f
www.eeworm.com/read/165306/5483584
cpp matlab2annie.cpp
/*
* matlab2annie - Convert a feed-forward neural network in Matlab's
* Neural Network toolbox to an annie network so that you can use
* the network in C++ applications.
*
* http://annie.sou
www.eeworm.com/read/165306/5483585
cpp trset2matlab.cpp
/*
* trset2matlab - Convert a traning set file (binary) into two
* text files that can be imported into Matlab as two matrices.
* One contains the input vectors and the other the corresponding