代码搜索:Encoding

找到约 10,000 项符合「Encoding」的源代码

代码结果 10,000
www.eeworm.com/read/297233/8041300

c encoding.c

/* Encoding of types for Objective C. Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GNU CC. GNU CC is free softwar
www.eeworm.com/read/331922/12800431

txt encoding.txt

#include int main() { char s,c; int n,k=0; scanf("%d",&n); c=getchar(); while(n--) { while((s=getchar())!='\n') { while(c=getchar()) { if(s==c)k++;
www.eeworm.com/read/331155/12844032

html encoding.html

www.eeworm.com/read/327958/13053738

txt encoding.txt

GB2312 UTF-8 BIG5 Shift_JIS ISO-8859-1
www.eeworm.com/read/325233/13216878

cs encoding.cs

namespace mCore { using System; public enum Encoding { GSM_Default_7Bit, ANSI_8Bit, Unicode_16Bit } }
www.eeworm.com/read/309349/13673635

html encoding.html

Encoding Message Blocks Encoding Message Blocks To use a code to send messages, we must define a mapping from a bit vector, s, of len
www.eeworm.com/read/304889/13783778

txt encoding.txt

GB2312 UTF-8 BIG5 Shift_JIS ISO-8859-1
www.eeworm.com/read/152312/5674318

java encoding.java

package com.ibm.awb.misc; import java.util.Hashtable; import java.util.Enumeration; import sun.io.CharToByteConverter; import sun.io.ByteToCharConverter; /* * @(#)Encoding.java * * IBM Confident
www.eeworm.com/read/148359/5715383

h encoding.h

/* * encoding.h : interface for the encoding conversion functions needed for * XML * * Related specs: * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies * [ISO-10646]
www.eeworm.com/read/137626/5823222

h encoding.h

/* $Id: encoding.h,v 1.16 2004/08/16 00:59:09 jonas Exp $ */ #ifndef EL__ENCODING_ENCODING_H #define EL__ENCODING_ENCODING_H #include "util/string.h" enum stream_encoding { ENCODING_NONE = 0, ENC