代码搜索:Encodes

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

代码结果 341
www.eeworm.com/read/278321/10547605

pl lameid3.pl

# # From: Per Bolmstedt # # AC> If someone has scripts that read input ID3 tags and convert # AC> them to args for lame (which then encodes the tags into the # AC> output fi
www.eeworm.com/read/246283/12743656

java linesearch.java

package com.tdunning.nr; import com.tdunning.math.RealFunction; import Jama.Matrix; /** * Encodes a line-search operation on a single function. * @author Ted Dunning * Based loosely on th
www.eeworm.com/read/330173/12908257

m convolutional_encoder.m

function [encoded_bits, final_state] = convolutional_encoder(input_bits, trellis, system_info, varargin) % This function encodes the binary vector input_bits using the % convolutional encoder wh
www.eeworm.com/read/313956/13578245

m encode.m

function [code, added] = encode(msg, n, k, method, opt) %ENCODE Error-control code encoding computation. % CODE = ENCODE(MSG, N, K) encodes binary message specified in MSG using % Hammi
www.eeworm.com/read/408749/11370796

cpp writer.cpp

// This test driver program encodes a data record and writes the encoded // result to an output file.. #include #include #include "NBAP-Constants.h" #include "NBAP-Contain
www.eeworm.com/read/477371/1361921

1 vqencode.1

.TH VQENCODE 1 "QCCPACK" "" .SH NAME vqencode \- encoding using vector quantization .SH SYNOPSIS .B vqencode .I datfile .I codebookfile .I channelfile .SH DESCRIPTION .LP .B vqencode encodes .I datfil
www.eeworm.com/read/461213/1554292

1 vqencode.1

.TH VQENCODE 1 "QCCPACK" "" .SH NAME vqencode \- encoding using vector quantization .SH SYNOPSIS .B vqencode .I datfile .I codebookfile .I channelfile .SH DESCRIPTION .LP .B vqencode encodes .I datfil
www.eeworm.com/read/206142/5011384

1 vqencode.1

.TH VQENCODE 1 "QCCPACK" "" .SH NAME vqencode \- encoding using vector quantization .SH SYNOPSIS .B vqencode .I datfile .I codebookfile .I channelfile .SH DESCRIPTION .LP .B vqencode encodes .I datfil
www.eeworm.com/read/299786/3850280

10a859d96536001b19ca9d8cdf62cf01

package org.ajaxshowdesktop; /** * Encodes and decodes to and from Base64 notation. * * * Change Log: * * * v1.4 - Added helper methods to read/write files.
www.eeworm.com/read/367819/9728761

java animatedgifencoder.java

//AnimatedGifEncoder.java源码(处理GIF图片) import java.io.*; import java.awt.*; import java.awt.image.*; /** * Class AnimatedGifEncoder - Encodes a GIF file consisting of one or * more fram