-
基本分词程序
本算法是中文分词最常用的一种,内含有最大正向匹配算法和最大逆向匹配算法
- 2023-03-24 10:50:03下载
- 积分: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
-
运用扫描法求设计一个最佳比例的聚光腔
运用扫描法求设计一个最佳比例的聚光腔-use scanning for the best design of a proportion of the cavity
- 2023-05-01 03:25:03下载
- 积分:1
-
这是一个矩阵求解
this is a matrix solve
- 2022-02-06 12:13:18下载
- 积分:1
-
mathmodl英语帮助
mathmodl中文帮助 以上上传的是一个,数学建模的资料。有好东西大家一起分享哦!--mathmodl English Help
- 2022-02-06 15:27:04下载
- 积分:1
-
mumford source coode
mumford source coode-mumford source coode........
- 2023-04-14 06:15:03下载
- 积分:1
-
埃尔米特
埃尔米特-高斯求积法的c源程序-Hermite- Gaussian quadrature law c source
- 2023-01-24 04:20:04下载
- 积分:1
-
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)...
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)观测误差是与和均不相关的白噪声序列,并且有
(3)观测数据存放在附加的文件中(单位:m)。
要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求:
(1) 距离S(t)的最佳估计及估计误差,
(2) 距离S(t-5)的最佳平滑及估计误差,
(3) 距离S(t+5)的最佳预测及估计误差,
(4) 对结果进行分析讨论。
-By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t
- 2022-03-11 21:07:50下载
- 积分:1
-
fdtd pml 电磁场
电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层电磁场的fdtd算法 有pml吸收层
- 2022-02-26 22:07:58下载
- 积分:1
-
红黑树算法实现
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2022-01-25 23:40:23下载
- 积分:1