-
Knapsack problem implementation code
这是一个用遗传算法实现背包问题的JAVA代码。代码已经过测试,是确定的
- 2022-02-03 22:04:21下载
- 积分:1
-
用C++实现的利用整型数实现浮点运算的系列方法重载.
用C++实现的利用整型数实现浮点运算的系列方法重载.-With C++ Realize the use of integer floating-point operations to achieve a series of method overloading.
- 2023-04-11 15:40:03下载
- 积分:1
-
BASE64编码解码
BASE64是将2进制数据转换为字符串的常用编码方式,在。NET中有现成的类可以使用,但是C++就得自己按照算法实现了。现将C++的实现共享。包含单元测试代码。
- 2022-02-10 03:45:20下载
- 积分:1
-
计算mie散射过程中的散射幅度函数,对研究粒子散射问题有较大帮助...
计算mie散射过程中的散射幅度函数,对研究粒子散射问题有较大帮助-Mie scattering process of calculating the scattering amplitude function, the study of particle scattering problems have more to help
- 2023-03-17 08:55:03下载
- 积分:1
-
Jacobi to solve linear equations, possison equations, welcome you to give valuab...
Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
- 2022-03-13 21:27:05下载
- 积分:1
-
逐次超松弛迭代法(逐次超松弛法,…
逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯―塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯―塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Successive Over Relaxation Me thod, called SOR method) is the Gauss- Seidel method for an accelerated method is solution of large sparse matrix equations, one effective method, it has a simple formula, programming easy, take up less computer memory, etc., but the need for better acceleration factor (that is, the best relaxation factor). Let us first talk about the meaning of the term relaxation, and then use it to explain the Jacobi s iterative method and the Gauss- Seidel iterative method, and finally gives successive over relaxation iterative method of projection formula and the convergence condition.
- 2022-03-31 14:51:19下载
- 积分:1
-
线性规划
免费的线性规划算法,可解决有等式约束和不等式约束的线性规划问题,优化变量的个数无限制,运行速度非常快,使用的是单纯形法。线性规划是一门研究如何使用最少的人力、物力和财力去最优地完成科学研究、工业设计、经济管理中实际问题的专门学科.主要在以下两类问题中得到应用:一是在人力、物力、财务等资源一定的条件下,如何使用它们来完成最多的任务;二是给一项任务,如何合理安排和规划,能以最少的人力、物力、资金等资源来完成该项任务
- 2022-05-27 21:43:07下载
- 积分:1
-
这个程序有别于已经做好exe文件的2
这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程序调用,或简单地用ctrl c,来复制其中一段至目标程序的源代码-have made exe files 2-8-10-16 base for the conversion process, but the other procedures can be called, or simply use the ctrl c, to replicate some of which target program"s source code
- 2022-02-01 06:25:30下载
- 积分:1
-
C++维纳滤波
一种新的维纳滤波算法,采用c++对bmp图像进行滤波。应用bmp图像的读取,保存及处理。处理效果比一般维纳滤波算法更好。文件包中包含一篇关于维纳滤波的文章。源程序根据文章中算法内容编写。
- 2022-03-25 12:14:36下载
- 积分:1
-
同步原语发送 & 接收
发送和接收同步原语使用回声的客户机-服务器应用程序开发的Java实现
- 2023-02-14 21:10:04下载
- 积分:1