代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/345247/11824481

c main.c

#include #include "config.h" #include "isp.h" /***************************** _DEAD_()函数 ******************************* * 功 能:输出错误提示信息并进入一个死循环,当发生致命错误时调用本函数。 ************************
www.eeworm.com/read/258306/11871351

vhd tx_data_cnt.vhd

-- Altera Microperipheral Reference Design Version 0802 --********************************************************************************************** -- -- System: A8251 -- Component: Tx
www.eeworm.com/read/258306/11871498

vhd tx_state_mach.vhd

-- Altera Microperipheral Reference Design Version 0802 --********************************************************************************************** -- -- System: A8251 -- Component: Tx
www.eeworm.com/read/258306/11871522

vhd tx_clk_div.vhd

-- Altera Microperipheral Reference Design Version 0802 --********************************************************************************************** -- -- System: A8251 -- Component: Tx
www.eeworm.com/read/255612/12068727

m oversamp2.m

% Program 3-17 % oversamp2.m % % Function to sample "sample" time % % programmed by H.Harada % function [out] = oversamp2( iin, ntot , sample) % ******************************************
www.eeworm.com/read/131090/14161283

h quicksort.h

//************************************************************** //* filename: quicksort.h * //* * //***
www.eeworm.com/read/231737/14222332

m dist.m

% Program 7-7 % % dist.m % % This function generates attenuation due to distance % % Programmed by F. Kojima % Checked by H.Harada % function [x] = dist(a,b,alpha) % a,b: position of
www.eeworm.com/read/231737/14222333

m basest.m

% Program 7-2 % % basest.m % % This function sets positions of the base stations. % % Programmed by F. Kojima % Checked by H.Harada % function [out] = basest() baseinfo(1, 1) = 0.0; b
www.eeworm.com/read/231723/14222779

m oversamp2.m

% Program 3-17 % oversamp2.m % % Function to sample "sample" time % % programmed by H.Harada % function [out] = oversamp2( iin, ntot , sample) % ******************************************
www.eeworm.com/read/231691/14223241

m goldseq.m

% Program 5-5 % goldseq.m % % The generation function of Gold sequence % % Programmed by M.Okita and H.Harada % function [gout] = goldseq(m1, m2, n) % *************************************