代码搜索:Encodes
找到约 341 项符合「Encodes」的源代码
代码结果 341
www.eeworm.com/read/258131/11882893
c ldpcencode.c
/* File: LdpcEncode.c
Description: Encodes a single LDPC codeword. Code must be an "eIRA-LDPC" type code,
such as the one in the DVB-S2 standard or WiMax standard.
The ca
www.eeworm.com/read/127455/14354300
java basicauth.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.netclient;
/**
* This class encodes a user name and password
* in the format (base 64) that HTTP Basi
www.eeworm.com/read/223481/14639191
m ldpcencode.m
% LdpcEncode encodes an LDPC codeword. Code must be an "eIRA-LDPC" type code, such as the one
% in the DVB-S2 standard.
%
% The calling syntax is:
% codeword = LdpcEncode( data, H_rows)
%
www.eeworm.com/read/119673/14824553
java basicauth.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.netclient;
/**
* This class encodes a user name and password
* in the format (base 64) that HTTP Basi
www.eeworm.com/read/233448/4688382
java imagewriter.java
/* ImageWriter.java -- Encodes raster images.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or
www.eeworm.com/read/410944/11263509
java basicauth.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.netclient;
/**
* This class encodes a user name and password
* in the format (base 64) that HTTP Basi
www.eeworm.com/read/180486/9305346
m encode.m
function codeword = encode(h, msg)
%ENCODE Encode a message using an LDPC code.
% CODEWORD = ENCODE(L, MSG) encodes MSG using the LDPC code specified by
% an LDPC encoder object L.
%
% MSG
www.eeworm.com/read/372501/9508064
java animatedgifencoder.java
/**
*
*/
package nx.flat.util;
import java.io.*;
import java.awt.*;
import java.awt.image.*;
/**
* Class AnimatedGifEncoder - Encodes a GIF file consisting of one or
* more frames.
www.eeworm.com/read/461382/7228247
m btcencode.m
function codeword = BtcEncode( data, grows, gcolumns, k_per_row, k_per_column, B, Q )
% BTCEncode encodes a data sequence using a block turbo encoder.
%
% The calling syntax is:
% codeword =
www.eeworm.com/read/453455/1641136
java htmlencoder.java
package com.vegeta.utils.codec;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.net.URLEncoder;
/**
* Encodes text strings and URLs to be HTML-safe.
*