代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/319532/13448917
pdf matlab循序渐进.pdf
www.eeworm.com/read/318161/13484884
txt 边缘检测matlab程序.txt
clear all;
load wbarb;
I = ind2gray(X,map);imshow(I);
I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1);
[N,M] = size(I);
h = [0.125,0.375,0.375,0.125];
g = [0.5,-0.5];
delta = [1
www.eeworm.com/read/317870/13494674
cpp vc_matlab_enginedlg.cpp
// vc_matlab_engineDlg.cpp : implementation file
//
#include "stdafx.h"
#include "vc_matlab_engine.h"
#include "vc_matlab_engineDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/317870/13494676
ico vc_matlab_engine.ico
www.eeworm.com/read/317870/13494677
h vc_matlab_engine.h
// vc_matlab_engine.h : main header file for the VC_MATLAB_ENGINE application
//
#if !defined(AFX_VC_MATLAB_ENGINE_H__BCCBC2BF_F46B_4630_8BE6_9D03743A663E__INCLUDED_)
#define AFX_VC_MATLAB_ENGINE
www.eeworm.com/read/317870/13494678
dsp vc_matlab_engine.dsp
# Microsoft Developer Studio Project File - Name="vc_matlab_engine" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win3
www.eeworm.com/read/317870/13494679
h vc_matlab_enginedlg.h
// vc_matlab_engineDlg.h : header file
//
#if !defined(AFX_VC_MATLAB_ENGINEDLG_H__C461DEB9_C6C7_4756_9945_06DCB07851E8__INCLUDED_)
#define AFX_VC_MATLAB_ENGINEDLG_H__C461DEB9_C6C7_4756_9945_06DCB
www.eeworm.com/read/317870/13494680
aps vc_matlab_engine.aps
www.eeworm.com/read/317870/13494681
clw vc_matlab_engine.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CVc_matlab_engineDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#includ
www.eeworm.com/read/317870/13494683
cpp vc_matlab_engine.cpp
// vc_matlab_engine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "vc_matlab_engine.h"
#include "vc_matlab_engineDlg.h"
#ifdef _DEBUG
#define new DEB