代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/470099/1477401
java strencode.java
package news;
import java.util.*;
public class StrEncode {
public StrEncode(){}
public String Encode(String str){
byte[] temp;
String newstr="";
try{
temp = str.getBytes(
www.eeworm.com/read/461213/1554487
1 imgdpcmencode.1
.TH IMGDPCMENCODE 1 "QCCPACK" ""
.SH NAME
imgdpcmencode,
imgdpcmdecode
\- encode and decode an image using DPCM
.SH SYNOPSIS
.B imgdpcmencode
.RB "[\|" \-p
.IR predictor "\|]"
.I imgfile
.I quantizers
www.eeworm.com/read/456693/1604438
py uu_codec.py
""" Python 'uu_codec' Codec - UU content transfer encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and decode.
www.eeworm.com/read/251805/4417957
makefile
# Makefile for mpeg2encode
# Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
#
# Disclaimer of Warranty
#
# These software programs are available to the user without any
www.eeworm.com/read/250243/4436959
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/243567/4523657
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/240532/4572179
h base64.h
#include
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);
www.eeworm.com/read/218254/4863114
h authoritykeyidentifier.h
#include "asn-incl.h"
/*
* authorityKeyIdentifier.h
* "AuthorityKeyIdentifierDefinition" ASN.1 module encode/decode/extracting/matching/free C src.
* This file was generated by modified e
www.eeworm.com/read/209559/4963965
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/206142/5011577
1 imgdpcmencode.1
.TH IMGDPCMENCODE 1 "QCCPACK" ""
.SH NAME
imgdpcmencode,
imgdpcmdecode
\- encode and decode an image using DPCM
.SH SYNOPSIS
.B imgdpcmencode
.RB "[\|" \-p
.IR predictor "\|]"
.I imgfile
.I quantizers