代码搜索:曼彻斯特编解码

找到约 461 项符合「曼彻斯特编解码」的源代码

代码结果 461
www.eeworm.com/read/178707/9387562

exe 曼彻斯特.exe

www.eeworm.com/read/151583/12197754

txt 10197.txt

曼彻斯特联队获足球协会杯 新华社伦敦5月17日电(记者张明德)曼彻斯特联 队17日在英国足球协会杯决赛第二场比赛中以1:0战 胜水晶宫队,从而第七次获得这一杯赛的冠军。 曼彻斯特联队赢得的这一球是在比赛进行到第60分 钟时由李马丁攻入的。 曼彻斯特联队和水晶宫队曾在上周六的决赛中以3: 3打平,故以今天的比赛决出胜负。(完) ...
www.eeworm.com/read/413470/11154910

txt 曼彻斯特编码vhdl程序.txt

entity me is port (rst,clk16x,wrn : in std_logic ; din : in std_logic_vector (7 downto 0) ; tbre : out std_logic ; mdo : out std_logic ) ; end me ; architecture v1 of me is signal clk1x :
www.eeworm.com/read/265665/11258051

txt 编解码电路与系统安全.txt

  编解码电路与系统安全
www.eeworm.com/read/460054/7258479

txt 差分曼彻斯特码解码.txt

module m_decode(clk,clk2,rst,mdi,machester);//实际的数据mdi为2046bit input clk,clk2,rst;//时钟clk的频率是mdi的频率 input mdi;//差分曼彻斯特码的数据 output machester; parameter size=1023; parameter dsize=2046;