代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/240973/13183495
txt matlab遗传算法工具箱函数及实例讲解(转引).txt
matlab遗传算法工具箱函数及实例讲解(转引)
[ 作者:佚名 转贴自:本站原创 点击数:1055 更新时间:2005-4-11 文章录入:lymcentor ]
gaotv5
核心函数:
(1)function [pop]=initializega(num,bounds,eevalFN,eevalOps,options)--初始种群的生成函数
www.eeworm.com/read/139048/13191410
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/139008/13195385
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/240795/13197343
m p0302.m
I=imread('cameraman.tif'); % MATLAB自带的图像,如图3-3所示
imshow(I);
clear;close all
I=imread('cameraman.tif');
imshow(I);
I=im2double(I);
T=dctmtx(8);
B=blkproc(I,[8 8], 'P1*x*P2',T,T');
Ma
www.eeworm.com/read/240795/13197351
m p0304.m
I=imread('pout.tif'); % 读取MATLAB自带的potu.tif图像
imshow(I);
figure,imhist(I);
[J,T]=histeq(I,64); % 图像灰度扩展到0~255,但是只有64个灰度级
figure,imshow(J);
figure,imhist(J);
figure,plot((0:255)/255,T)
www.eeworm.com/read/240580/13212729
cxx lexmatlab.cxx
// Scintilla source code edit control
/** @file LexMatlab.cxx
** Lexer for Matlab.
** Written by Jos
www.eeworm.com/read/325261/13215560
m radarsimulation.m
function varargout = radarSimulation(varargin)
% RADARSIMULATION M-file for radarSimulation.fig
% RADARSIMULATION, by itself, creates a new RADARSIMULATION or raises the existing
% single
www.eeworm.com/read/325030/13229543
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/325002/13233593
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/324902/13238638
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',