代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/364251/7075549
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 enco
www.eeworm.com/read/364251/7075855
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/296774/7114284
h encoding.h
/* Encoding of types for Objective C.
Copyright (C) 1993 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is free software; you can redistribute it
www.eeworm.com/read/296774/7114295
c encoding.c
/* Encoding of types for Objective C.
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is free software; you can r
www.eeworm.com/read/447298/7554648
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/441254/7672299
gif encoding.gif
www.eeworm.com/read/439952/7696808
cpp encoding.cpp
#include"head.h"
void Encoding()
{//利用已建好的哈夫曼树,对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
char c;
int i=1;
Node *p,*p1,*p2,*p3;
FILE *hfmTree,*CodeFile,*ToBeTran;
hfmTree=fopen("hfmTree","r+"
www.eeworm.com/read/297233/8041241
h encoding.h
/* Encoding of types for Objective C.
Copyright (C) 1993, 1997 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is free software; you can redistribu