文件名称:1
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-04
- 文件大小:
- 2.07mb
- 下载次数:
- 0次
- 提 供 者:
- 大**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、用辗转相除法计算任意两个整数a、b的最大公因子。进一步求出整数s、t,使得sa+tb=(a,b)。特别地,当a=3378,b=231时,求出相应的s,t以及a与b的最大公因子(a,b)。将结果写入a.txt中。
2、用辗转相除法计算任意两个整数a、b的最小公倍数。特别地,当a=12345,b=54321时,计算其最小公倍数。将结果写入b.txt中。
3、对e=6597,用辗转相除法求出d,使得ed=1 mod 11200。将结果写入c.txt中。
-1, with the Euclidean algorithm to calculate any two integers a, b is the greatest common factor. Further calculated integer s, t, such that sa+tb = (a, b). In particular, when a = 3378, b = 231, the obtained corresponding s, t, and a and b are the greatest common factor (a, b). The results are written in a.txt. 2, with the Euclidean algorithm to calculate any two integers a, b is the least common multiple. In particular, when a = 12345, b = 54321, the least common multiple calculated. Writes the results in b.txt. 3, e = 6597, calculated using Euclidean d, such that ed = 1 mod 11200. The results are written in c.txt.
2、用辗转相除法计算任意两个整数a、b的最小公倍数。特别地,当a=12345,b=54321时,计算其最小公倍数。将结果写入b.txt中。
3、对e=6597,用辗转相除法求出d,使得ed=1 mod 11200。将结果写入c.txt中。
-1, with the Euclidean algorithm to calculate any two integers a, b is the greatest common factor. Further calculated integer s, t, such that sa+tb = (a, b). In particular, when a = 3378, b = 231, the obtained corresponding s, t, and a and b are the greatest common factor (a, b). The results are written in a.txt. 2, with the Euclidean algorithm to calculate any two integers a, b is the least common multiple. In particular, when a = 12345, b = 54321, the least common multiple calculated. Writes the results in b.txt. 3, e = 6597, calculated using Euclidean d, such that ed = 1 mod 11200. The results are written in c.txt.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验(1)\Debug\实验(1).exe
.......\.....\实验(1).ilk
.......\.....\实验(1).pdb
.......\ipch\实验(1)-ee7ca480\实验(1)-716234f8.ipch
.......\实验(1)\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.4540-cvtres.read.1.tlog
.......\.......\.....\link.4540-cvtres.write.1.tlog
.......\.......\.....\link.4540.read.1.tlog
.......\.......\.....\link.4540.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\stdafx.obj
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\.....\实验(1).exe.embed.manifest
.......\.......\.....\实验(1).exe.embed.manifest.res
.......\.......\.....\实验(1).exe.intermediate.manifest
.......\.......\.....\实验(1).lastbuildstate
.......\.......\.....\实验(1).log
.......\.......\.....\实验(1).obj
.......\.......\.....\实验(1).pch
.......\.......\.....\实验(1).vcxprojResolveAssemblyReference.cache
.......\.......\.....\实验(1).write.1.tlog
.......\.......\.....\实验(1)_manifest.rc
.......\.......\ReadMe.txt
.......\.......\stdafx.cpp
.......\.......\stdafx.h
.......\.......\targetver.h
.......\.......\实验(1).cpp
.......\.......\实验(1).vcxproj
.......\.......\实验(1).vcxproj.filters
.......\.......\实验(1).vcxproj.user
.......\实验(1).sdf
.......\实验(1).sln
.......\实验(1).suo
.......\ipch\实验(1)-ee7ca480
.......\实验(1)\Debug
.......\Debug
.......\ipch
.......\实验(1)
实验(1)