代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/281519/4116207
h modp_mainpage.h
/**
* \mainpage
*
* The modp_b family of encoders/decoders.
*
* Most have a similar interface:
* - modp_bXXX_encode(char* dest, char* src, int len) -- encodes src, and puts the result in dest.
www.eeworm.com/read/443568/1739242
txt use.txt
http is a small library of Java classes to let you do HTTP
CGI GET, POST, HEAD and "FETCH" (generic) to a server. It
will also encode parameter pairs for you.
It does nothing on its own. It is in
www.eeworm.com/read/434037/1874879
vhd genchk_behavioral.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
ENTITY genchk IS
PORT(
decblkp : IN std_logic;
decode : IN std_logic;
encode :
www.eeworm.com/read/432012/1901298
fs tree.fs
:noname
." Type 'help' for detailed information" cr
; DIAG-initializer
" /" find-device
new-device
" memory" device-name
\ 12230 encode-int " reg" property
external
: open true ;
:
www.eeworm.com/read/422060/2045917
h base64.h
/*
Encode or decode file as MIME base64 (RFC 1341)
by John Walker
http://www.fourmilab.ch/
This program is in the public domain.
*/
struct buffer_st {
char *data;
int l
www.eeworm.com/read/411046/2192662
c base64encoder.c
#include
#include
char* encode
= "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
char* enc(int* reg)
{
static char buf[4];
int i0 = (reg[0] & 0
www.eeworm.com/read/407313/2266426
fs tree.fs
:noname
." Type 'help' for detailed information" cr
; DIAG-initializer
" /" find-device
new-device
" memory" device-name
\ 12230 encode-int " reg" property
external
: open true ;
:
www.eeworm.com/read/396844/2407622
m uid_generator.m
function gen = uid_generator()
% UID_GENERATOR Object that returns an integer to uniquely encode an object
% gen = uid_generator
%
% This is a bit like a hash table, but less efficient
gen.last_id =