代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/315543/3619677
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/315543/3619678
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
www.eeworm.com/read/314630/3631608
m matlab画图文件.m
%TSP问题的统计与画图
iterfile = fopen( 'c:\SA_Iters_File_eil51_10.txt', 'rt' );
cityfile = fopen( 'c:\SA_Citys_File_eil51_10.txt', 'rt' );
if( iterfile == -1 || cityfile == -1 )
display( 'File not exi
www.eeworm.com/read/314630/3631629
m matlab画图文件.m
%TSP问题的统计与画图
iterfile = fopen( 'c:\SA_Iters_File_eil51_9.txt', 'rt' );
cityfile = fopen( 'c:\SA_Citys_File_eil51_9.txt', 'rt' );
if( iterfile == -1 || cityfile == -1 )
display( 'File not exist
www.eeworm.com/read/314630/3631651
m matlab画图文件.m
%TSP问题的统计与画图
iterfile = fopen( 'c:\SA_Iters_File_att48_2.txt', 'rt' );
cityfile = fopen( 'c:\SA_Citys_File_att48_2.txt', 'rt' );
if( iterfile == -1 || cityfile == -1 )
display( 'File not exist
www.eeworm.com/read/314630/3631672
m matlab画图文件.m
%TSP问题的统计与画图
iterfile = fopen( 'c:\SA_Iters_File_att48_8.txt', 'rt' );
cityfile = fopen( 'c:\SA_Citys_File_att48_8.txt', 'rt' );
if( iterfile == -1 || cityfile == -1 )
display( 'File not exist
www.eeworm.com/read/351636/3102401
h vnl_matlab_read.h
// This is core/vnl/vnl_matlab_read.h
#ifndef vnl_matlab_read_h_
#define vnl_matlab_read_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief Read from MATLAB f
www.eeworm.com/read/351636/3102405
txx vnl_matlab_print.txx
// This is core/vnl/vnl_matlab_print.txx
// It is different from vnl_matlab_print.cxx
#ifndef vnl_matlab_print_txx_
#define vnl_matlab_print_txx_
// \author fsm
// Adapted from awf's MatOps class