-
任意精度求pi,对内存基本没有要求,spigot算法
任意精度求pi,对内存基本没有要求,spigot算法-arbitrary precision for pi, no basic right memory requirements spigot Algorithm
- 2022-08-19 15:13:09下载
- 积分:1
-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1
-
01背包问题
01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
- 2022-03-15 21:02:09下载
- 积分:1
-
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算...
这是一个计算银行利息和本利和的VB程序,,只要输入利率,本金,存款年数,就可以直接计算-This is a calculated bank interest and the principal and the VB program, as long as the importation of interest rates, principal, the number of years of deposits, it can be directly calculated
- 2022-07-07 04:02:59下载
- 积分:1
-
在C + + 中的GCD函数
这是原数函数的最大公约数,这是写在C + +语言对数据安全性和算法的东西,我希望你有一个伟大的使用这个功能……其他感谢GCD的功能,还有一些其他的算法在数据安全的工作真的有用的,和一些PDF格式的更多信息,对他们的工作非常有帮助。
- 2022-05-09 11:36:49下载
- 积分:1
-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
UNIX系统之下的快速傅立叶变换包
UNIX系统之下的快速傅立叶变换包-UNIX system fast Fourier transforms the package
- 2023-01-16 16:10:03下载
- 积分:1
-
Diffie-hellman
Diffie Hellman密钥交换Diffie-Hellman密钥交换(DH)[nb的1是交换加密密钥的具体方法。它是领域ofcryptography内实现密钥交换的最早实际的例子之一。的Diffie-Hellman密钥交换方法允许双方有互相的先验知识,共同建立一个共享的密钥在不安全communicationschannel。这个密钥可以被用于使用对称密钥密码随后的通信进行加密。
- 2022-02-12 05:03:03下载
- 积分:1
-
Exceptional C++ shows by example how to go about solid software engineering. Alo...
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
- 2022-12-15 03:15:03下载
- 积分:1
-
Upload Files Without COM
资源描述
详细介绍: 一套国外的搜索引擎,采用db数据库,不过是英文版的,经过修改我想一套正宗的SOHU系统也该诞生了!
- 2022-03-12 21:42:40下载
- 积分:1