-
多元 stein 去噪工具箱
说明:
这个工具箱允许多通道图像去噪
它包括 4 子文件夹:
1) estimSP: 包含所有的 m-文件关于块估计
2) 图像: 包含一些测试图像 (3 阶)
3) 测出: 包含所有的 m-文件加载 intercorrelations
4) 工具: 包含所有 m-文件的必要的工具
- 2022-07-23 12:31:21下载
- 积分:1
-
k均值代码,我自己做的,保证正确,欢迎下载
k均值代码,我自己做的,保证正确,欢迎下载-k means the code, I have to do to ensure that the correct, welcome to download
- 2023-06-18 23:25:03下载
- 积分:1
-
完整的vc源码有关于第二类完全椭圆积分,非常实用
完整的vc源码有关于第二类完全椭圆积分,非常实用-vc integrity of the source code on the second category fully elliptic integrals, very practical
- 2022-03-22 09:43:18下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
issue a travel home to travel home to drive a car with the minimum of cost yi us...
旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution"。-issue a travel home to travel home to drive a car with the minimum of cost yi used from one city to another city (assuming starting at the fuel tank was empty). Given the two cities for the distance between D1, car fuel tank capacity of the C (in liters) per liter petrol traveling distance to the D2, the starting point liter gasoline prices P and several petrol stations along the N (N can be zero), PFS i distance from the starting point Di per liter Steam oil prices Pi (i = 1,2 ... N). Calculation results rounded to two decimal places. If unable to reach their destination, the export of "No Solution."
- 2023-09-07 00:25:03下载
- 积分:1
-
c源码,数学函数库,包含了大部分数学公式,矩阵运算等
c源码,数学函数库,包含了大部分数学公式,矩阵运算等-c source code, the mathematical function storehouse, has
contained the majority of mathematical formula, the matrix operation
and so on
- 2022-01-30 20:04:32下载
- 积分:1
-
poason方法进行网格
poason method to make mesh
- 2022-07-01 06:03:39下载
- 积分:1
-
完整的复数计数器,用VC++实现,实现了复数的所有类型的计算...
完整的复数计数器,用VC++实现,实现了复数的所有类型的计算-integrity in the plural counter, with VC++, achieving the plural of all types of computing
- 2023-06-29 08:20:03下载
- 积分:1
-
多层神经网络DEMO(C#)
一个多层神经网络的DEMO 。这个多层神经网络通过学习训练后可以 准确地计算AND和OR运算(注意这里的准确只是最接近正确解的意思。你懂的)
- 2022-02-05 20:29:28下载
- 积分:1
-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1