代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/149908/12334343
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/336521/12439452
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/230899/14269960
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/228372/14387907
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/228003/14403663
h fano.h
int fano(unsigned long *metric, unsigned long *cycles,
unsigned char *data,unsigned char *symbols,
unsigned int nbits,int mettab[2][256],int delta,
unsigned long maxcycles);
int encode(unsigned cha
www.eeworm.com/read/124628/14556399
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/124417/14568967
h conv.h
unsigned long decode(unsigned char *data,signed char *symbols,
unsigned int nbits,int mettab[2][3],int delta,unsigned long maxcycles);
int encode(unsigned char *symbols,unsigned char *data,unsigned
www.eeworm.com/read/223158/14651460
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/222244/14699708
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by xp_base64encode.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY
www.eeworm.com/read/119059/14841774
bas modbase64.bas
Attribute VB_Name = "modBase64"
Option Explicit
Public Function Base64Encode(Infile As String, Outfile As String)
Dim FnumIn As Integer, FnumOut As Integer
Dim mInByte(3) As Byte, mOutByte(4) As