-
精神的项目
数据流是用于许多不同的应用的一种重要模式:网络流量分析,传感器网络监控,运动对象的跟踪,金融数据分析。主要的挑战是:1)速度的挑战:数据正在进入该系统中的实时处理(例如,股票指数报价,传感器测量结果,网络流量); 2)空间的挑战:数据通常是无界的某些职位上如何有效地存储和处理数据的另一个挑战。很多数据流应用的监控应用,其中的实时数据流进入系统体积庞大需要进行趋势分析和异常检测进行监控。关键的是要检测的模式和关系中可能存在的共同进化的数据流。流往往是内在相关性(例如,温度在同一栋大楼,在同一网络中主机的流量,在同一个市场,价格等),它可以减少几百个数字流逼到了一把隐变量的紧凑描述的主要趋势,并显着降低了进一步的数据处理的复杂性。
- 2022-12-30 01:25:03下载
- 积分:1
-
calculatrice
一个开源的adobeflex开发项目,使用C#和带有语法颜色高亮显示、代码提示和代码完成助手的平台SDK工具
- 2023-08-19 04:45:03下载
- 积分:1
-
人脸和眼睛识别
Use the CascadeClassifier class to detect objects in a video stream. Particularly, we will use the functions:
– load to load a .xml classifier file. It can be either a Haar or a LBP classifer
– detectMultiScale to perform the detection.
- 2022-03-07 04:36:53下载
- 积分:1
-
Bisection Method
Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
- 2022-04-08 17:40:01下载
- 积分:1
-
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。...
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。-WBGragg solution to improve the solution of differential equations, in order to improve the mid-point of law, and gives a solution of an equation example.
- 2023-03-15 11:30:03下载
- 积分:1
-
威乐 en java
它的学习算法,特别是成这样 orienté 小客体,创建一个镇 (市政厅) 和管理栖息地一个 basic 程序 (社 maison immeuble 情欲 et 车库) et surtout les imposions et les 收费 estimés。
- 2022-11-24 13:00:03下载
- 积分:1
-
解稀疏对称方程组的ICCG法fortran源程序
有算例,希望对你有帮助...
解稀疏对称方程组的ICCG法fortran源程序
有算例,希望对你有帮助-Solution of sparse symmetric linear ICCG method source fortran examples there, and they hope to help you
- 2022-10-10 17:25:03下载
- 积分:1
-
16 位 二进制 随机数 生产 函数和Manchester编码
16 位 二进制 随机数 生产 函数和Manchester编码-16-bit binary random number production function and Manchester encoding
- 2022-07-16 18:39:35下载
- 积分:1
-
通过对二价谱的编程分析,对信号处理里面采样率和采样长度对fft的影响做了一针见血地分析...
通过对二价谱的编程分析,对信号处理里面采样率和采样长度对fft的影响做了一针见血地分析-By bivalent programming spectrum analysis, signal processing inside the sample rate and sample length on the impact of fft analysis done sharply
- 2023-02-03 19:35:04下载
- 积分:1
-
Newton迭代法解非线性方程组
编写程序用牛顿迭代法求解下面的非线性方程组:例如 x1 = 0.7 sin(x1) + 0.2 cos(x2); x2 = 0.7 cos(x1)- 0.2 sin(x2);
- 2022-05-14 18:43:17下载
- 积分:1