搜索资源列表
数值任意相互转换的非可视件
- 能够将数值数据在 2 进位、8进位、10进位及 16 进位等数值系统中任意相互转换的非可视件-numerical data can be in two places into, into 8-bit, 10 and 16 this year, and so on into the system of arbitrary numerical conversion of non-visible pieces
CRC16位校验demo
- C#开发,输入一个16进制字符串,通过CRC校验算出最终的CRC校验码
PortExpert10_SRC
- 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts i
ADD_SUB
- 11,13,16位超前进位加法器的Verilog HDL源代码。-11,13,16-CLA for the Verilog HDL source code.
conversion
- 能够将数值数据在 2 进位、8进位、10进位及 16 进位等数值系统中任意相互转换的非可视件-numerical data can be in two places into, into 8-bit, 10 and 16 this year, and so on into the system of arbitrary numerical conversion of non-visible pieces
awqf
- 输入一个10进制数据,自动转换为16进制、2进制,然后逐位求反,求反后的数据,转换为16进制,最后转换为10进制-importation of a 10-band data is automatically converted to 16-band, two-band, and then one by one anti-seeking, for the data-converting 16-band, finally converted
16-GB2312
- 提取GB2312字体中所有字的十六位点阵信息!用十六进制显示!-extraction GB2312 character font of all the 16 dot matrix! Use hexadecimal show!
LAC_adder16
- 十六位超前进位加法器,Verilog HDL-16-ahead adder, Verilog HDL
MD5
- MD5算法,输入需MD5的String,输出为128位,16字节16进制String-MD5 algorithm, MD5 takes the input String, output of 128, 16 bytes of 16 hexadecimal String
trueif
- 一个超前进位加法器(及其testbench) .v文件-A CLA (and its testbench). V file
alu_16
- 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。-Three 16-bit integer
jisuanqi
- VB6.0编写的计算器,可以+-X%取模亦或,2 8 16进位换算-VB6.0 prepared calculator, can be+-X% modulus Or, 2 8 16 binary conversion
56775
- VB6.0的2 8 16进位换算器-VB6.0 of 2 8 16 binary converter
16bitCLA
- 基于Verilog HDL的16位超前进位加法器 分为3个功能子模块-Verilog HDL-based 16-bit CLA is divided into three functional sub-modules
16bit_display8bitLED
- Abstract七段显示器在DE2可当成Verilog的console,做为16进位的输出结果。Introduction使用环境:Quartus II 7.2 SP1 + DE2(Cyclone II EP2C35F627C6)简单的使用switch当成2进位输入,并用8位数的七段显示器显示16进位的结果。-Abstract Seven-Segment Display as Verilog to DE2 at the console,
adder17
- 实现17位加法,利用一个16位超前进位加法器和一个一位全加器构成的一个有进位输入和进位输出的17加法器,并且16位加法器利用的使四位超前进位加法器构成。它在booth乘法器设计中经常用到。可以使初学者对模块的调用了解更加透彻。-Adder 17 to achieve the use of a 16-bit CLA, and a one-bit full adder composed of a binary input and binar
cla16
- 16位超前进位加法器的源代码,整个工程文件都有,是在ISE10.1下建立的,可以帮助理解超前进位原理(对了,是Verilog的,因为上面没看到只好选VHDL了)-16-bit look-ahead adder the source code files have the whole project was established under the ISE10.1 to help understand the lookahead pri
16-10jinzhizhuanhuan
- 16进制与10进制的转换,可以实现1-4位16进制转换为10进制,大小写均可以!-16 hex and 10 hex conversion, can convert 16 hex 1-4 10-bit binary, the case can be!
ComFxPlc
- 通讯组件能对PLC的输入、输出端口,以及内部中间继电器存储区域、内部数据存储区域,以及扩展存储区域进行读写操作,常用数据类型如下: INT16: 16位有符号整数; DINT32: 32位有符号整数; UINT16: 16位无符号整数; HEX32: 32位16进制字符; BIN16: 16位二进制字符串; REAL32: 32位单精度浮点数据;(T
16位超前进位加法器
- 16位超前进位加法器的报告,报告里面含有主代码测试代码仿真结果(16 bit forward adder)