代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/466008/7042914
h dac.h
/*******************************************************************/
/* */
/* Board Specific Routines for Arm Linux
www.eeworm.com/read/466008/7042918
h led.h
/*******************************************************************/
/* */
/* Board Specific Routines for Arm Linux
www.eeworm.com/read/466008/7042936
h key.h
/*******************************************************************/
/* */
/* Board Specific Routines for Arm Linux
www.eeworm.com/read/223598/7104164
c proto.c
/*
* File: proto.c
*
* Copyright (C) 2003 Jorge Arellano Cid ,
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/247640/7117447
m cp0804_signalshift.m
%
% Function 8.14: "cp0804_signalshift"
%
% Applies a circular shift of 't' seconds
% to the input vector 'in'
%
% Programmed by Guerino Giancola
%
function [out] = cp0804_signalshift(in,fc,
www.eeworm.com/read/161898/7153376
m oversample.m
%
% oversample.m
%
% Insert zero data to input data
%
% Programmed by Huangyong
%
function [out] = oversample( indata, nsymb, sample)
%************************* variables *****************
www.eeworm.com/read/161898/7153380
m oversample.m
%
% oversample.m
%
% Insert zero data to input data
%
% Programmed by Huangyong
%
function [out] = oversample( indata, nsymb, sample)
%************************* variables *****************
www.eeworm.com/read/161898/7153385
m oversample.m
%
% oversample.m
%
% Insert zero data to input data
%
% Programmed by Huangyong
%
function [out] = oversample( indata, nsymb, sample)
%************************* variables *****************
www.eeworm.com/read/463000/7190756
m autocorr.m
% Program 5-1
% autocorr.m
%
% Autocorrelation function of a sequence
%
% Programmed by M.Okita and H.Harada
%
function [out] = autocorr(indata, tn)
% *************************************
www.eeworm.com/read/463000/7190786
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H.Harada
%
function outdata = mvalue(indata)
%****************** variables *************************
% indata : Input data
%*