代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/381211/9104337
m a_encode.m
function [y,Nbits]=a_encode(x,ipr)
% [y,Nbits]=a_encode(x)
% Arithmetic encoding using a fixed frequency table computed
% by freq(x).
%
% x =input vector of integers.
% NOTE: the mini
www.eeworm.com/read/184390/9107105
obj encode.obj
www.eeworm.com/read/184390/9107202
c encode.c
/*************************************************************************************
**
** ITU-T Wideband Coder Candidate (G.WB) Source Code
**
**
www.eeworm.com/read/281882/9127961
cpp encode.cpp
#include "LR_en_de_CODE.h"
using namespace std;
void arrange_col(int j,int x);
extern unsigned char P_MAT[H_row][H_col-H_row];
extern int rearranged_col[H_row];
void encode(int *out_addr
www.eeworm.com/read/378278/9238523
vhd encode.vhd
-------------------------------------------------------------------------------
-- Title : Encoder
-- Project : VHDL Library of Arithmetic Units
---------------------------------------------
www.eeworm.com/read/181307/9260045
m encode.m
function modul=encode(inf,len);
G=[1 0 0 3 0 3 3 2;0 1 0 1 0 1 0 1;0 0 1 1 0 0 1 1;0 0 0 0 1 1 1 1];
b=[0 0 0 2 0 0 2 0];
%inf=[1 3 2 0];
%len=800;
modul=zeros(1,2*len);
par=zeros(1,len);
%inf=
www.eeworm.com/read/181303/9260215
m encode.m
%function par=encode(len);
G=[1 0 0 3 0 3 3 2;0 1 0 1 0 1 0 1;0 0 1 1 0 0 1 1;0 0 0 0 1 1 1 1];
b=[0 0 0 2 0 0 2 0];
%inf=[1 3 2 0];
len=800;
par=zeros(1,len);
inf=source(len);
for k=1:len/4
www.eeworm.com/read/180653/9300191
cs encode.cs
using System;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DCard
{
///
/// Encode 的摘要说明。
///
public class Encode
{
www.eeworm.com/read/180574/9302082
dsw encode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/180574/9302105