代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/222917/4816832
phpt 003.phpt
--TEST--
gzencode()/base64_encode()
--SKIPIF--
--POST--
--GET--
--FILE--
www.eeworm.com/read/219449/4848279
java base64.java
package com.struts2.framework.util;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.Random;
public class Base64
{
public static final String encode(b
www.eeworm.com/read/209559/4974362
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion
www.eeworm.com/read/209211/4984061
c unsac.c
#include
#include
#include "sac.h"
typedef struct Huff Huff;
typedef struct Mtf Mtf;
typedef struct Decode Decode;
enum
{
ZBase = 2, /* base of code to encode 0 runs */
LitBase
www.eeworm.com/read/209211/4984202
c n8.c
#include "tdef.h"
#include "fns.h"
#include "ext.h"
#define HY_BIT 0200 /* stuff in here only works for 7-bit ascii */
/* this value is used (as a literal) in suftab.c */
/* to encode possible
www.eeworm.com/read/195013/5123070
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion
www.eeworm.com/read/190666/5179136
c 20000329-1.c
int giop_tx_big_endian;
inline
void
giop_encode_ulong (unsigned long i, char *buf)
{
if (giop_tx_big_endian)
{
*(unsigned long *) buf = i;
}
else
{
*buf++ = i & 0xff;
www.eeworm.com/read/179911/5300379
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion
www.eeworm.com/read/176663/5335762
cpp 7zencode.cpp
// Encode.cpp
#include "StdAfx.h"
#include "7zEncode.h"
#include "7zSpecStream.h"
#include "7zMethods.h"
#include "../../IPassword.h"
#include "../../Common/ProgressUtils.h"
#include "../../Common/