帮忙翻译这个问题。。。

来源:百度知道 编辑:UC知道 时间:2024/05/29 02:01:20
Set up an Excel table that will convert decimal (base 10) numbers into binary numbers (base 2). The binary output of your algorithm (table) will be left in the remainder column of the table. Your table should look like the one below. It should have 11 rows, and the first cell under the heading ‘input’ should be the one that the user inputs the decimal number. The ‘base’ column will be filled with the number 2 since that is the base you are converting to. Each quotient column cell needs to contain a formula that will divide the ‘input’ cell in the same row by the ‘base’ cell in the same row. It however needs to store just the integer (whole number) part of the division operation. Each ‘remainder’ column cell needs to store the remainder of the division operation that was computed in the ‘quotient’ cell in the same row. An example of the number 56 is seen in the table below. Your table should be able to convert any decimal number in the rage [0-1023] to binary. An example of the conversi

建立一个Excel表格,将转换成十进制(基地10 )数字到二进制数字(基2 ) 。二进制输出的算法(表)将被留在其余栏的表格。您的表格看起来应该像这样一个如下。它应该有11行,第一个单元的标题下,输入'应该是一个用户输入的十进制数。在'基地'栏中将充满2号,因为这是你的基础是转换到。每个商数列细胞需要包含一个公式,将划分'输入'细胞在同一列的'基地'细胞在同一列。它不过只是需要存储的整数(整数)的一部分,该司作业。每个'剩余'栏中细胞需要存储的剩余除法运算是计算机中的'商'细胞在同一列。一个例子是一些56见下表。您的表格应能转换任何十进制数的愤怒[ 0-1023 ]二元。一个例子转换人数56所示。

——手工译文 ^_^——
(看过一个题主问那些用翻译器的人:翻出来的东西你们自己能看得懂吗?!偶也一直很佩服那些人,看那种译文都不会头大吗……)

建一个Excel表,将十进制数(基数为10)转换成二进制数(基数为2)。这个算法(表格)的二进制数字输出显示在余数栏中。表格样式要求如下:有11行,标题“输入”下的第一列单元格是用户输入十进制数字的地方。“基数”这一列全部为2,这是要转换成的数制的基数。各商数列单元格的公式为同一行中“输入”单元格除以“基数”单元格,仅保留整数部分。各“余数”列单元格中存贮“商数”单元格公式进行的除法运算的余数。以数56为例,详见下表。所制表格应当能将0-1023范围内任何十进制数转换成二进制数。以数56为例,详见下表。