代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/174371/9590402

m conv_encd.m

function output=conv_encd(k,input) %Convolutional Encoder % %The convolutional encoder is used to encode data for FEC % %DS-UWB PHY 802.15 %Constraint length: k=4 or 6 %Generating polynomial:
www.eeworm.com/read/367409/9751362

asp checkuser.asp

www.eeworm.com/read/415925/11048661

bas cod_base64.bas

Attribute VB_Name = "Cod_Base64" Option Explicit Private Const Base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" Public Sub Base64Array_Encode(ByteArray() As B
www.eeworm.com/read/412981/11171085

m decoder.m

function [symbolRx,hHat] = decoder (pilots_tx,data_tx,symbol_channel_rx,n_mod_type,codeRS,template,snr,encode,bits_ofdm,channel,SUI); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/266090/11242318

asp marry_request.asp

window.resizeTo(screen.availWidth,screen.availHeight);
www.eeworm.com/read/266090/11242323

asp marry_new.asp

window.resizeTo(screen.availWidth,screen.availHeight);
www.eeworm.com/read/300442/13914227

cpp paddinghelp.cpp

/* PaddingHelp.cpp This source file works with the padding around things that are encrypted, decrypted or signed. */ #include "PaddingHelp.h" #include "assert.h" /* PKCS1_Encode_D_To_EB_
www.eeworm.com/read/236067/14033582

s43 msp430x11x1_tvrc5_tx2.s43

;****************************************************************************** ; MSP430x11x1 Demo - Encode RC5 IR Remote Control, No XTAL, Rosc ; ; Description: TX an RC5 packet from IRData. T
www.eeworm.com/read/105625/15663678

cpp re_ops.cpp

/***************************************************************************** File: re_ops.C Contents: Functions to re-encode, re-read, re-size or re-vsize ASN.1 objects. System: ASN develop