代码搜索:matlab、人工免疫
找到约 10,000 项符合「matlab、人工免疫」的源代码
代码结果 10,000
www.eeworm.com/read/120590/14798050
txt readme.txt
GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送
的多串口通信程序(龚建伟曾用它编过7串口通信程序)。
示例程序使用:Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行
你如果对串口编程不太了解,或对此程序使用过程中有什么疑问,请去示例程序作者
的主页看看,或许有所帮助。
主页上有:
1.建议测试此程序的方法 ...
www.eeworm.com/read/119678/14824534
h congrad.h
/* mex header file for matlab interaction */
#include "/software/matlab6/extern/include/mex.h"
#define ERRORMSG(T) mexErrMsgTxt(T)
#define MALLOC(X) mxMalloc(X)
#define FREE(X) mxFree(X)
#define GE
www.eeworm.com/read/119503/14827704
boost readme.boost
A collection of Matlab scripts to boost a Matlab neural network
Requires Matlab Neural Network toolbox.
Script P450bskel.m reads data files (not supplied) and the calls
other scripts to perform boost
www.eeworm.com/read/119456/14830319
-
使用说明:
系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上)
免费
简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...
www.eeworm.com/read/220289/14843926
readme
-- ReBEL : Recursive Bayesian Estimation Library --
A Matlab toolkit for Recursive Bayesian Estimation
Copyright 2002, Rudolph van der Merwe
1) WHAT IS ReBEL ?
Re
www.eeworm.com/read/220167/14847601
txt instalacion.txt
INSTALACI覰
Descomprimir el archivo ZIP en un directorio.
Dentro de MATLAB cambiar el workspace hasta el directorio donde se ha descomprimido.
Dentro de MATLAB teclear help HMMInit.
Si aparece la
www.eeworm.com/read/219442/14881597
m contents.m
% File Exchange Toolbox
%
% File Exchange Downloads
%
% checkforUpdates - Check updates for all MATLAB Central File Exchange downloads.
% deletefile - Delete a download directory.
% fxdownl
www.eeworm.com/read/219349/14886764
m examp3_21.m
syms x; f=abs(x)/x; % 定义方波信号
xx=[-pi:pi/200:pi]; xx=xx(xx~=0); xx=sort([xx,-eps,eps]); % 剔除零点
yy=subs(f,x,xx); plot(xx,yy), hold on % 绘制出理论值并保持坐标系
for n=2:20
[a,b,f1]=fseries(f,x,n), y1=subs
www.eeworm.com/read/218840/14904635
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/117561/14915709
makefile
fdtd : fdtd.c prepare.h calc.h parse.h
cc -fast -o fdtd fdtd.c -I/usr/local/matlab/extern/include -L/usr/local/matlab/extern/lib/sol2 -lmx -lm -leng