由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 一个计算效率问题
相关主题
海盗问题dividend-paying stocks
Re: 任意形状n多边形的重心interview question
Re: Help needed on Galois FieldC++ Q83: 这个const_cast什么意思?
Re: 哪个结果是对的?question about const reference
question: how to best divide the color triangle[合集] static const代替define的performance tradeoff在哪里?
Help, Algorithms questionsconst_cast问题
google phone interview,直接跪了,以前没做过,做过的应该不难function declaration
the brainteaser...Rite Aid尿布DEAL FOR DUMMIES 3/4~3/6
相关话题的讨论汇总
话题: divider话题: const话题: vc
进入Science版参与讨论
1 (共1页)
a**a
发帖数: 416
1
如果你使用VC, 我建议你用
const divider = 127773;
const dummy = value / divider
const remainder = value % divider; // VC 会把这两个操作合为一个
value = 16807 * remainder - dummy * 2836;
这样就省了一个乘法一个减法。
1 (共1页)
进入Science版参与讨论
相关主题
Rite Aid尿布DEAL FOR DUMMIES 3/4~3/6question: how to best divide the color triangle
cross sectional data的fixed effectHelp, Algorithms questions
a question about stata codegoogle phone interview,直接跪了,以前没做过,做过的应该不难
Visual basicthe brainteaser...
海盗问题dividend-paying stocks
Re: 任意形状n多边形的重心interview question
Re: Help needed on Galois FieldC++ Q83: 这个const_cast什么意思?
Re: 哪个结果是对的?question about const reference
相关话题的讨论汇总
话题: divider话题: const话题: vc