代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/160860/10481971
vbp rs.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Reference=*\G{3D5C6BF0-69A3-11D0-B393-00A0C9055D8E}#1.0#0#C:\Program Files\Common File
www.eeworm.com/read/278332/10545455
v rs.v
module rs(q,r,s,clk);
input r,s,clk;
output q;
reg q;
always@(posedge clk)
begin
if(s==1'b1&&r==1'b0)
q
www.eeworm.com/read/278332/10545572
v rs.v
module rs(q,r,s,clk);
input r,s,clk;
output q;
reg q;
always@(posedge clk)
begin
if(s==1'b1&&r==1'b0)
q
www.eeworm.com/read/277724/10609022
bmp rs.bmp
www.eeworm.com/read/277724/10609148
ico rs.ico
www.eeworm.com/read/159516/10644767
tar rs.tar
www.eeworm.com/read/159516/10644787
c rs.c
/* rs.c */
/* This program is an encoder/decoder for Reed-Solomon codes. Encoding is in
systematic form, decoding via the Berlekamp iterative algorithm.
In the present form ,
www.eeworm.com/read/276615/10722996
cwk rs.cwk
www.eeworm.com/read/276615/10723001
sdw rs.sdw
www.eeworm.com/read/276615/10723003