代码搜索:matlab、人工免疫
找到约 10,000 项符合「matlab、人工免疫」的源代码
代码结果 10,000
www.eeworm.com/read/229815/14315639
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/127603/14347759
m lp2.m
%LP2.m
%这是求解以下这种格式(约束全是等式)
%minZ=-2x1-2x2-0x3-0x4-0x5
%s.t:
% x1+2x2+x3+0x4+0x5=8
% 4x1+0x2+0x3+x4+0x5=16
% 0x1+4x2+0x3+0x4+x5=12
%具体过程
%目标函数,记住要转化成最小,这是matlab约定
clear;
Z = -[2 ;3; 0; 0; 0
www.eeworm.com/read/127242/14366650
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/127036/14387484
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/127036/14387554
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/126777/14403489
c engwindemo.c
/* engwindemo.c
* This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C program for windows
* Copyright (c) 1996-1998 by The MathWorks, Inc.
* All Rights
www.eeworm.com/read/228006/14403600
mht wavelet toolbox.mht
From:
Subject: Wavelet Toolbox
Date: Thu, 23 Mar 2006 09:08:18 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----=_N
www.eeworm.com/read/227865/14407708
frm vbex7_14.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "VB Link to MATLAB"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5115
Link
www.eeworm.com/read/227754/14414295
txt 目录.txt
目录
译者序
前言
第1章 MATLAB是什么 1
1.1 MATLAB能做什么 1
1.2 MATLAB实例 1
1.3 MATLAB帮助 10
第2章 MATLAB启动 11
2.1 启动和退出MATLAB 11
2.2 MATLAB中矩阵和多维矩阵介绍 12
2.3 MATLAB中的变量 16
2.4 算术表达式和数学函数 19
2