代码搜索:matlab RFID

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

代码结果 10,000
www.eeworm.com/read/308919/13687409

txt daima.txt

function Jpeg I=imread('D:\MATLAB7\toolbox\images\imdemos\cameraman.tif'); %该图片在安装matlab的目录中找,原图为灰度图象 I=im2double(I);%图像存储类型转换 T=dctmtx(8);%离散余弦变换矩阵 B=blkproc(I,[8 8],'P1*x*P2',T,T'); %对原图像进行DCT
www.eeworm.com/read/308765/13692933

txt bbs.eetzone.com.txt

------------------ 电子工程论坛 ---------------------- http://bbs.eetzone.com 好多技术资料,参考设计,源代码共享!!!
www.eeworm.com/read/308602/13698880

m e0257.m

s(1).teacher.name='Liu Ming'; s(1).teacher.number='010101'; s(1).teacher.course=['math '; 'MATLAB'; 'Maple ']; %构架数组s增加教师域,并赋值 s(1).teacher%查看s的域teacher s(1).teacher.course%查看s的域teacher的course信息
www.eeworm.com/read/307842/13714035

ini unicornviewer.ini

[Recent Book List] Book1=C:\Documents and Settings\Administrator\桌面\MATLAB控制工程工具箱技术手册_0[1]\MATLAB控制工程工具箱技术手册_0\!00001.pdg Book2=E:\sql2000\SQL server 2000自学教程(PDG)\!00002.pdg
www.eeworm.com/read/307077/13731808

m ch5_4_1.m

%%%% 5-4-2-1 MATLAB中的灰度分层法彩色图像的实现Grayslice灰度分层法彩色图像处理 clc; %I=imread('nego4024.tif'); %I=imread('moon.tif'); I=imread('m83.tif'); imshow(I); title('originalimage') X=grayslice(I,16); figure,i
www.eeworm.com/read/307077/13731812

m ch5_2_5.m

%%% Sobel算子、Prewitt算子和高斯-拉普拉斯算子进行图像锐化的源程序。 %应用Sobel算子进行图像锐化 clear all; I1=imread('E:\MATLAB7\work\5-2\yuantu.bmp'); I1=double(I1); h1=fspecial('sobel'); I2=filter2(h1,I1); figure,imshow(I1,[])
www.eeworm.com/read/306728/13739339

m ex3_23.m

X=input('Enter X:'); E=zeros(size(X)); F=eye(size(X)); n=1; while norm(F,1)>0 E=E+F; F=F*X/n; n=n+1; end E xpm(X) %调用MATLAB矩阵指数函数求矩阵指数
www.eeworm.com/read/306478/13744615

m ip_02_05.m

% MATLAB script for Illustrative Problem 5, Chapter 2. clear echo on % first part Sx1=[ones(1,32)]; Rx1=ifft(Sx1,32); % second part Sx2=[ones(1,16),zeros(1,224),ones(1,16)]; Rx2=ifft(Sx2,256)
www.eeworm.com/read/306478/13744726

m ip_05_07.m

% MATLAB script for Illustrated Problem 5.7. clear echo on n0=.5*randn(100,1); n1=.5*randn(100,1); n2=.5*randn(100,1); n3=.5*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x
www.eeworm.com/read/306131/13751986

txt mm5.txt

Mastering MATLAB 5: a comprehensive tutorial and reference 作者: Duane Hanselman、Bruce Littlefield ISBN: 0-13-858366-8 出版社: Prentice Hall 1998年 内容简介: 《精通MATLAB综合辅导与指南》一书的最新版