代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/180574/9302111
ncb encode.ncb
www.eeworm.com/read/180574/9302117
plg encode.plg
Build Log
--------------------Configuration: encode - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/180574/9302123
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/180574/9302130
dsp encode.dsp
# Microsoft Developer Studio Project File - Name="encode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/180486/9305346
m encode.m
function codeword = encode(h, msg)
%ENCODE Encode a message using an LDPC code.
% CODEWORD = ENCODE(L, MSG) encodes MSG using the LDPC code specified by
% an LDPC encoder object L.
%
% MSG
www.eeworm.com/read/180391/9310255
fxp encode.fxp
www.eeworm.com/read/180391/9310267
prg encode.prg
*——函数<mark>Encode</mark>
*——作用:对输入的指定的字符串进行编码
*——参数:sStr:要编码或者解码的字符串
* nCode:编码或者解码时使用的密钥
FUNCTION <mark>ENCODE</mark>(sStr,nCode)
*——声明需要使用的本地变量
LOCAL sTmpStr,cTempChr,i
*——sTempStr:用来保存昨时的编码或者解码后的字符串
*——cTempC ...
www.eeworm.com/read/178964/9380413
v encode.v
// -------------------------------------------------------------------------
//Reed-Solomon Encoder
//Copyright (C) Tue Apr 2 16:43:08 2002
//by Ming-Han Lei(hendrik@humanistic.org)
//
//This program
www.eeworm.com/read/178738/9386850
o encode.o
www.eeworm.com/read/178738/9386955
c encode.c
/*
* "$Id: encode.c,v 1.18 2005/01/03 19:29:45 mike Exp $"
*
* Option encoding routines for the Common UNIX Printing System (CUPS).
*
* Copyright 1997-2005 by Easy Software Products.
*
*