-
超分辨率图像分块
资源描述人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法
- 2022-03-13 19:17:37下载
- 积分:1
-
决策树分类算法
本案例适合于初学者对python语言的掌握和熟练以及对决策树分类算法的初步模拟,使其对决策树算法的思想有一个更清晰的认识和理解,其中所用的数据集是Iris,并且里面附有整个算法流程的说明文档,更有利于大家的理解,希望能够帮助到其他人。
- 2022-03-21 09:06:19下载
- 积分:1
-
卫星轨道可视化程序
Savi 公司是写以便卫星星座分析与可视化的软件。这个软件是可利用的自由和公开的。我们需要使用任何图像由本软件学分,savi 公司和几何中心。Savi 公司网页用户手册是在手册 / 目录。
- 2023-07-13 22:10:03下载
- 积分:1
-
The use of Kalman filter for target tracking matlab source code
使用卡尔曼滤波进行目标追踪的matlab源代码-The use of Kalman filter for target tracking matlab source code
- 2023-08-23 05:45:03下载
- 积分:1
-
此程序计算代数公式。
This program evaluates algebraic formulas.
- 2022-03-22 06:26:29下载
- 积分:1
-
一维信号离散小波分解与重构的VC实现
在理解了离散小波变换的基本原理和算法的基础上,通过设计VC程序对简单的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。
- 2022-01-26 07:27:14下载
- 积分:1
-
用C++编写的时钟程序
里面包括具体的clock源文件(clock.cpp)和头文件(clock.h),以及main程序(main.cpp)。用到的主要算法是用类把时钟封装起来。这个程序对于初学者来说很有用,是本人亲自写的小程序,和大家分享一下,希望有用。
- 2022-08-13 05:27:42下载
- 积分:1
-
With c++ Prepared Romberg integration process with examples and calculation resu...
用c++编写的龙贝格积分的程序
附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
- 2022-02-07 07:17:57下载
- 积分:1
-
电话簿
这个cod是电话簿,输入诸如姓名、地址、电话号码、传真号码等数据,。。。;可以搜索联系人和号码。
- 2022-08-20 02:30:29下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1