搜索资源列表
Trafficlight
- 系统设置一个两位BCD码倒计时计数器(计数脉冲1HZ),用于记录各状态持续时间; 因为各状态持续时间不一致,所以上述计数器应置入不同的预置数; 倒计时计数值输出至二个数码管显示; 程序共设置4个进程: ① 进程P1、P2和P3构成两个带有预置数功能的十进制计数器,其中P1和P3分别为个位和十位计数器,P2产生个位向十位的进位信号; ② P4是状态寄存器,控制状态的转换,并输出6盏交通灯的控制信号。-System to set up a two BCD code c
matlab_files
- Folder gives information about decimal to binary, binary to decimal, binary addition, binary multiplication and two s complement subtraction programs in MATLAB
11111
- 把十进制字符转换成二进制字符,方法很实用,很快速,直接翻译过去。-Convert binary to decimal character character, method is very useful, very fast, direct translation of the past.
c4p8_binaryToDecimal
- 简单实用 批量转换二进制到十进制,源代码中加入了定时器,可查看完成换的时间,例子中转换4000条左右的数据而且是大型数据用时4秒左右,可用来研究-Simple and practical batch convert binary to decimal, the source code to add a timer, to see the complete change of time, around 4000 examples of data conversion and is used w
Conversion
- Converter from decimal to binary and from binary to decimal
d
- 二进制转十进制。自行输入二进制,程序可以将其转化为十进制。输入的是无符号数。-Binary to decimal. Enter their own binary, the program can be converted to decimal. The input is unsigned.
binary
- c语言编写的将十进制数转变为二进制数的小程序,使用最原始的DOS操作界面-c language to decimal numbers into binary numbers of small programs, the most original DOS interface
10
- bINARY TO DECIMAL THIS IS VERY USEFUL IN CONVERTING THE NUMBERS FROM BINARY TO DECIMAL
conversion
- 简单的将十进制转换为二进制功能.这种功能虽然简单,但对于初学者来说,用于机器码的语言转换是非常有用的.-Simple binary to decimal conversion function.
16
- 用于各种二进制到十进制,十进制到十六进制,以及十六进制与二进制之间的转换-For a variety of binary to decimal, decimal to hexadecimal, and convert between hexadecimal and binary
decimal-to-binary
- 十进制数组到二进制数组的转换,并以二进制又对齐的方式输出二进制。-Decimal array into a binary array conversion, and output binary to binary and aligned manner.
bit7_Binary_to_BCD_LED
- 二进制转十进制BCD码 Verilog语言 quartus-Binary to decimal BCD code Verilog language quartusII
MATLAB
- 将cell中带符号二进制转化成十进制数字-The cell signed binary to decimal
decimal2bin
- binary to decimal converter
pro9
- 如果一个数从左往右读和从右往左读都是一样,那么这个数就叫做“回文数”。例如,12321就是一个回文数,而77778就不是。当然,回文数的首和尾都应是非零的,因此0220就不是回文数。 事实上,有一些数(如21),在十进制时不是回文数,但在其它进制(如二进制时为10101)时就是回文数。 编一个程序,从文件读入两个十进制数N (1 <= N <= 15)S (0 < S < 10000)然后找出前N个满足大于S且在两种或两种以上进制(二进制至十进制)上是回文数的十进
decimal-to-hex-or-binary-or-octal
- 十进制转为二,八,十六进制。首先输入一个字符判断要转为几进制,再输入一个十进制的数,转为目标进制-Converted to decimal, octal or hex. First, enter a judgment to be converted to a few decimal character, and then enter a decimal number, into the target hex
include
- 二进制数向十进制数转换,十进制数向二进制数转换,判断是否为全0或全1,是否继续执行等。-Binary to decimal conversion, decimal to binary conversion, to determine whether all 0s or all 1s, whether to continue execution
b2d
- how to convert binary to decimal and decimal to binary source code in c-how to convert binary to decimal and decimal to binary source code in c++
BCD1000
- good programm for decode binary to decimal until 1-good programm for decode binary to decimal until 1000
2-to-10
- 一个小小的代码,将二进制数转换成10进制-Converts a binary number to decimal