代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/321483/3535390
t encode.t
BEGIN {
if ($ENV{'PERL_CORE'}){
chdir 't';
unshift @INC, '../lib';
}
if (ord("A") == 193) {
print "1..0 # Skip: EBCDIC\n";
exit 0;
}
require Config;
www.eeworm.com/read/321483/3535697
pl encode.pl
use strict;
use warnings;
use bytes;
use Test::More ;
use CompTestUtils;
BEGIN
{
plan skip_all => "Encode is not available"
if $] < 5.006 ;
eval { require Encode; Encode->import(
www.eeworm.com/read/321301/3538572
h encode.h
/* $Header: /usr/cvsroot/target/h/wrn/wm/snmp/engine/encode.h,v 1.2 2001/11/06 21:35:02 josh Exp $ */
/*
* Copyright (C) 1999-2005 Wind River Systems, Inc.
* All rights reserved. Provided under li
www.eeworm.com/read/311518/3679871
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/308311/3717733
c a_encode.c
#include "snmptype.h"
#include "snmpdef.h"
#include "a_localio.h"
#include "stdio.h"
static _UINT16 encodePointer=0;
/****************************************************************************
www.eeworm.com/read/307266/3725960
cpp encode.cpp
/*
* Program to encode text using RSA public key.
*
* Note that an exponent of 3 must be used with extreme care!
*
* For example:-
* If the same message m is encrypted under 3 or m
www.eeworm.com/read/307266/3726220
c encode.c
/*
* Program to encode text using RSA public key.
*
* *** For Demonstration use only *****
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include "miracl
www.eeworm.com/read/307266/3726305
cpp encode.cpp
/*
* Program to encode text using RSA public key.
*
* Note that an exponent of 3 must be used with extreme care!
*
* For example:-
* If the same message m is encrypted under 3 or m