代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/110350/6164941
txt errata.txt
User should be aware of the following errata in developing the low-cost joystick:
1: The dev kit is not sensitive to TTL threshhold levels for the CY63743 pin p0.0
Workaround: Use a programmed d
www.eeworm.com/read/363748/6288709
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/487180/6516554
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/264523/11310947
asm lover.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Programmed by 罗云彬, bigluo@telekbird.com.cn
; Website: http://asm.yeah.net
; LuoYunBin's Win32 ASM page (罗云彬的编程乐园)
;>>>>>>>>>
www.eeworm.com/read/408889/11366040
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/404808/11477833
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/262192/11601775
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/262192/11601782
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/155919/11838395
m cp0901_sm2_ppm.m
%
% Function 9.1: "cp0901_sm2_PPM"
%
% Evaluates the term SIGMAm^2 ('sm2') for an input 'pulse'
% sampled ad 'fc'.'PPMshift' is the value in seconds
% of the PPM shift.
%
% Programmed by Guerin
www.eeworm.com/read/154878/11921322
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