代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/305290/3775554
svn-base base64.h.svn-base
/*
B A S E 6 4. H
Copyright (C) 2001 Balang Software
Version: 0.0.1
*/
#ifndef __STKNET_BASE64_H__
#define __STKNET_BASE64_H__
/***
Base64编码
*/
int encode_base64(const char* aIn, s
www.eeworm.com/read/281519/4116211
c modp_b2.c
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set expandtab shiftwidth=4 tabstop=4: */
/**
* \file modp_b2.c
*
* MODP_B2 - Ascii Binary string encode/d
www.eeworm.com/read/269793/4243579
rc base64.rc
#include "resource.h"
#define IDC_BUTTON_ENCODE 3000
#define IDC_BUTTON_DECODE 3001
#define IDC_EDIT_INPUT 3002
#define IDC_STATIC -1
LC_DIALOG DIALOGEX 10, 10, 195, 60
STYLE DS_SETFONT |
www.eeworm.com/read/446641/1710263
php output.inc.php
function file($field, $value)
{
$a_k = urlencode(phpcms_auth("i=-1&m=0&f=$value&mod=formguide", 'ENCODE', AUTH_KEY));
$result = "点击下载";
retu
www.eeworm.com/read/445359/1724359
php output.inc.php
function file($field, $value)
{
$a_k = urlencode(phpcms_auth("i=-1&m=0&f=$value&mod=formguide", 'ENCODE', AUTH_KEY));
$result = "点击下载";
retu
www.eeworm.com/read/420803/2061741
cpp ff_wmv9.cpp
#include "stdafx.h"
#include "ff_wmv9.h"
#include "GenProfile_lib.h"
#include "writerSink.h"
#include "Twmv9dll.h"
#include
#include
#include "encode.h"
#include "enc
www.eeworm.com/read/414969/2138836
py unicode.py
# Demonstrates Unicode support in PicoGUI
import PicoGUI
app = PicoGUI.Application('Unicode Test')
w = app.addWidget('Label')
w.side = 'all'
w.text = u"Hello\u00A9\n\nUnicode\u2260crufty".encode("utf-
www.eeworm.com/read/411046/2192724
sh sendmime.sh
#! /bin/sh
BASE64_ENCODE_CMD=$4
VOCAL_BASE=/usr/local/vocal # VOCAL_BASE
VOCAL_BASE_CONFIGURED=@prefix@
if [ "x${VOCAL_BASE_CONFIGURED}" != "x@""prefix@" ]
then
VOCAL_BASE=${VOCAL_BASE_CONFIGURE
www.eeworm.com/read/362216/2936231
m wmtsa_err_table.m
function err_table = wmtsa_err_table
% $Id: wmtsa_err_table.m 612 2005-10-28 21:42:24Z ccornish $
% Error table for WMTSA toolkit.
% Example
% encode_errmsg('WMTSA:invalidArgumentDataType', wmtsa_e
www.eeworm.com/read/358128/3000555
pm gsm0338.pm
#
# $Id: GSM0338.pm,v 2.0 2007/04/22 14:54:22 dankogai Exp $
#
package Encode::GSM0338;
use strict;
use warnings;
use Carp;
use vars qw($VERSION);
$VERSION = do { my @r = ( q$Revision: 2.0 $ =~ /\d+