代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/444676/7608757
asm roach.asm
;Developed and Programmed in Australia.
;Copy_ya_right 1997
;Virus Name : ROACH
;The ROACH virus will install itself memory resident, below the video memory.
;once this virus is in memory it w
www.eeworm.com/read/298012/7977554
m msk_fading.m
% Program 3-14
% msk_fading.m
%
% Simulation program to realize MSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** preparatio
www.eeworm.com/read/298012/7977556
m gmsk_fading.m
% Program 3-19
% gmsk_fading.m
%
% Simulation program to realize GMSK transmission system
% (under one path fading)
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation
www.eeworm.com/read/298012/7977579
m oqpsk_fading.m
% Program 3-12
% oqpsk_fading.m
%
% Simulation program to realize OQPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Prepar
www.eeworm.com/read/298012/7977584
m bpsk_fading.m
% Program 3-2
% bpsk_fading.m
%
% Simulation program to realize BPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura,
%
%******************** Preparat
www.eeworm.com/read/298012/7977586
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********
www.eeworm.com/read/298012/7977591
m qpsk_fading.m
% Program 3-6
% qpsk_fading.m
%
% Simulation program to realize QPSK transmission system
% (under one path fading)
%
% Programmed by H.Harada and T.Yamamura
%
%******************** Preparati
www.eeworm.com/read/196953/8039039
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/196953/8039048
m delay1.m
% Program 2-7
% delay.m
% Gives delay to input signal
%
% Programmed by H.Harada
%
function [iout,qout] = delay1( idata, qdata , nsamp , idel )
%****************** variables **********
www.eeworm.com/read/196953/8039052
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************