代码搜索:Encodes

找到约 341 项符合「Encodes」的源代码

代码结果 341
www.eeworm.com/read/379455/2674192

java encodeurl.java

package ora.ch6; /** * A class that encodes URL parameter values * for MIDP devices. */ public class EncodeURL { // The characters that do not need to // be converted. private static
www.eeworm.com/read/375419/9360577

m uencode.m

function y = uencode(varargin) %UENCODE Uniform quantization and encoding of the input into N-bits. % Y = UENCODE(U,N) uniformly quantizes and encodes the data in array U, % saturating the inp
www.eeworm.com/read/424063/10502717

m dpcmenco.m

function [indx, quant] = dpcmenco(sig, codebook, partition, predictor) %DPCMENCO Encodes a signal using differential pulse code modulation method. % INDX = DPCMENCO(SIG, CODEBOOK, PARTITOIN, P
www.eeworm.com/read/419990/10824350

m mpgwrite.m

%MPGWRITE Write an MPEG file. % MPGWRITE(M, map, 'filename', options) Encodes M in MPEG format % using the specified colormap and writes the result to the % specified file. The options argument is an
www.eeworm.com/read/379352/6957845

m parsehorse.m

addpath('util'); %Load the trained model load horseModel; %iterModel is a data structure that encodes the part models and part %structures iterModelStart = iterModel; %Load image im = imread('horse0
www.eeworm.com/read/379352/6957862

m parseperson.m

addpath('util'); %Load the trained model load peopleModel; %iterModel is a data structure that encodes the part models and part %structures iterModelStart = iterModel; %Load image im = imread('im022
www.eeworm.com/read/435304/7794095

m mpgwrite.m

%MPGWRITE Write an MPEG file. % MPGWRITE(M, map, 'filename', options) Encodes M in MPEG % format using the specified colormap and writes the result to the % specified file. The options argument is a
www.eeworm.com/read/313956/13578313

m dpcmenco.m

function [indx, quant] = dpcmenco(sig, codebook, partition, predictor) %DPCMENCO Encodes a signal using differential pulse code modulation method. % INDX = DPCMENCO(SIG, CODEBOOK, PARTITOIN, P
www.eeworm.com/read/108032/6186980

java mqcoder.java

/* * CVS identifier: * * $Id: MQCoder.java,v 1.33 2001/02/14 10:45:50 grosbois Exp $ * * Class: MQCoder * * Description: Class that encodes a number of bits using
www.eeworm.com/read/108032/6186994

java mqdecoder.java

/* * CVS identifier: * * $Id: MQDecoder.java,v 1.30 2000/09/05 09:23:14 grosbois Exp $ * * Class: MQDecoder * * Description: Class that encodes a number of bits us