搜索资源列表
21_perevod
- It is a program which is translate numbers to a different system:binary, decimal, hexadecimal.
libraryIEEE
- 如何将八位二进制数转成十进制数并通过三位数码显像管输出-How to convert a binary number to 8 decimal number and through three digital CRT output
8421BCD
- 8421bcd 编码 把十进制数字转换为8421bcd型二进制序列,例如11=00010001-8421bcd coded decimal numbers into 8421bcd the type of binary sequences, such as 11 = 00010001
dsp1
- matlab实现十进制转为二进制的小程序,并且含有一篇定点数除法的论文-matlab decimal to binary program, and contains a fixed number of points of division papers
counter
- 一、基础部分(70 ) 设计一个简易计算器,它具有下列运算功能: 1. 两个无符号的8位二进制数的相加; 2. 两个无符号的8位二进制数的相减; 3. 数值和运算符用4×4键盘输入,输入的值为十进制,其中A为“+”,B为“-”,C为“退格”E为“=”, 4. 数值用数码管以十进制形式显示,以加法为例,初始时显示全“0”,先输入被加数,输入时数字顺序是从左到右。例如,输入1、2、3应该在显示器上上显示“123”,在输入运算符,按下运算符键后,数码管显示全“0”,再输入加数,方法
verilog
- 最长的那个句子,求sum的赋值语句就是FIR滤波器的计算过程,将二进制乘法转化为移位运算。对于小数点后的乘数是向左移,小数点前的乘数是往右移位。 -The longest sentence, find the sum of the assignment statement is the calculation of the FIR filter, the binary multiplication into shift operation. Multiplier after the deci
ZH
- 任意长度的二进制的浮点数向十进制的浮点数的转换-Arbitrary length binary floating-point number to decimal floating-point conversion
2
- 输入一个十进制数,分别将其转换成8进制、16进制和2进制数。-Enter a decimal number, namely to convert octal, hexadecimal and binary numbers.
getmswpfeat
- matlab vide the examined window into cells (e.g. 16x16 pixels for each cell). For each pixel in a cell, compare the pixel to each of its 8 neighbors (on its left-top, left-middle, left-bottom, right-top, etc.). Follow the pixels along a circle, i.e
dectobin
- CONVERTING BINARY TO DECIMAL AND DECIMAL TO BINARY
double_dec2bin
- matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
decimal-to-binary
- 一个关于matlab实现的定点仿真程序,FPGA之前的浮点转定点内容-On a fixed-point simulation program matlab implementation, FPGA floating-point turn before the designated content
Decimal_to_binary
- program that convert an input decimal number to output binary bits -program that convert an input decimal number to output binary bits
Test9
- c语言实现输入一个十进制数,将其转换为二进制数(C language to enter a decimal number, converted to binary number)