-
常有的滤波算法,有需要的可以去
常有的滤波算法,有需要的可以去-Common filtering algorithm, there is need to go take a look!
- 2022-03-18 01:02:23下载
- 积分:1
-
POJ经典试题-1091跳蚤
POJ是北大在线测评系统这里有一些经典试题。跳蚤是一道经典试题代码给出了Accepted算法。
- 2022-04-08 10:53:42下载
- 积分:1
-
计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。...
计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。-Calculating a three-point interpolation function fortran90 procedures, including source code, a numerical example and output files, simple and applicable.
- 2022-02-27 08:32:48下载
- 积分:1
-
普通的离散图像信号的傅里叶变换和逆变换。
普通的离散图像信号的傅里叶变换和逆变换。-Ordinary image signals in discrete Fourier transform and inverse transform.
- 2022-03-25 05:24:05下载
- 积分:1
-
单链表操作
资源描述#include
#define maxsize 100
using namespace std;
/*class base
{
int length;
};*/
class Seqlist //实现顺序表类
{
private:
int size; //当前元素个数
int length; //当前表的总长度
public:
int *elem; //动态存放数据
Seqlist(); //构造函数的声明
int listset(); //顺序表的创建
&nbs
- 2022-06-03 18:29:34下载
- 积分:1
-
对混沌神经网络进行预测,效果非常好,精度比较高
对混沌神经网络进行预测,效果非常好,精度比较高-forecasting of chaos
- 2022-03-04 19:39:44下载
- 积分:1
-
Delphi使用AES算法加密源码下载
整合网上下载到的资源(ElAES.pas,AES.pas),在Delphi7下编译后,测试能用
- 2023-07-07 06:10:03下载
- 积分:1
-
sobel算法
该算法采用c++语言编写的sobel算法!简单易懂!主要用于提取图像的边缘!特别适合于初学Opencv的人士学习使用。
- 2023-08-14 13:40:04下载
- 积分:1
-
测振信号处理完整流程,包含详细注释,C语言实现
这个程序是测振信号处理的C语言实现,包括最小二乘消除趋势项,平滑,频域滤波,从加速度积分得到速度和位移,所有算法均用MATLAB进行验证过,可以直接封装成dll,供C++或C#调用
- 2023-07-12 18:10:03下载
- 积分:1
-
It s simple implementation of Genetic Algorithm on
8
It s simple implementation of Genetic Algorithm on
8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on
8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
- 2022-02-21 02:51:52下载
- 积分:1