-
串口,网口数据传输接口
通过对串口和网口的封装,使其只调用一个接口,实例化自己的设备对象,就能够调用相应的读写操作,能够实现统一
- 2022-03-03 13:03:19下载
- 积分:1
-
浮动
浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
- 2022-03-13 16:30:13下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
opencv教程
========================================================================
控制台应用程序:opencv 项目概述
========================================================================
应用程序向导已为您创建了此 opencv 应用程序。
本文件概要介绍组成 opencv 应用程序的
的每个文件的内容。
opencv.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件,
其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
opencv.cpp
这是主应用程序源文件。
/////////////////////////////////////////////////////////////////////////////
其他标准文件:
StdAfx.h, StdAfx.cpp
这些文件用于生成名为 opencv.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
/////////////////////////////////////////////////////////////////////////////
其他注释:
应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。
- 2023-02-22 02:05:04下载
- 积分:1
-
VRP与遗传
一个基本的简单库,用遗传算法求解车辆路径问题和货郎担问题,Java 编程语言编写的。
- 2022-06-21 16:14:53下载
- 积分:1
-
fft傅立叶快速变换在图象处理方面的应用
fft傅立叶快速变换在图象处理方面的应用-fft Fast Fourier Transform in Image Processing Applications
- 2022-02-25 18:33:00下载
- 积分:1
-
k均值算法实现聚类 c语言编写
k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
- 2022-02-25 21:52:26下载
- 积分:1
-
横向聚合
水平聚合的一种算法。请更改DBUTil文件中的用户id和passowrd。。程序使用pivot操作符水平聚合一个表。连接到数据库需要Sql server。
- 2023-07-21 07:40:04下载
- 积分:1
-
NRF51822 UART
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
- 2022-06-19 21:29:20下载
- 积分:1
-
leach算法
该算法基本思想是:以循环的方式随机选择蔟首节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH协议可以将网络生命周期延长15%。LEACH在运行过程中不断的循环执行蔟的重构过程,每个蔟重构过程可以用回合的概念来描述。每个回合可以分成两个阶段:蔟的建立阶段和传输数据的稳定阶段。为了节省资源开销,稳定阶段的持续时间要大于建立阶段的持续时间。蔟的建立过程可分成4个阶段:蔟首节点的选择、蔟首节点的广播、蔟首节点的建立和调度机制的生成。
- 2022-03-24 03:15:23下载
- 积分:1