代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/221711/14727081
cdf encode.cdf
/* Quartus II Version 5.0 Build 148 04/26/2005 SJ Full Version */
JedecChain;
FileRevision(JESD32A);
DefaultMfr(6E);
P ActionCode(Cfg)
Device PartName(EPM7128SL84) Path("") File("encode.po
www.eeworm.com/read/221711/14727096
v encode.v
/*
优先编码器,由拨码键盘输入,结果由数码管显示
*/
module encode(a,c,en);
input[8:1] a;
output[7:0] c;
reg[7:0] c;
output[7:0] en;
reg[3:0] c_tmp;
integer i;
assign en=0;
always@(a)
begin
c_tmp=0;
www.eeworm.com/read/221711/14727098
pof encode.pof
www.eeworm.com/read/221711/14727105
qpf encode.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/221711/14727108
hif encode.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
29
1521
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
encode
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_sensitive
# s
www.eeworm.com/read/221711/14727118
psp encode.psp
www.eeworm.com/read/221223/14752973
m encode.m
function cC=encode(C)
%初始变量
zeroseq=0;
zerocount=0;
j=1;
compC=[];
for m=1:length(C)
if (C(m)==0)&(zeroseq==0)
compC=[compC C(m)];
j=j+1;
zeroseq=1;
ze
www.eeworm.com/read/219945/14858903
exe encode.exe
www.eeworm.com/read/218774/14907007
_h encode._h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31
www.eeworm.com/read/218774/14907008
h encode.h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31