代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/169277/9870701
c encode.c
/*
** FILE : encode.c
** PURPOSE : The functions in this file enable encoding of a binary
** data-file, given the generator polynomial of the code.
** AUTHOR : Bart De
www.eeworm.com/read/365165/9876465
m encode.m
function pop=encode(length1,length2,n)
%编码函数
%pop=randint(n,2*length); %产生初始种群,2变量,故乘2
pop=randint(n,length1+length2);
www.eeworm.com/read/364159/9919803
c encode.c
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/364159/9919805
h encode.h
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/166958/9988175
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/166765/10000103
asv encode.asv
[C1,C2,I]=encode(X,K)
C=X;
[C1,state1]=encode1513(X);
[C_inter,I]=ARQinterleaver(X,K);
[C2,state2]=encode1513(C_inter);
www.eeworm.com/read/362279/10007931
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/165577/10057094
txt encode.txt
98 99 99 129 129 100 129 131 136 134 130 132 99 138 136 133 135 140 100