代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/329721/12937030
c huffcode.c
/*
* huffcode - Encode/Decode files using Huffman encoding.
* http://huffman.sourceforge.net
* Copyright (C) 2003 Douglas Ryan Richardson
*/
#include "huffman.h"
#include
#include
www.eeworm.com/read/328002/13052665
v crc.v
module crc (sample_clk,
syn_global_reset,
ena_crc,
q_out_decode,
q_to_encode_shiftregs,
ena_crc_send,
shift_crc_receive,