-
用龙贝格方法求积分
用龙贝格方法求积分-Romberg method used for points
- 2023-03-22 23:05:03下载
- 积分:1
-
VC版本2,8,16等进制转换,算法全部又C语言标准库编写.
VC版本2,8,16等进制转换,算法全部又C语言标准库编写.-VC version CLP.Biopterin as base for the conversion, the algorithm also all standard C language library prepared.
- 2022-01-24 08:53:45下载
- 积分:1
-
BellManford
Bellman Ford algorithm for finding the shortest path between nodes is an algorithm used.
primarily in the gray box identifies nodes are between our EDGE. Then we set the starting node (for one example)
resulting path will be drawn on lef
- 2022-08-14 08:44:59下载
- 积分:1
-
这是最完整的共轭梯度算法的C++程序。
这个是网上的最全的关于共轭梯度法的c++程序。-This is the most complete line on the conjugate gradient method c++ Procedures.
- 2022-05-12 16:12:12下载
- 积分:1
-
MATLAB中TSP问题的布谷鸟搜索算法
这是使用布谷鸟搜索算法解决TSP问题的代码示例,了解TSP解决方案的效果,提高个别表达的效率稳健性。
- 2022-01-26 01:10:41下载
- 积分:1
-
3D-FDTD垂直双阵子程序,可以调整阵子半径。以达到设计一定方向图的目的。-3D-FDTD vertical-stream procedures can be adjusted stream radius. Designed to achieve certain objectives in the direction of the map.
- 2022-01-20 22:54:18下载
- 积分:1
-
Hamming窗实现低通滤波器
1.采样Hamming窗实现的低通滤波器,可设置通带频率、截止频率以及带宽;
2.可设置滤波器阶数N;
3.能达到良好的滤波想过
- 2022-03-12 05:58:01下载
- 积分:1
-
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序...
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate calculation procedures
- 2022-02-05 18:46:19下载
- 积分:1
-
爬虫.java
爬虫算法
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
- 2022-10-25 20:50:03下载
- 积分:1
-
该程序用递归的方法产生格雷码序列,它需要一定的额外的空间....
该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
- 2022-04-11 15:53:22下载
- 积分:1