代码搜索:PROGRAMMED

找到约 3,252 项符合「PROGRAMMED」的源代码

代码结果 3,252
www.eeworm.com/read/463000/7190790

m main.m

% Program 2-3 % main.m % % calculate mean, dispersion and standard deviation for the vector data % % Programmed by H.Harada % data=rand(1,20); mvalue2=mvalue(data); [sigma2, sigma]= disper(
www.eeworm.com/read/463000/7190829

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/460812/7240438

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/459144/7280438

vb module1.vb

' Human Resources Management System (HRMS) ' ' Programmed by: Nura Tijjani Abubakar (ntagrafix@yahoo.com) ' Submitted to: Mr. Ravindran Kanapathy ' ' Oxford Brookes University (OBU) ' Final Yea
www.eeworm.com/read/444860/7604157

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/444818/7605516

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/441612/7668304

m cp0202_ds.m

% % FUNCTION 2.7 : "cp0202_DS" % % Generates a random Direct Sequence code % with periodicity 'Np' % % Programmed by Guerino Giancola % function [DScode]=cp0202_DS(Np); % ----------------
www.eeworm.com/read/441612/7668306

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/441612/7668318

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/441612/7668337

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom Time Hopping code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh