代码搜索:matlab RFID

找到约 10,000 项符合「matlab RFID」的源代码

代码结果 10,000
www.eeworm.com/read/318956/13465941

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/318800/13471730

plg matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Release-------------------- Command Lines Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/318488/13477501

m savemat.m

function wresult = savemat(outputfilename,imaVOL,scaninfo) % function wresult = savemat(outputfilename,imaVOL,scaninfo) % % Matlab function to save imaVOL as mat format output file. % % Matlab l
www.eeworm.com/read/318141/13485024

xml info.xml

12 Petri Net Toolbox matlab $toolbox/matlab/general/matlabicon.gif Help
www.eeworm.com/read/318125/13486532

htm 6_01_67.htm

教材简介
www.eeworm.com/read/317898/13493447

txt 人脸.txt

使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, dra
www.eeworm.com/read/317897/13493554

dat bookinfo.dat

[General Information] 书名=智能控制及其MATLAB实现 作者=李国勇编著 页数=380 SS号=11418288 出版日期=2005年05月
www.eeworm.com/read/317870/13494684

txt readme.txt

======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : vc_matlab_engine ================================================================
www.eeworm.com/read/317683/13499565

dat bookinfo.dat

[General Information] 书名=Visual C++/MATLAB图像处理与识别实用案例精选 作者= 页数=420 SS号=0 出版日期=
www.eeworm.com/read/317546/13502580

m main_logistic.m

% Logistic 映射 % 使用平台 - Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn clc clear all close all %------------