代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/372091/2776038
hif encode.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
29
1521
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
encode
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_insensitive
#
www.eeworm.com/read/363744/2911176
bat encode.bat
@echo off
cd source
copy application.properties cvs
del application_zh.properties
native2ascii -encoding GBK application.properties application_zh.properties
www.eeworm.com/read/362217/2935902
bat encode.bat
@echo off
cd source
copy application.properties cvs
del application_zh.properties
native2ascii -encoding GBK application.properties application_zh.properties
www.eeworm.com/read/359056/2980071
cpp encode.cpp
#include
#include
void encode(const char* text, char* dest)
{
int i;
int j = 0;
int count = 0;
char pre = '\0';
for(i = 0; i
www.eeworm.com/read/358714/2983250
c encode.c
/* crypto/evp/encode.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
*
www.eeworm.com/read/358128/3000203
pm encode.pm
#
# $Id: Encode.pm,v 2.23 2007/05/29 18:15:32 dankogai Exp dankogai $
#
package Encode;
use strict;
use warnings;
our $VERSION = sprintf "%d.%02d", q$Revision: 2.23 $ =~ /(\d+)/g;
sub DEBUG () { 0 }
u
www.eeworm.com/read/358128/3001351
pm encode.pm
package DBM_Filter::encode ;
use strict;
use warnings;
use Carp;
our $VERSION = '0.01';
BEGIN
{
eval { require Encode; };
croak "Encode module not found.\n"
if $@;
}
sub Filter
{
www.eeworm.com/read/358128/3001361
h encode.h
#ifndef ENCODE_H
#define ENCODE_H
#ifndef U8
/*
A tad devious this:
perl normally has a #define for U8 - if that isn't present then we
typedef it - leaving it #ifndef so we can do data part
www.eeworm.com/read/358128/3005966
3 encode.3
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sh \" Subsection heading
.br
www.eeworm.com/read/356950/3036176
c encode.c
/*
$Log: encode.c,v $
Revision 1.1.1.1 2002/07/28 05:23:27 freeman_yong
lpc10 codec
* Revision 1.1 1996/08/19 22:32:21 jaf
* Initial revision
*
*/
#ifdef P_R_O_T_O_T_Y_P_E_S
e