搜索资源列表
VHDL范例
- 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(注2) 汉明纠错吗译码器 三态总线(注2) 汉明纠错吗
几个汇编代码code
- fx.asm 反序输出 cpc.asm 人机对话 DECHEX.ASM 十进制到十六进制转换 PX.ASN 排序 DISP.ASM 显示非组合BCD码 COUNTA.ASM 统计字符A的个数 GRA.ASM 格雷码 TADD.ASM 加法运算 TMUL.ASM 乘法运算-fx.asm sequence output cpc.asm anti-human-machine dialogue DECHEX.ASM decimal to hexadecimal c
graycode1
- 格雷码的代码,能选择格雷码的个数,用VB写的,界面良好-Gray code code code Gray can choose the number, written in VB, good interface
二进制格雷码与自然二进制码的互换
- 二进制格雷码与自然二进制码的互换- Binary system 鏍奸浄鐮?and natural binary code exchange
异步FIFO的VERILOG实现(格雷码)
- 使用格雷码实现异步FIFO
采用格雷码的FIFO控制模块(verilog)
- 异步FIFO常用于存储、缓冲在两个异步时钟之间的数据传输。在异步电路中,由于时钟之间周期和相位完全独立,因而数据的丢失概率不为零。如何设计一个高可靠性、高速的异步FIFO电路便成为一个难点。本例采用格雷码方式,用verilog语言实现了异步FIFO控制,大大降低误码率,提高了可靠性。
算法设计中经典的格雷码生成问题
- 算法设计中经典的格雷码生成问题,采用分治法解决,代码精炼,Algorithm design in the classic Gray code generation problems, the use of sub-rule law, code refined
golay24.zip
- 对格雷码(24,12,8)的一个译码算法,An arithmetic decoder for the (24,12,8) Golay code.
tentotwo
- 十进制与二进制格雷码的转换——智能计算大作业-Gray code and binary decimal conversion- great job on Intelligent Computing
mapping_sequence
- 将带发送数据序列映射为格雷码,相邻的码元只有一个符号不同。-mapping the deta serial into GeLei code,whose closed code only one symbol is different
gray_cnt
- 一个格雷码计数器,利用Verilog语言实现,一个初学者的好例子。-A Gray-code counters, the use of Verilog language, a good example for beginners.
fifo
- 格雷码对地址编码的异步FIFO的实现方法-Gray code encoding to address the realization of the asynchronous FIFO method
graycnt_14
- 14位格雷码计数器的verilog描述及仿真波形-14-bit Gray code counter verilog descr iption and simulation waveforms
geleima
- 算法设计中格雷码的递归过程,并进行输出结果-Gray code recursively to create, and make the output
GrayCnt
- 格雷码计数器 VerilogHDL语言编写-Gray-code counter using VerilogHDL language
16QAM_Bit_Error_Rate_(BER)_with_Gray_mapping
- 仿真分析在格雷码和QAM调制下的SNR与BER关系-analyze gray code and QAM moudulation about SNR and BER relationship
a1401
- 分治法将数字实现格雷码转换,运用分治策略。(The method will achieve the conversion of digital gray code, using divide and conquer strategy.)
n
- 递归,生成n位格雷码,用尽可能短的代码实现在控制台输出。(Gray code to generate n)
程序员必备所有制码转换
- 二进制 ASCII码 八进制 十六进制 特点数位 逢10进1 逢2进1 逢16进1 美国信息交换标准代码(计算机键盘代码) 共256个字符每个字符8big BCD码(8421) 格雷码等(Binary ASCII code Octal number system Hexadecimal Characteristic digit 10 to 1 2 to 1 16 to 1 Standard code for the exchange of informati
gray_counter
- 格雷码计数器实质包含了三个部分 格雷码转二进制、加法器、二进制转格雷码。通过quartus II 自带的Modlesim仿真验证了 能够实现二进制和格雷码之间的转换(Gray counter essence contains three parts, gray code to binary adder, binary gray code conversion. Modlesim simulation by quartus with II verified to achieve the conve