代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/338072/3320600
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include
#include "g72x.h"
/*
* Pack output codes into bytes and
www.eeworm.com/read/336849/3346295
cpp encode.cpp
//
// Award BIOS Editor - encode.cpp
// [ sliding dictionary with percolating update ]
//
// $Id: encode.cpp,v 1.3 2004/04/11 07:17:16 bpoint Exp $
//
//-----------------------------------------
www.eeworm.com/read/332328/3400522
bat encode.bat
native2ascii -encoding gb2312 ApplicationResources_temp.properties ApplicationResources_zh_CN.properties
www.eeworm.com/read/332328/3400531
bat encode.bat
native2ascii -encoding gb2312 ApplicationResources_temp.properties ApplicationResources_zh_CN.properties
www.eeworm.com/read/328357/3443934
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/326917/3466368
bat encode.bat
@echo off
del application_zh.properties
native2ascii -encoding GBK application.properties application_zh.properties
www.eeworm.com/read/326917/3466451
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/322210/3527273
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write t
www.eeworm.com/read/321483/3534278
t encode.t
use strict;
use warnings;
use Carp;
BEGIN
{
eval { require Encode; };
if ($@) {
print "1..0 # Skip: Encode is not available\n";
exit 0;
}
}
require "dbm_filter
www.eeworm.com/read/321483/3535371
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