代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/390783/2525223
h g726.h
extern "C" void g726_Encode(unsigned char *speech,char *bitstream);
extern "C" void g726_Decode(char *bitstream,unsigned char *speech);
www.eeworm.com/read/390783/2525234
h g726.h
extern "C" void g726_Encode(unsigned char *speech,char *bitstream);
extern "C" void g726_Decode(char *bitstream,unsigned char *speech);
www.eeworm.com/read/389922/2530302
c uue.c
/* uue - bulletproof version of uuencode */
/* Uue -- encode a file so that it's printable ascii, short lines
*
* Slightly modified from a version posted to net.sources a while back,
* and suitabl
www.eeworm.com/read/387578/2561352
java bernull.java
package org.bouncycastle.asn1;
import java.io.IOException;
/**
* A BER NULL object.
*/
public class BERNull
extends DERNull
{
public BERNull()
{
}
void encode(