代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/147422/5729944
m fbana4.m
% Function: perform fourth stage of the Formant Based Linear Prediction Analysis
% ==> encode the source characteristics
function [gm,gpcof,ncidx,ncgm]=fbana4(signal,basic,nframe,Froot,g
www.eeworm.com/read/143582/5756664
txt infile.txt
INFILE.TXT
This text file will be encoded by the Encode.exe program:
#include
#include
/* Translate a buffer of bytes, using an encryption
characte
www.eeworm.com/read/136786/5864751
h capi.h
/*
* CAPI encode/decode prototypes and defines
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distribute
www.eeworm.com/read/129250/5974548
txt infile.txt
INFILE.TXT
This text file will be encoded by the Encode.exe program:
#include
#include
/* Translate a buffer of bytes, using an encryption
characte
www.eeworm.com/read/127781/5997718
h capi.h
/*
* CAPI encode/decode prototypes and defines
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distribute
www.eeworm.com/read/110034/6169275
h capi.h
/*
* CAPI encode/decode prototypes and defines
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distribute
www.eeworm.com/read/106677/6191556
java ascii.java
package cryptix.pgp.charset;
import cryptix.pgp.*;
/**
* @author Jill Baker
*/
public abstract class Ascii extends SimpleCharSet
{
public final static byte[] encode( byte[] buffer )
{
www.eeworm.com/read/106677/6191557
java keybcs.java
package cryptix.pgp.charset;
import cryptix.pgp.*;
/**
* @author Jill Baker
*/
public abstract class Keybcs extends SimpleCharSet
{
public final static byte[] encode( byte[] buffer )
{
www.eeworm.com/read/106677/6191558
java mac.java
package cryptix.pgp.charset;
import cryptix.pgp.*;
/**
* @author Jill Baker
*/
public abstract class Mac extends SimpleCharSet
{
public final static byte[] encode( byte[] buffer )
{
www.eeworm.com/read/106677/6191565
java next.java
package cryptix.pgp.charset;
import cryptix.pgp.*;
/**
* @author Jill Baker
*/
public abstract class Next extends SimpleCharSet
{
public final static byte[] encode( byte[] buffer )
{