代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/238879/13317204

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/319030/13464113

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/319030/13464117

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/317647/13500281

m crmapping.m

% Function 4-6 % crmapping.m % % Function to set data on subcarrier % (DC=0) % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=crmapping(idata,qdata,fftlen,nd); %*********
www.eeworm.com/read/317647/13500289

m interwave.m

% Function 4-10 % interwave.m % % Function to add interference wave % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara); %*********
www.eeworm.com/read/313950/13578537

m crmapping.m

% Function 4-6 % crmapping.m % % Function to set data on subcarrier % (DC=0) % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=crmapping(idata,qdata,fftlen,nd); %*********
www.eeworm.com/read/313950/13578544

m interwave.m

% Function 4-10 % interwave.m % % Function to add interference wave % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=interwave(ci,spow,ml,nsamp,tstp,fadingpara); %*********
www.eeworm.com/read/307892/13713336

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/302791/13827393

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // Programmed by Gamsn 2005.10.22 #include "stdafx.h" #include "VeriFile.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/302791/13827416

h sha256.h

// Sha256.h: interface for the CSha256 class. // Programmed by Gamsn 2005.10.22 ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SHA256_H__63B9CDF2_E75F_410