代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/424063/10502408
m encode.m
function [code, added] = encode(msg, n, k, method, opt)
%ENCODE Error-control code encoding computation.
% CODE = ENCODE(MSG, N, K) encodes binary message specified in MSG using
% Hammi
www.eeworm.com/read/424063/10502539
hlp encode.hlp
ha_help_begin
ENCODE Encodes a message using Hamming code method.
CODE = ENCODE(MSG, N, K, METHOD), METHOD = 'hamming', encodes the
binary codeword in CODE using Hamming code method.
www.eeworm.com/read/352733/10520707
c encode.c
/*
** 2002 April 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/352731/10521117
c encode.c
#include
#include
#define BUFOVER 1
#define FALSE 0
#define TRUE 1
#define SVPN_ACL_MAX_URL_LEN 4096
static char basis_64[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZab
www.eeworm.com/read/160251/10549369
m encode.m
function cC=encode(C)
%初始变量
zeroseq=0;
zerocount=0;
j=1;
compC=[];
for m=1:length(C)
if (C(m)==0)&(zeroseq==0)
compC=[compC C(m)];
j=j+1;
zeroseq=1;
ze
www.eeworm.com/read/160029/10578712
c encode.c
/*
** 2002 April 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/422847/10606116
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-2|3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write them to std
www.eeworm.com/read/277293/10647855
dsw encode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/277293/10647863
c encode.c
www.eeworm.com/read/277293/10647869