-
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料
Algorithm Design Manual 欢迎你下载ginger547的算法系列资料-Algorithm Design Manual ginger547 welcome you to download the information algorithm Series
- 2023-01-31 12:00:03下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
原标题:1。有五五种颜色的房子。每一个大师…
原题为:
1.有5栋5种颜色的房子
2.每一位房子的主人国籍都不同
3.这五个人每人只喝一个牌子的饮料,只抽一个牌子的香烟,只养一种宠物
4.没有人有相同的宠物,抽相同牌子的烟,喝相同牌子的饮料
已知条件:
1.英国人住在红房子里
2.瑞典人养了一条狗
3.丹麦人喝茶
4.绿房子在白房子的左边
5.绿房子主人喝咖啡
6.抽pallmall烟的人养了一只鸟
7.黄房子主人抽dunhill烟
8.住在中间房子的人喝牛奶
9.挪威人住在第一间房子
10.抽混合烟的人住在养猫人的旁边
11.养马人住在抽dunhill烟人的旁边
12.抽bluemaster烟的人喝啤酒
13.德国人抽prince烟
14.挪威人住在蓝房子旁边
15.抽混合烟的人的邻居喝矿泉水
问题:谁养鱼?
这道迷题出自1981年柏林的德国逻辑思考学院。
据说世界上只有2%的人能出答案。
就连大名鼎鼎的爱因斯坦也成为此题大伤脑筋。-original entitled : 1. Have five five colors of the two houses. Each a master of the house three different nationality. Each of these five individuals only drink one brand of beverages, just the one brand of cigarettes, only raised a pet 4. No one has the same pet, and pumping the same brand of cigarettes, drink the same brand of beverages known conditions : 1. Britons living in Red House Lane 2. Swede custody of a dog 3. Denmark tea 4. Green house at the White house left five. Green coffee house owner 6. Pallmall pumpin
- 2022-01-25 21:34:47下载
- 积分:1
-
Fresnel Diffraction procedures for studying physics of optical or optical techno...
菲涅耳衍射的程序,对于研究物理光学或者应用光学的科技工作者应该有所帮助-Fresnel Diffraction procedures for studying physics of optical or optical technology should help workers
- 2022-07-12 16:41:10下载
- 积分:1
-
电子地图
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
对电子地图信息的读取,查询等操作
- 2023-05-22 06:20:03下载
- 积分:1
-
牛顿插值方法的计算机实现程序
牛顿插值方法的计算机实现程序-Newton interpolation method of computer procedures
- 2023-01-09 17:30:03下载
- 积分:1
-
在VC下调用科学计算可视化语言软件IDL的程序示例!
在VC下调用科学计算可视化语言软件IDL的程序示例!-the VC called scientific visualization software IDL language of the examples!
- 2022-06-03 06:54:00下载
- 积分:1
-
Numerical method of procedure: to accelerate the iterative Gauss
数值计算方法的程序:
加速迭代
牛顿迭代
Gauss
杜里特尔分解法
克洛特
追赶法
平方根法
改进平方根法
雅可比迭代
高斯 赛德尔迭代
拉格朗日插值法
分段线性插值
分段抛物线插值-Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the square root of the square root method to improve the Jacobi iterative method iterative high斯赛德尔piecewise linear Lagrange interpolation interpolation sub-parabolic interpolation
- 2022-09-28 01:20:02下载
- 积分:1
-
计算低于平均分的学生人数
计算score中m个人的平均成绩aver,将低于aver的成绩放在below中,通过函数名返回人数。例如,当score={10,20,30,40,50,60,70,80,90},m=9时,函数返回的人数应该是4,below={10,20,30,40}
- 2022-01-26 02:30:57下载
- 积分:1
-
RSA编程实验
本源码实现了RSA算法。其中用libtomcrypt第三方库实现,包括加解密。不需要自己编写加解密算法代码,只要调用第三方库中国的代码即可实现,为你省去了很多时间和精力
- 2022-09-10 23:40:03下载
- 积分:1