代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/169221/9874928
v encoder8_3.v
module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h);
output none_on;
output[2:0] outcode;
input a,b,c,d,e,f,g,h;
reg[3:0] outtemp;
assign {none_on,outcode}=outtemp;
always @(a or b or c or d or
www.eeworm.com/read/168255/9927294
v encoder8_3.v
module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h);
output none_on;
output[2:0] outcode;
input a,b,c,d,e,f,g,h;
reg[3:0] outtemp;
assign {none_on,outcode}=outtemp;
always @(a or b or c or d or
www.eeworm.com/read/362310/10005833
v encoder8_3.v
module encoder8_3(none_on,outcode,a,b,c,d,e,f,g,h);
output none_on;
output[2:0] outcode;
input a,b,c,d,e,f,g,h;
reg[3:0] outtemp;
assign {none_on,outcode}=outtemp;
always @(a or b or c or d or
www.eeworm.com/read/166030/10040083
class base64encoder.class
www.eeworm.com/read/166030/10040132
java base64encoder.java
package data;
import java.io.IOException;
import java.io.OutputStream;
public class BASE64Encoder extends CharacterEncoder
{
private static final char pem_array[] = {
'A', 'B
www.eeworm.com/read/164962/10080344
vhd priority_encoder_ls.vhd
-----------------------------------------------------------------------------
--
-- The following information has been generated by Exemplar Logic and
-- may be freely distributed and modifi
www.eeworm.com/read/164962/10080398
txt priority_encoder_highest.txt
--Highest Priority Encoder
-- download from www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
entity priority is
port(I : in bit_vector(7 downto 0); --inputs
www.eeworm.com/read/360262/10105326
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co
www.eeworm.com/read/355686/10249786
m ms_encoder_initialization.m
% ms_encoder_initialization ;
switch xrc
case 3
switch xframelength
case 6120
xtrellisstructure=poly2trellis(9,[753 561])';
xpaddedframele