-
em算法及em算法初始化matalab程序
对数据分析的聚类处理包括分层聚类,均值聚类,KNN聚类算法;包含基于em算法的高斯混合估计模型及实现流程。
- 2023-05-17 02:25:03下载
- 积分:1
-
在MPI上实现并行串匹配的源代码。
在MPI上实现并行串匹配的源代码。- Realizes the parallel string match source code on MPI.
- 2022-04-13 17:27:13下载
- 积分:1
-
fortan数值计算的源代码,如空间光滑出来,非线性拟合等
fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.
- 2022-06-30 14:42:45下载
- 积分: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
-
几个数值算法,二分法、分段线性插值、复合梯形法
几个数值算法,二分法、分段线性插值、复合梯形法-several numerical algorithm dichotomy, piecewise linear interpolation, composite trapezoidal method
- 2022-07-06 21:59:06下载
- 积分:1
-
Dialog自适应屏幕分辨率
子控件自适应窗口大小的改变 对所有需要改变窗口大小的Dialog提供调用接口 * @方法功能: 子控件自适应窗口大小的改变 * @参数介绍: -hWnd:要缩放的Dialog的窗口句柄,可在Dialog中通过GetSafeHwnd()方法获得; -typeFlag: 缩放标志,其可能取值如下:0表示原始大小(缺省),1最大化,2按照times的值放大或缩小一定倍数后居中。 -times : Dialog的放大倍数,缺省值为1.0,只有当typeFlag值为2时才有效 * @返回值:FALSE表示传入的第一个参数hWnd=NULL,否则返回TRUE; * @注意事项: -1、所有子控件的大小是按照原来的Dialog同比例进行放大,以免放大后失真 -2、放大后如果窗口大小超过显示器可用区域(除去任务栏),会自动调整使得窗口最大化但是长和宽的比例扔保持不变,以免失真 -3、放大后所有的子控件的字体采用的是系统默认字体,所有字体大小是放大后的统一大小 -4、当typeFlag=2&×
- 2022-03-11 14:18:59下载
- 积分:1
-
用delphi 实现的中国农历的 具体算法。
用delphi 实现的中国农历的 具体算法。-Chinese lunar calendar concrete algorithm realizes with delphi
- 2022-08-15 20:50:49下载
- 积分:1
-
Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化...
Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化-eular method of fractional differential equations, fractional derivative coefficient defined by fourier law, order a change
- 2022-01-22 04:00:39下载
- 积分:1
-
PSCNC源代码
程序包含了显示类中二维显示和三维显示的关键技术,程序在VC6.0下调试通过,显示类的定义部分在eidterView.h 文件中,
其实现部分在 eidterView.cpp文件中,显示包括了 显示图形和方向函数以及三维情况下函数图形的显示,任何人可以在此基础上加以修改完善
- 2023-01-25 00:25:03下载
- 积分:1
-
taxable procedures. Income can be calculated weekly, recently income from the be...
计税程序。可以计算每周收入、最近收入、从年初到目前的所得税、扣除的联邦收入税以及帐目检查等。
This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.-taxable procedures. Income can be calculated weekly, recently income from the beginning of the current income tax, the deduction of federal income taxes as well as accounts of inspection. This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
- 2022-08-20 10:08:10下载
- 积分:1