代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/166678/10008591
h sayencoding.h
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/166544/10016696
vhd statetrans.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
ENTITY statetrans IS
PORT(
X : IN STD_LOGIC;
sel: OUT STD_LOGIC_VECTOR(3 DOWNTO
www.eeworm.com/read/361963/10026327
h base64.h
/*
* base64.c -- base-64 conversion routines.
*
* For license terms, see the file COPYING in this directory.
*
* This base 64 encoding is defined in RFC2045 section 6.8,
* "Base64 Content-Transf