代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/370389/9602642
hdb encode.sgdiff.hdb
www.eeworm.com/read/370389/9602643
qmsg encode.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus II " "Info: Running Quartu
www.eeworm.com/read/370389/9602644
hdb encode.map.hdb
www.eeworm.com/read/370389/9602650
cdb encode.eco.cdb
www.eeworm.com/read/370389/9602653
rpt encode.map.rpt
Analysis & Synthesis report for encode
Sat Feb 18 13:50:06 2006
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal
www.eeworm.com/read/370389/9602655
summary encode.fit.summary
Flow Status : Successful - Sat Feb 18 13:50:12 2006
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : encode
Top-level Entity Name : encode
Family : MAX II
Device : EP
www.eeworm.com/read/370389/9602656
summary encode.map.summary
Flow Status : Successful - Sat Feb 18 13:50:06 2006
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : encode
Top-level Entity Name : encode
Family : MAX II
Device : EP
www.eeworm.com/read/173672/9643782
vhd com_encode.vhd
--com_encode.vhd 7 segment com encoder
library ieee ;
use ieee.std_logic_1164.all;
entity com_encode is
port(
com_clk : in std_logic_vector(1 downto 0);--input count
ledcom : out std_log
www.eeworm.com/read/369398/9650693
m crc_encode.m
function crc_encode_scr=crc_encode(scr)
poly=[1 1 0 0 1 1]; %crc检验用多项式
[M N]=size(poly);
scrg=[scr zeros(1,N-1)];
[q r]=deconv(scrg,poly);
r=abs(r);
for i=1:length(r)
a=r(i);
if (