-
图像去噪的变分和偏微分方程方法,包括TV模型,PM模型和四阶的YK模型。
图像去噪的变分和偏微分方程方法,包括TV模型(二阶PDE),PM模型(二阶PDE),YK模型(四阶PDE)的matlab代码。可直接实现。参考文献可在网上(比如百度文库)里下载。都是经典的方法。
- 2022-10-08 11:10:04下载
- 积分:1
-
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Ma...
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-03-25 08:00:36下载
- 积分:1
-
pso算法解决tsp问题的例子
pso算法解决tsp问题的例子-PSO algorithm to solve the problem of examples tsp
- 2022-04-06 12:24:15下载
- 积分:1
-
二分法解非线性方程---相变过程中的界面迁移速率
二分法解非线性方程---相变过程中的界面迁移速率---- Dichotomy solution of nonlinear equations in the process of phase-change interface migration rate
- 2022-05-29 09:16:01下载
- 积分:1
-
LDPC 仿真代码
1. 根据度分布生产LDPC校验矩阵H;
2. 生产LDPC编码矩阵G;
3. 在高斯信道下进行仿真;
4. 可进行不同译码算法对比。
完整的C++工程文件,方便 对LDPC码进行系统的仿真分析。
- 2022-01-28 09:57:50下载
- 积分:1
-
APML为用户提供访问Web页面和下载他们的能力…
ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN -ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN
- 2022-03-31 04:48:40下载
- 积分:1
-
大学将学习一门课程,一个过程的数值分析将D。
大学里必学的一门课程,数值分析的一个必做的程序,拉格朗日一次插值-universities will learn a curriculum, a numerical analysis of the process will do, Lagrange interpolation.
- 2022-01-25 23:41:25下载
- 积分:1
-
计算褶积的程序
在我们不知信号个数时,进行褶积运算,这里用了动态数组控制。可以作为一个地球物理初学者经常用到的外部子程序。
- 2022-08-13 02:05:20下载
- 积分:1
-
三角剖分源代码
三角剖分的源代码 ,剖分速度快,无约束与带约束都有生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
- 2023-06-28 09:30:03下载
- 积分:1
-
ACM分治 最临近点对
1005: 最邻近点对
时间限制: 1 Sec 内存限制: 8 MB
提交次数: 6024 通过次数: 1804
提交
题目描述
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
- 2022-02-04 12:14:49下载
- 积分:1