代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/386035/2576724

h 7zencode.h

// 7zEncode.h #ifndef __7Z_ENCODE_H #define __7Z_ENCODE_H // #include "../../Common/StreamObjects.h" #include "7zCompressionMode.h" #include "../Common/CoderMixer2.h" #include "../Common
www.eeworm.com/read/377159/2705151

h 7zencode.h

// 7zEncode.h #ifndef __7Z_ENCODE_H #define __7Z_ENCODE_H // #include "../../Common/StreamObjects.h" #include "7zCompressionMode.h" #include "../Common/CoderMixer2.h" #include "../Common
www.eeworm.com/read/358128/3000553

pm alias.pm

package Encode::Alias; use strict; use warnings; no warnings 'redefine'; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.7 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; sub DEBUG () { 0 }
www.eeworm.com/read/269921/11070155

asp login1.asp

www.eeworm.com/read/17564/738848

8++

Fitter Status : Successful - Tue Jun 24 23:10:59 2008 Quartus II Version : 6.0 Build 178 04/27/2006 SJ Full Version Revision Name : encode Top-level Entity Name : encode Family : MAX II Device :
www.eeworm.com/read/222253/4821492

java utf16encoder.java

package org.tuna.net.encode; import java.nio.*; import java.nio.charset.*; public class UTF16Encoder { public static byte[] encode(String str) { Charset cset = Charset.forName("UTF-16")
www.eeworm.com/read/176663/5335787

h 7zencode.h

// 7zEncode.h #ifndef __7Z_ENCODE_H #define __7Z_ENCODE_H // #include "../../Common/StreamObjects.h" #include "7zCompressionMode.h" #include "../Common/CoderMixer2.h" #include "../Common/CoderMixe
www.eeworm.com/read/321483/3535336

pm byte.pm

package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__,
www.eeworm.com/read/321483/3535357

pm ebcdic.pm

package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_
www.eeworm.com/read/321483/3535362

pm symbol.pm

package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_