代码搜索:Encodes
找到约 341 项符合「Encodes」的源代码
代码结果 341
www.eeworm.com/read/475366/6778994
m rsc_encode.m
function y = rsc_encode(g, x)
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code with generator vectors in g, and
% returns the output in y (0/1).
% if terminate
www.eeworm.com/read/475366/6779042
m rsc_encode.m
function y = rsc_encode(g, x)
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code with generator vectors in g, and
% returns the output in y (0/1).
% if terminate
www.eeworm.com/read/475347/6796728
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code with generator vectors in g, and
% returns the output in y (0/1).
% if
www.eeworm.com/read/363231/9964581
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code with generator vectors in g, and
% returns the output in y (0/1).
% if ter
www.eeworm.com/read/461382/7228277
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/136989/5830270
readme
# README,v 1.3 2000/03/01 00:49:40 coryan Exp
This directory contains the following tests for the CDR stream class;
. basic_types
Simply encodes a lot of CORBA::Octets, CORB
www.eeworm.com/read/133885/5898916
java classdescvec.java
/**
* Encodes all the features of classes available.
*
*
* @author Waleed Kadous
* @version $Id: ClassDescVec.java,v 1.1.1.1 2002/06/28 07:36:16 waleed Exp $
*/
package tclass;
impor
www.eeworm.com/read/133885/5898938
java eventveci.java
/**
* A vector of events. Also encodes the appropriate EventDescI for this
* class.
*
* @author Waleed Kadous
* @version $Id: EventVecI.java,v 1.1.1.1 2002/06/28 07:36:16 waleed Exp $
*/
www.eeworm.com/read/101022/6260680
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/258297/11871914
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