-
数学变换和滤波fft程序
kfour 傅里叶级数逼近
kkfft 快速傅里叶变换
kkfwt 快速沃什变换
kkspt 快速三次平滑
klm...
数学变换和滤波fft程序
kfour 傅里叶级数逼近
kkfft 快速傅里叶变换
kkfwt 快速沃什变换
kkspt 快速三次平滑
klman 离散随机系统的卡尔曼滤波
kkabg α-β-γ滤波-Fft math transformation and filtering procedures kfour Fourier series approximation kkfft Fast Fourier Transform Fast Walsh Transform kkfwt rapid kkspt three smoothing klman discrete stochastic system Kalman filter kkabg α-β-γ filter
- 2022-03-18 17:19:36下载
- 积分:1
-
数据结构-算法-C语言-Demo
#ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
- 2022-01-29 04:39:50下载
- 积分:1
-
计算岩体结构面发相密度
用于计算岩体结构面的法向密度,前提条件是知道优势结构面的产状,知道测线产状和长度,结构面与测线的交点数。程序用于简单的判断岩体的结构特征,并用于RQD值估算。
- 2022-07-23 02:47:25下载
- 积分:1
-
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。...
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。-This procedure is about the description of dynamic programming algorithm can be directly input data can be directly run.
- 2022-10-20 12:30:03下载
- 积分:1
-
我的串的连接算法实现
我的串的连接算法实现-Series connectivity algorithm
- 2022-01-22 08:08:05下载
- 积分:1
-
这是一个用于雷达航迹处理的kalman滤波程序
这是一个用于雷达航迹处理的kalman滤波程序-This is a deal for the radar track of kalman filtering procedures
- 2022-05-29 01:08:49下载
- 积分:1
-
很简单的程序,可以远程通过MDL laserace300火激光测距仪…
Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file - work only with this type and ither my programs can fire many MDL s-Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file- work only with this type and ither my programs can fire many MDL s
- 2023-08-06 17:55:03下载
- 积分:1
-
2阶巴特沃斯滤波器
实用的fortran版2阶巴特沃斯滤波器。
在李建平程序基础上有细微调整。
- 2022-03-09 12:24:15下载
- 积分:1
-
遗传算法demo
这个代码项目是采用遗传算法实现模式匹配的实例。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-12 03:06:13下载
- 积分:1
-
基于超市的商品管理系统
本代码采用c语言编写,通俗易懂,特别适合初学者的参阅。对其编程有一定的指导作用。语言通俗易懂,能帮助初学者更好的掌握c语言的知识。
- 2022-04-18 04:06:28下载
- 积分:1