代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/181277/9260735
dsw vc_matlab_dll.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/181277/9260741
h vc_matlab_dlldlg.h
// VC_MATLAB_DLLDlg.h : header file
//
#if !defined(AFX_VC_MATLAB_DLLDLG_H__001C1E8D_EB4C_490E_B301_2CF8D02F430E__INCLUDED_)
#define AFX_VC_MATLAB_DLLDLG_H__001C1E8D_EB4C_490E_B301_2CF8D02F430E__
www.eeworm.com/read/181277/9260743
clw vc_matlab_dll.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CVC_MATLAB_DLLDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "
www.eeworm.com/read/181277/9260747
rc vc_matlab_dll.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/377783/9262557
doc fft_demo_with_matlab.doc
www.eeworm.com/read/377368/9278930
txt matlab _example1.txt
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
实例1:三角函数曲线(1)
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','实例01');
h1=axes
www.eeworm.com/read/377368/9278938
txt matlab_example3.txt
实例72:图像分析(1)
h0=figure('toolbar','none',...
'position',[198 56 350 468],...
'name','实例72');
h1=axes('parent',h0,...
'position',[0.25 0.45 0.5 0.5],...
'visible','off');
I=imre
www.eeworm.com/read/376361/9319564
doc matlab算法演示说明.doc
www.eeworm.com/read/376138/9329832
h svm_model_matlab.h
const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);