文件名称:zhongguo
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- your****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
中国剩余定理(不互质的情况)
对互质的情况,处理起来比较方便,可以直接套模板
本题给出不互质的模线性方程组,求出满足方程的最小正整数解
方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of this title is not given prime modulus of linear equations, find the smallest positive integer satisfying the equation Solution program: for not prime mode of linear equations, the equation can be combined and, after the merger equation solution is obtained, so that you can quickly launch the final solution of the equation.
对互质的情况,处理起来比较方便,可以直接套模板
本题给出不互质的模线性方程组,求出满足方程的最小正整数解
方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of this title is not given prime modulus of linear equations, find the smallest positive integer satisfying the equation Solution program: for not prime mode of linear equations, the equation can be combined and, after the merger equation solution is obtained, so that you can quickly launch the final solution of the equation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
中国剩余定理-非互质.cpp