-
这是硕士生计算机软件专业组合数学的一个优化算法演示,仅供参考。...
这是硕士生计算机软件专业组合数学的一个优化算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm optimization demonstration purposes only.
- 2023-06-20 22:15:03下载
- 积分:1
-
在许多情况下我们需要的算法如密码字典穷举组合..
在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
- 2022-03-20 01:48:47下载
- 积分:1
-
DNS 使用加密的安全系统
这个项目正在执行 DNS 代替 RSA 算法,因为它有一定的局限性,它设法改善。
- 2022-03-24 22:15:57下载
- 积分:1
-
定点数函数集,包括16位定点数的各种加减乘除运算函数。
定点数函数集,包括16位定点数的各种加减乘除运算函数。-will function set points, including 16 fixed points of the arithmetic operations function.
- 2022-03-20 17:45:56下载
- 积分:1
-
一个 数学工具集
有菜单界面 单色显示
一个 数学工具集
有菜单界面 单色显示
-A mathematical tool set has a menu-based interface monochrome display
- 2022-12-18 04:10:03下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
动态规划解决矩阵相乘的三种方法
资源描述动态规划解决矩阵相乘的三种方法,给定矩阵的个数,和各个矩阵的维数,维数必须满足矩阵相乘的要求,本程序可以算出最小代价的矩阵相乘顺序。是学习矩阵相乘和动态规划的一个极好例子!
- 2022-02-28 10:22:53下载
- 积分:1
-
基于超市的商品管理系统
本代码采用c语言编写,通俗易懂,特别适合初学者的参阅。对其编程有一定的指导作用。语言通俗易懂,能帮助初学者更好的掌握c语言的知识。
- 2022-04-18 04:06:28下载
- 积分:1
-
用VB实现函数逼近的数值方法算法集。包括级数求和,切比雪夫逼近,积分和导数的切比雪夫逼近等五种函数逼近数值方法。...
用VB实现函数逼近的数值方法算法集。包括级数求和,切比雪夫逼近,积分和导数的切比雪夫逼近等五种函数逼近数值方法。-VB function approximation algorithm for the numerical method sets. Including the series, Chebyshev approximation, integral and derivative of Chebyshev approaching the five function approximation numerical methods.
- 2023-08-21 09:00:03下载
- 积分:1
-
delphi编写的房贷计算器,支持等额本金和等额本息
应用背景delphi编写的房贷计算器,支持等额本金和等额本息,对每月还款金额和总还款金额以及还款利息总额一目了然。可以很好的练习Delphi编码,可以很快熟悉Delphi语言及编码环境。关键技术Delphi7,根据贷款还款计算算法以及贷款总额,贷款年数,贷款利率计算得出还款每月还款金额和总还款金额以及还款利息总额,应用listview组件显示计算结果。
- 2022-02-10 10:15:10下载
- 积分:1