代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/275690/10801404
acf com_encode.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/419965/10825723
m cvsd_encode.m
% 07.11.5
% li dong shi
% cvsd encode
function [cvsd_encode_data,sw_enc_bit_dly_1_02,sw_enc_bit_dly_2_02,sw_step_02,sw_prdct_02] = cvsd_encode(sw_smpl_val,sw_enc_bit_dly_1_01,sw_enc_bit_dly_2_01,
www.eeworm.com/read/274866/10847330
c ilbc_encode.c
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
iLBC_encode.c
Copyright (C) The Internet Society (2004).
All
www.eeworm.com/read/274866/10847435
h ilbc_encode.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
iLBC_encode.h
Copyright (C) The Internet Society (2004).
All
www.eeworm.com/read/274320/10876367
dll encode_cc.dll
www.eeworm.com/read/274320/10876419
m encode_cc.m
% encode_cc.dll
% See setup_cc.m
%-----------------------------------------------------------
www.eeworm.com/read/274276/10879334
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/272244/10964428
m rsc_encode.m
function y = rsc_encode(g, x, end)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/272244/10964441
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/417710/10979683
m gen_encode.m
function P = gen_encode(X,Nb,l,u)
%将群体X的状态编码为二进制数组P
Np=size(X,1); %群体大小
N = length(Nb); %变量(状态)维数
for n = 1:Np
b2 = 0;
for m = 1:N
b1 = b2+1;
b2 = b2 + Nb(m);