代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/182909/9185932
m stationinit.m
% Program 7-10
%
% stationInit.m
%
% Programmed by A.Kanazawa
% Checked by H.Harada
%
function STATION = stationInit(d)
% The function to determine the position of BS
STATION = zeros(19,1);
www.eeworm.com/read/182909/9185933
m shadow.m
% Program 7-6
%
% shadow.m
%
% This function generates attenuation of shadowing
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = shadow(sigma)
anoz = randn;
db = sig
www.eeworm.com/read/182909/9185935
m holdtime.m
% Program 7-5
%
% holdtime.m
%
% This function generates holding time
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = holdtime(ht)
para = rand;
while para >= 1
www.eeworm.com/read/379443/9197228
m stationinit.m
% Program 7-10
%
% stationInit.m
%
% Programmed by A.Kanazawa
% Checked by H.Harada
%
function STATION = stationInit(d)
% The function to determine the position of BS
STATION = zeros(19,1);
www.eeworm.com/read/379443/9197231
m shadow.m
% Program 7-6
%
% shadow.m
%
% This function generates attenuation of shadowing
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = shadow(sigma)
anoz = randn;
db = sig
www.eeworm.com/read/379443/9197236
m holdtime.m
% Program 7-5
%
% holdtime.m
%
% This function generates holding time
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = holdtime(ht)
para = rand;
while para >= 1
www.eeworm.com/read/376808/9305931
asm dsp281x_csmpasswords.asm
;//###########################################################################
;//
;// FILE: DSP281x_CSMPasswords.asm
;//
;// TITLE: DSP281x Code Security Module Passwords.
;//
;// DESCRIPTION:
www.eeworm.com/read/376414/9318216
asm dsp281x_csmpasswords.asm
;//###########################################################################
;//
;// FILE: DSP281x_CSMPasswords.asm
;//
;// TITLE: DSP281x Code Security Module Passwords.
;//
;// DESCRIPTION:
www.eeworm.com/read/177127/9469204
asm dsp281x_csmpasswords.asm
;//###########################################################################
;//
;// FILE: DSP281x_CSMPasswords.asm
;//
;// TITLE: DSP281x Code Security Module Passwords.
;//
;// DESCRIPTION:
www.eeworm.com/read/372418/9511047
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H. Harada
%
function outdata = mvalue(indata)
%*********************** variables **********************
% indata : Input data
%******************