代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/464279/7166937
uu
#!/bin/sh
# Simplified uuencode
# $Id: uu,v 1.1.1.1 1998/09/17 06:00:34 ranga Exp $
if [ $# -ge 1 ] ; then
for i in "$@";
do
# only encode files, no dirs
if [ -f "$i" ]; then
uuencode
www.eeworm.com/read/455819/7364054
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/446611/7574652
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/396111/8125648
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/243990/12901433
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/241812/13114687
asm sendmain.asm
;Function:SendMain is the sending function of BW0
.mmregs
.include RegisterMap.h
.ref Encode,Interleave
.ref WalshModem,PNModem,PhaseMap,WaveForm,CarrierModem
.def temp,Walshed,Cos_part
www.eeworm.com/read/137285/13335057
c ra.c
/*
RA.c
(c) DJCM 98 09 28
Repeat-accumulate code simulator
read in code definition
loop {
encode source string
add noise
decode
}
Code definition: (stored in "alist
www.eeworm.com/read/305667/13763659
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/130382/5958662
cpp encoding.cpp
/*
* Functions to encode and decode using BASE64 or Quoted-Printable
* Also a transfer-encoding header line parser
*
* Filename: encoding.cpp
*
* Last Edited: Friday, August 30, 1996