代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/424866/10405321
txt bbs.eetzone.com.txt
------------------ 电子工程论坛 ----------------------
http://bbs.eetzone.com
好多技术资料,参考设计,源代码共享!!!
www.eeworm.com/read/424747/10417355
m bppfault.m
% 在MATLAB6.5下编程
tic, % 开始计时
[P,T,R,S1,S2,S]=nninit; % BP网络初始化
% 生成BP网络
net = newff(minmax(P),[S1 S2],{'logsig' 'logsig'},'trainlm');
% BP网络训练的参数设置
net.trainParam.epochs = 3000;
net.trainParam.g
www.eeworm.com/read/161256/10432486
m exm110423_1.m
cd c:\ WINDOWS\Applic~1\MathWorks\MATLAB\R12 %将此目录设为当前工作目录
%打印文本文件mccstartup的内容
type C:\WINDOWS\Applic~1\MathWorks\MATLAB\R12\mccstartup
!copy mccstartup h:\mywork\temp %将mccstartup转移到临时目录下
!
www.eeworm.com/read/353409/10449492
txt 使用说明.txt
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...
www.eeworm.com/read/161098/10451601
tmw rtw_proj.tmw
Real-Time Workshop project for Ex0701 using D:\MATLAB\rtw\c\grt\grt_lcc.tmf. MATLAB root = D:\MATLAB. SimStruct date: 21-Jun-2002 02:11:40
This file is generated by the Real-Time Workshop for use by t
www.eeworm.com/read/161095/10452149
makefile
include ../make.inc
LUSRC = ../SRC
HEADER = -I$(LUSRC) -I$(MATLAB)/extern/include
#
# For Matlab Version 4 compatibility: comment out -DV5, add -V4 in FFLAGS
FLAGS = -O -DV5
all: mex
www.eeworm.com/read/161095/10452180
old mexopts.sh.old
#
# mexopts.sh Shell script for configuring MEX-file creation script,
# mex.
#
# usage: Do not call this file directly; it is sourced by the
# mex shell script. M
www.eeworm.com/read/161076/10456490
m helpmsg.m
str = sprintf(['Tank Drain Calculator - Version 1.1.1\n\n',...
'Implemented with Matlab GUI Environment\n',]);
msgbox(str,'About the Tank Drain Calculator','modal');