简体   繁体   English

C语言中的数据结构和算法分析第2章的摘要

[英]summary of chapter 2 in Data Structure and Algorithm Analysis in C

When summarized the chapter 2, the author mentioned that 在总结第二章时,作者提到

"Specifically, a 200-digit number is raised to a large power (usually another 200-digit number), with only the low 200 or so digits retained after each multiplication." “具体地说,将200位数字提高到一个大的幂(通常是另一个200位数字),而每次乘法后仅保留低位的200左右数字。”

Q :What is this mean? :这是什么意思? PS:My English is a little bad. PS:我的英语有点不好。

如果将200替换为3,这将意味着类似于计算123 ^ 456,但仅保留低3位数字(一个,几十个和几百个位),在数学上等同于(123 ^ 456)%1000。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM