代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/408772/11369970
cbproj qr_encoder.cbproj
{0384FB42-2596-4B93-90CF-7BD98049E590}
12.0
www.eeworm.com/read/408772/11369980
res qr_encoder.res
www.eeworm.com/read/407958/11407035
vhd encoder2.vhd
library ieee;
use ieee.std_logic_1164.all;
entity encoder is
port (invec:in std_logic_vector(7 downto 0);
enc_out:out std_logic_vector(2 downto 0)
);
end encoder;
architec
www.eeworm.com/read/407958/11407036
vhd encoder1.vhd
library ieee;
use ieee.std_logic_1164.all;
entity encoder is
port (invec: in std_logic_vector(7 downto 0);
enc_out: out std_logic_vector(2 downto 0)
);
end enc
www.eeworm.com/read/407958/11407042
vhd encoder3.vhd
library ieee;
use ieee.std_logic_1164.all;
entity encoder is
port (invec: in std_logic_vector(7 downto 0);
enc_out: out std_logic_vector(2 downto 0)
);
end encoder;
architec
www.eeworm.com/read/405321/11465978
html group__encoder.html
Procyon AVRlib: Quadrature Encoder Driver (en
www.eeworm.com/read/402035/11543656
m conv_encoder.m
%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2
function [encoded_sequence]=convlenc(message)
%TEST MESSAGES
% message=[1 0 1 0 1 1 1 0 0 0 1 1 0 1 1
www.eeworm.com/read/400144/11582149
h encoder_test.h
#ifndef __SAMSUNG_SYSLSI_APDEV_ENCODER_TEST_H__
#define __SAMSUNG_SYSLSI_APDEV_ENCODER_TEST_H__
#ifdef __cplusplus
extern "C" {
#endif
int Test_H264_Encoder(int argc, char **argv);
int Test_MPEG4_
www.eeworm.com/read/400144/11582169
c encoder_test.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/400144/11582195
h encoder_test.h
#ifndef __SAMSUNG_SYSLSI_APDEV_ENCODER_TEST_H__
#define __SAMSUNG_SYSLSI_APDEV_ENCODER_TEST_H__
#ifdef __cplusplus
extern "C" {
#endif
int Test_Encoder(int argc, char **argv);
#ifdef __cplusplus