代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/197923/7962054
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% 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
% convolutiona
www.eeworm.com/read/298156/7972207
v scram_encode.v
module scram_encode(
//input
clk,
rst_n,
enframe_data,
//output
www.eeworm.com/read/296686/8081665
py encode_bitmaps.py
"""
This is a way to save the startup time when running img2py on lots of
files...
"""
import sys
from wx.tools import img2py
command_lines = [
" -u -i -n Mondrian bmp_source/mo
www.eeworm.com/read/196425/8092809
m encode_symbol.m
function encode_symbol(symbol,cum_freq)
global top_value first_qtr half third_qtr high low bits_to_follow code_value_bits no_of_symbols no_of_chars
format long ;
top_value=2^code_value_bits-1
www.eeworm.com/read/196425/8092816
m main_encode.m
% This is main program for encode
clc
clear all
clear global
format long
global no_of_chars no_of_symbols cum_freq char_to_index index_to_char low high top_value code_value_bits bits_to_follow fi
www.eeworm.com/read/196292/8101622
cpp speex_encode.cpp
#include
#include
#include "speex_define.h"
#include "speex.h"
void initspeexEncode( /* (o) Number of bytes encoded */
speex_Enc_Inst_t *global_vars /*
www.eeworm.com/read/196292/8102156
cpp gsm_encode.cpp
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/196292/8102378
cpp ilbc_encode.cpp
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
iLBC_encode.c
Copyright (C) The Internet Society (2004).
All
www.eeworm.com/read/196292/8102392
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/396269/8117598
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);