大數相乘 2

2021-08-27 07:40:28 字數 1431 閱讀 9578

大數相乘(1)見此。

其中大數相乘(2)與大數相乘(1)中的思路相同,儲存結構也類似,些許不同為儲存時空間採用的是len1 * len2,比上面的(len1 + len2) * len2要小。因為最近學c#,所以重寫了一下。

using system;

using system.collections.generic;

namespace mytest_csharp

private void check(string tocheck, out boolean _check)

}if (countcheck == tocheck.length)

else

}public logenzemultiply(string tocopy)

uint temp;

if (tocopy != null && value != null)}}

public void showvalue()

console.writeline("");}}

public listreturnvalue()

public string multiply(ref logenzemultiply bignumber2)

}for (countcolumn = 1; countcolumn < len1 + 1; ++countcolumn)

for (countrow = 1; countrow < len2 + 1; ++countrow)

for (countrow = 1; countrow < len2 + 1; ++countrow)

}uint convertarray = new uint[len1 + len2];

for (countcolumn = 0; countcolumn < len1 + len2; ++countcolumn)

countcolumn = len1;

countrow = len2;

int countadd = len1 + len2;

while (countadd> 1)

if (countrow > len2 || countcolumn < 1)

else

}--countadd;

}for (countcolumn = len1 + len2; countcolumn > 0; --countcolumn)

}string result = "";

string resulttemp = "";

countcolumn = 0;

while (countcolumn < len1 + len2)

while (result.startswith("0"))

return result;

}static void main(string args)

}}

大數相乘 大數相加

大數相乘 大數相乘 1 include includeint main int ans i while lb 0 int cnt j for i 0 i 0 i if e i break 去除前面多餘的0 if i 1 else 當結果是0的時候 printf 0 printf n return 0...

大數相乘演算法

啥也說,直接給 高精度的乘法,乘數的位數沒有限制,小數點後面的位數也沒有限制 輸入引數 乘數 str1,str2 輸出引數 str str1 str2 返回值型別 string string large mult string str1,string str2,string str 輸出引數 ass...

c 大數相乘

using system using system.collections.generic using system.text namespace numbers if ch1.length 0 return true return true public static string getmuti...