代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/375404/9361828
cfg encoder_yuv444.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/375404/9361835
cfg encoder_highquality_hd.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/179156/9368038
js base64encoder.js
AttackAPI.Base64Encoder = {};
AttackAPI.Base64Encoder.character_space = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
AttackAPI.Base64Encoder.encode = function(input) {
var
www.eeworm.com/read/374228/9415375
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/177943/9426730
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
ConvCodeGenPoly=[1 0 1 1 0 1 1;1 1 1 1 0 0 1 ]
number_rows = size(ConvCodeGenP
www.eeworm.com/read/177349/9458424
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global SimulationConstants;
number_rows = size(SimulationConstants.ConvCodeGenPoly, 1);
number_
www.eeworm.com/read/372505/9507486
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/176189/9512846
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