-
Verilog-detail
不错的verilog学习语言资料,详细地对verilog语言中的重要语句应用进行分析。(A good the verilog learn language information, verilog language statement application.)
- 2013-03-26 13:01:23下载
- 积分:1
-
Yoshis_Island_(V1.0)_(U)
Bringing SMW2:YI Back To LIFE Through Rom!
- 2013-01-19 23:40:42下载
- 积分:1
-
展位乘数
光滑的乘法 ;算法是 ;乘法 ;算法,将两个带符号的二进制数的补码表示法。该算法是由安得烈唐纳德发明的展位 ; ;1950在伯克贝克学院在布卢姆斯伯里研究晶体学,伦敦
- 2022-03-17 06:55:54下载
- 积分:1
-
spi_test
基于fpga的spi通信测试 可与stm32进行spi通信测试(SPI communication test based on FPGA can test SPI communication with stm32)
- 2020-06-20 21:00:01下载
- 积分:1
-
视频测试图形发生器
应用背景关键技术Altera FPGA ;CIII,Cyclone III implemented.16灰度320x240流视频信号发生器。
- 2022-03-05 02:38:57下载
- 积分:1
-
wavelet
采用Verilog语言,实现db8小波分解(Realizing wavelet decomposition)
- 2021-04-02 17:09:07下载
- 积分:1
-
lab12_design_files
des code source vhdl sur fpga
- 2016-03-29 08:09:05下载
- 积分:1
-
verilog模块练习
这份是verilog新手学习的模块化设计,新手通过这份资料可以很快上手verilog,该份资料几乎包括在verilog后续的学习中需要的各个模块。
- 2022-01-26 05:55:08下载
- 积分:1
-
mod3
verilog源代码,实现两种方法的模3运算。(verilog source code,to implement the calculation of mod-3 by two means.)
- 2011-12-24 10:23:40下载
- 积分:1
-
hulf
说明: 设计一个哈夫曼编码器
要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。
① 组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。
② 输入数据序列的长度为256。
③ 先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Designing a Huffman Encoder
Huffman coding is required for a data sequence to minimize the average code length and output the coded and coded data sequence of each element.
(1) The elements that make up the sequence are the 10 digits [0-9], and each digit is represented by its corresponding 4-bit binary number. For example, 5 corresponds to 0101, 9 corresponds to 1001.
(2) The length of the input data sequence is 256.
(3) First output the encoding of each element, and then output the Huffman encoding sequence corresponding to the data sequence.)
- 2019-06-19 21:49:58下载
- 积分:1