-
卡尔曼滤波对自由目标的应用
利用卡尔曼滤波对自由落体的目标小球进行跟踪,其中有些视频演示跟踪过程.-The use of Kalman filter to the objective of free-falling ball track, some of which track the process of video presentations.
- 2022-07-12 03:05:29下载
- 积分:1
-
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求...
评估系统,自动收集数据,处理结果,数据挖掘,满足各类评估需求-Assessment system, automatic data collection, treatment results, data mining, to meet the demand for various types of assessment
- 2022-10-26 00:55:03下载
- 积分:1
-
温度场计算程序c++有限元计算大坝
温度场计算程序c++有限元计算大坝-temperature field calculation procedures c FEM Dam
- 2022-03-12 10:59:38下载
- 积分:1
-
三次样条插值
三次样条插值-Cubic Spline Interpolation
- 2023-05-12 14:45:03下载
- 积分:1
-
在一个面向对象的方式实现一个基本粒子群算法的C++程序…
a basic c++ program for implementing in an object oriented way a particle swarm algorithms for optimisation
- 2023-06-07 17:45:02下载
- 积分:1
-
离散代码
资源描述离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码离散数学代码
- 2023-06-26 20:00:03下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
基于 Java 的奇异值分解推荐系统
奇异值分解源代码有利于电影推荐系统,使用 Java 编程语言实现的。源代码是可行的任何数据集。
- 2022-10-26 15:05:04下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
图像处理综合应用
计算机图形处理学科中的一些基本功能的实现(压缩,线性滤波,水平镜像等等)
- 2022-05-28 15:03:47下载
- 积分:1