代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/451858/1659467
java encoding.java
import net.htmlparser.jericho.*;
import java.util.*;
import java.io.*;
import java.net.*;
public class Encoding {
public static void main(String[] args) throws Exception {
String sourceUrlS
www.eeworm.com/read/242732/4537511
c encoding.c
/*
* encoding.c : implements the encoding conversion functions needed for XML
*
* Related specs:
* rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
* rfc2781 UTF-16, an
www.eeworm.com/read/242732/4537525
h encoding.h
/*
* Summary: interface for the encoding conversion functions
* Description: interface for the encoding conversion functions needed for
* XML basic encoding and iconv() support.
*
www.eeworm.com/read/233914/4664494
cs encoding.cs
/*
* Encoding.cs - Implementation of the "System.Text.Encoding" class.
*
* Copyright (C) 2001, 2002 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/219069/4853615
java encoding.java
/*
* Created on 2005-8-5
*
*/
package banksystem;
import banksystem.Constants;
/**
* @author 曲本盛
*
* TODO Struts 项目实践
*/
public class Encoding {
public static String CNtoISO(String
www.eeworm.com/read/216802/4881340
c encoding.c
/*
* encoding.c : implements the encoding conversion functions needed for XML
*
* Related specs:
* rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
* rfc2781 UTF-16, an
www.eeworm.com/read/216802/4881354
h encoding.h
/*
* Summary: interface for the encoding conversion functions
* Description: interface for the encoding conversion functions needed for
* XML basic encoding and iconv() support.
*
www.eeworm.com/read/208414/4992778
cpp encoding.cpp
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.cpp
*
* Last Edited: Friday, August 30, 1996
www.eeworm.com/read/208414/4992784
h encoding.h
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.h
*
* Last Edited: September 24, 1996
*
*
www.eeworm.com/read/205824/5016202
c encoding.c
/*
* encoding.c : implements the encoding conversion functions needed for XML
*
* Related specs:
* rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
* rfc2781 UTF-16, an