代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/422060/2043177
phpt 023.phpt
--TEST--
filter_data() and FILTER_UNSAFE_RAW
--FILE--
www.eeworm.com/read/404774/2301295
1 spihtencode3d.1
.TH SPIHTENCODE3D 1 "QCCPACK" ""
.SH NAME
spihtencode3d, spihtdecode3d \-
encode/decode an image cube using the 3D-SPIHT algorithm
.SH SYNOPSIS
.sp
.B spihtencode3d
.RB "[\|" \-w
.IR wavelet "\|]"
.R
www.eeworm.com/read/384423/2600524
cpp ff_wmv9.cpp
#include "stdafx.h"
#include "ff_wmv9.h"
#include "GenProfile_lib.h"
#include "writerSink.h"
#include "Twmv9dll.h"
#include
#include
#include "encode.h"
#include "encappErr.h"
www.eeworm.com/read/358128/3000198
pm base64.pm
package MIME::Base64;
# $Id: Base64.pm,v 3.11 2005/11/29 20:59:55 gisle Exp $
use strict;
use vars qw(@ISA @EXPORT $VERSION);
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(encode_base64 decod
www.eeworm.com/read/358128/3000539
pm encoding.pm
# $Id: encoding.pm,v 2.6 2007/04/22 14:56:12 dankogai Exp $
package encoding;
our $VERSION = do { my @r = ( q$Revision: 2.6 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use Encode;
use strict;