-
kalman (2)
说明: 使用卡尔曼滤波器对目标跟踪、滤波,实现目标的跟踪定位(Kalman filter for target tracking)
- 2020-12-28 09:07:58下载
- 积分:1
-
还是C小程序 很有意思的拉 越编越过隐 大基本功
还是C小程序 很有意思的拉 越编越过隐 大基本功-or C minor procedure very interesting series stretching across the great saphenous basic skills
- 2022-12-24 15:55:04下载
- 积分:1
-
STM32L-PWR_RTC低功耗模式
STM32L系列单片机低功耗相关设置和初始化代码。(STM32L series microcontroller low power consumption related Settings and initialization code.)
- 2020-06-22 21:40:01下载
- 积分:1
-
A simulated bank account management software, the realization of accounts to cre...
一个模拟银行账户管理的软件,实现账户创建,修改,查询,清理的功能-A simulated bank account management software, the realization of accounts to create, modify, query, clean-up function
- 2022-04-10 13:55:01下载
- 积分:1
-
nlmeansC.tar
canny edge detection
- 2018-06-19 11:01:03下载
- 积分:1
-
本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。...
本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。
- 2022-08-13 07:30:23下载
- 积分:1
-
fiber-laser
fiber-laser.m为光纤激光器中的功率分布;laser18.m为fiber-laser.m中的调用函数,描述了具体的参数(fiber-laser.m for fiber lasers in the power distribution laser18.m for fiber-laser.m the call function, describes the specific parameters)
- 2008-08-10 20:47:06下载
- 积分:1
-
chaos06
该软件用于研究周期信号的混沌检测,通过Duffing方程,检测极微弱信号,非常有用。(software for the study of the cycle of chaotic signal detection through Duffing equation, detect very weak signal, very useful.)
- 2021-04-06 13:49:02下载
- 积分:1
-
逆时偏移代码
说明: 包含叠前逆时偏移程序和几篇逆时偏移论文;地震子波的正演与反演(Includes the prestack inverse time migration program and several inverse time migration papers; Forward modeling and inversion of seismic wavelet)
- 2021-02-14 22:59:48下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1