代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/169277/9870610

dsw encode27.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/169277/9870611

c encode37.c

/* Encode standard input in the r=1/3 K=7 standard convolutional code. * Encoded output is big-endian, one byte per symbol, with 1 represented * by 255 and 0 by 0 */ #include #incl
www.eeworm.com/read/169277/9870613

opt encode27.opt

www.eeworm.com/read/169277/9870615

ncb encode27.ncb

www.eeworm.com/read/363884/9933523

cpp vigenere_encode.cpp

#include #include #define MAX 81 char *Vigenere_encode(char *Plaintext,char *Key) { int k=0,i=0,j=0; int lenp,lenk; char temp; lenp=strlen(Plaintext); lenk=s
www.eeworm.com/read/363883/9933529

cpp caesar_encode.cpp

#include #include #define Max 81 char *Caesar_encode(char *Plaintext,int Key) //凯撒密码加密算法 { int lenth,i; lenth=strlen(Plaintext); for(i=0;i
www.eeworm.com/read/363722/9939130

c encode_rs.c

/* Reed-Solomon encoder * Copyright 2002, Phil Karn, KA9Q * May be used under the terms of the GNU General Public License (GPL) */ #include #ifdef FIXED #include "fixed.h" #elif defined
www.eeworm.com/read/363231/9964581

m rsc_encode.m

function y = rsc_encode(g, x, terminated) % encodes a block of data x (0/1)with a recursive systematic % convolutional code with generator vectors in g, and % returns the output in y (0/1). % if ter
www.eeworm.com/read/363231/9964606

m encode_bit.m

function [output, state] = encode_bit(g, input, state) % This function takes as an input a single bit to be encoded, % as well as the coeficients of the generator polynomials and % the current state
www.eeworm.com/read/167452/9968482

v v_encode.v

// **************************************************************************** //FILE NAME : v_encode.v //AUTHOR : baiyang //RELEASE HISTORY : //LAST MODIFY TIME: //FUNCTION : F