-
面部识别
人脸检测源代码,这是非常强大的算法。用户的网络摄像机和IP摄像机的识别
- 2022-08-03 00:47:50下载
- 积分:1
-
国家集训队2007论文集
给参加noi acm考试的同学
国家集训队2007论文集
给参加noi acm考试的同学-Essays on the National Team, 2007 to take part in the examination of students noi acm
- 2023-07-23 23:25:05下载
- 积分:1
-
kalman滤波的白球跟踪
基于卡尔曼滤波的白球跟踪程序,白球为运动球,绿球为基于kalman滤波跟踪的球,红球为观测球,对kalman的理解有较好的帮助
- 2022-03-13 18:17:09下载
- 积分:1
-
人体动作识别
基于opencv的人体动作识别,识别效果很好,精度很高,对人体正常行走动作和跌倒动作的识别是利用存储的视频流的,可用于养老院的监护系统。
- 2022-03-07 12:38:43下载
- 积分:1
-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1
-
风速模拟程序
对满足weibull分布的风速进行monte carol 模拟,计算结果可以作为风速的概率分布
- 2022-03-18 10:09:50下载
- 积分:1
-
关于C语言结构体的应用
关于C语言结构体的应用-on the C language structure of the application
- 2022-10-18 04:45:03下载
- 积分:1
-
完全使用C++写的高效线性代数运算库!还提供了矩阵类。
完全使用C++写的高效线性代数运算库!还提供了矩阵类。--Highly effective linear algebra operating library which written in C++ completely ! It also provides the matrix class
- 2022-03-21 00:10:57下载
- 积分:1
-
本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量...
本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量-This procedure using fortran prepared for the Jacobi method using realistic symmetric matrix eigenvalue and eigenvector
- 2022-03-02 17:08:55下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1