代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/390646/2527733
bat encode.bat
native2ascii -encoding gb2312 ApplicationResources_temp.properties ApplicationResources_zh_CN.properties
www.eeworm.com/read/390646/2527742
bat encode.bat
native2ascii -encoding gb2312 ApplicationResources_temp.properties ApplicationResources_zh_CN.properties
www.eeworm.com/read/390230/2528943
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/389213/2541872
bat encode.bat
@echo off
//cd source
//copy application.properties bak\application.properties
del application_zh.properties
native2ascii -encoding GBK application.properties application_zh.properties
www.eeworm.com/read/385462/2589778
py encode.py
#============================================================================
# This library is free software; you can redistribute it and/or
# modify it under the terms of version 2.1 of the GNU Less
www.eeworm.com/read/384423/2600554
h encode.h
#ifndef _ENCODE_H_
#define _ENCODE_H_
class CHandlingMediaBuffer : public IMediaBuffer
#ifdef SUPPORT_INTERLACE
, public INSSBuffer3
#endif //SUPPORT_INTERLACE
{
BYTE *m_pData;
ULONG m_ulSiz
www.eeworm.com/read/376006/2717388
c encode.c
/*-------------------------------------------------------------------------
*
* encode.c
* Various data encoding/decoding things.
*
* Copyright (c) 2001-2008, PostgreSQL Global Development Grou
www.eeworm.com/read/373673/2760590
bat encode.bat
@echo off
//cd source
//copy application.properties bak\application.properties
del application_zh.properties
native2ascii -encoding GBK application.properties application_zh.properties
www.eeworm.com/read/373367/2763908
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 them to stdou
www.eeworm.com/read/373367/2764404
cc encode.cc
/* -*- c++ -*- */
/*
* Copyright 2008 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter