代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/305538/13766451
m qam64m.m
function Z=QAM64m(u)
A=reshape(u,[],6);%AA=reshape(A,1,[])
a(1)=8;a(2)=6;a(3)=12;a(4)=2;a(5)=10;a(6)=4;a(7)=14;a(8)=0;%4-bi2de mapping
Tx=8-bi2de(A(:,1:3));
X=a(Tx);
Ty=8-bi2de(A(:,4:6));
Y=a(Ty
www.eeworm.com/read/305450/13769517
m torr_m_menu.m
% By Philip Torr 2002
% copyright Microsoft Corp.
function match_param_out = c_menu(varargin)
% C_MENU Application M-file for c_menu.fig
% FIG = C_MENU launch c_menu GUI.
% C_MENU('callback_name
www.eeworm.com/read/304503/13792025
m m_sequence1.m
m1=zeros(1,31);
a0=zeros(1,31);
a1=zeros(1,31);
a2=zeros(1,31);
a3=zeros(1,31);
a4=zeros(1,31);
a0(1,1)=0;
a1(1,1)=0;
a2(1,1)=0;
a3(1,1)=0;
a4(1,1)=1;
m1(1,1)=a0(1,1);
for i=2:31
a0
www.eeworm.com/read/302438/13835915
m51 sp_m.m51
BL51 BANKED LINKER/LOCATER V5.03 04/17/2005 22:55:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\PROGRAM FILES\KEIL20\C51\BIN
www.eeworm.com/read/302298/13838082
m m5_2.m
%%%%%%%%% Newton_Cotes Formula %%%%%%%%%%
fprintf('\n Newton-Cotes Formula\n');
n=input('Number of data points(2-8)?');
a=input('Lower limit of integration:');
b=input('Upper limit of integratio
www.eeworm.com/read/302298/13838088
m m5_4.m
%%%%%%%% Double Integration by the Simpson's Rule %%%%%%%%
clear;
nx=input('Number of intervals in x_direction:');
ny=input('Number of intervals in y_direction:');
a=input('Lower limit of x,a?')
www.eeworm.com/read/302298/13838091
m m5_3.m
%%%%%%%%% Gauss Quadrature %%%%%%%%%%%%%%
fprintf('Orders of the quadratures available are :n=2,3,4,5\n');
n=input('input n:');
while n>5|n==1
fprintf('\n warn: n=2,3,4,5\n');
n=input('
www.eeworm.com/read/302298/13838094
m m5_1.m
%%%%%%%%%%%%%%%% Trapezoidal or Simpson %%%%%%%%%%%%%%%%%%%%%%%%%%%
fprintf('\n Rules of Trapezoidal/Simpson\n');
fprintf('The function to be integrated is hard--coded infunction()\n');
z=input('
www.eeworm.com/read/301592/13854683
gif m_d_m.gif
www.eeworm.com/read/301592/13854689