代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/388642/2548507
sgml overview.sgml
VLS overview
VLS design
The VideoLAN Server is programmed in C++, with an entirely "hand-made"
framework. It means that VLS does not (and will n
www.eeworm.com/read/395907/8146465
m qam16_fading.m
% Program 3-22
% qam16_fading
%
% Simulation program to realize 16QAM transmission system
% (under one path fading)
%
% Programmed by H.Harada and R.Funada
%
%******************** preparatio
www.eeworm.com/read/395734/8155441
m mseq.m
% Program 5-3
% mseq.m
%
% The generation function of M-sequence
%
% An example
% stg = 3
% taps = [ 1 , 3 ]
% inidata = [ 1 , 1 , 1 ]
% n = 2
%
% Programmed by M.O
www.eeworm.com/read/395734/8155457
m compoversamp2.m
% Program 5-9
% compoversamp2.m
%
% Function to sample "sample" time
%
% programmed by H.Harada and M.Okita
%
function [iout,qout] = compoversamp2(iin, qin, sample)
% *********************
www.eeworm.com/read/195390/8159444
m mseq.m
% Program 5-3
% mseq.m
%
% The generation function of M-sequence
%
% An example
% stg = 3
% taps = [ 1 , 3 ]
% inidata = [ 1 , 1 , 1 ]
% n = 2
%
% Programmed by M.O
www.eeworm.com/read/195389/8159580
m mseq.m
% Program 5-3
% mseq.m
%
% The generation function of M-sequence
%
% An example
% stg = 3
% taps = [ 1 , 3 ]
% inidata = [ 1 , 1 , 1 ]
% n = 2
%
% Programmed by M.O
www.eeworm.com/read/395456/8172738
lua sieve.lua
-- the sieve of of Eratosthenes programmed with coroutines
-- typical usage: lua -e N=1000 sieve.lua | column
-- generate all the numbers from 2 to n
function gen (n)
return coroutine.wrap(function
www.eeworm.com/read/394079/8249487
m mseq.m
% Program 5-3
% mseq.m
%
% The generation function of M-sequence
%
% An example
% stg = 3
% taps = [ 1 , 3 ]
% inidata = [ 1 , 1 , 1 ]
% n = 2
%
% Programmed by M.O
www.eeworm.com/read/394079/8249511
m compoversamp2.m
% Program 5-9
% compoversamp2.m
%
% Function to sample "sample" time
%
% programmed by H.Harada and M.Okita
%
function [iout,qout] = compoversamp2(iin, qin, sample)
% *********************
www.eeworm.com/read/293963/8260894
m mseq.m
% Program 5-3
% mseq.m
%
% The generation function of M-sequence
%
% An example
% stg = 3
% taps = [ 1 , 3 ]
% inidata = [ 1 , 1 , 1 ]
% n = 2
%
% Programmed by M.O