-
用VC++实现在PC平台的主从蓝牙HCI层数据传输
用VC++实现在PC平台的主从蓝牙HCI层数据传输-with VC PC platform in the main from the Bluetooth HCI layer data transmission
- 2022-07-13 19:01:56下载
- 积分:1
-
实现各种滤波器和改进型,fir、can、wrap、conv、cfir
实现各种滤波器和改进型,fir、can、wrap、conv、cfir-Improved to achieve a variety of filters and, fir, can, wrap, conv, cfir
- 2023-08-11 04:10:03下载
- 积分:1
-
实现VB下的自己编写ping代码,绝对不容错过!
实现VB下的自己编写ping代码,绝对不容错过!-under their preparation ping code, you can not miss!
- 2022-02-16 10:02:07下载
- 积分:1
-
Serial debugging tools, functions as a surveillance tool for debugging, user
串口调试工具,功能齐全,能作为监视调试工具,界面友好,使用方便-Serial debugging tools, functions as a surveillance tool for debugging, user-friendly and easy to use
- 2022-02-20 19:51:59下载
- 积分:1
-
中华民国曲线说明性能的二元分类问题,类…
ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option).
It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier
-ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but
- 2022-01-21 23:11:41下载
- 积分:1
-
6_communication版
串行通信是基于协议和标准的RS232的协议是一个或几个组的硬件和软件规则,同意由所有通信方的正确和有效地交换数据。RS-232C,EIA RS-232,或简单的RS-232,是指由电子所定义的相同的标准在1969年行业协会的串行通信。我们将专注于创建一个组件的顺序呼叫使用类TSerial从组件它调用WINAPI dll库。不过,首先我会解释你什么是“堵时钟”和“非阻塞信号“呼叫。事实上,有驱动通信中使用2编程模型应用程序:
- 2022-03-10 17:41:30下载
- 积分:1
-
串口的东西,用串口通讯. 用API封装的串口操作类
串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
- 2023-08-31 09:35:03下载
- 积分:1
-
unix环境下高级变成文档,内容很详尽,还有相应的实例
unix环境下高级变成文档,内容很详尽,还有相应的实例-senior unix environment into documentation, as detailed, and the corresponding example
- 2022-08-17 22:08:40下载
- 积分:1
-
一个东东,探测360的~~
小心点使用
一个东东,探测360的~~
小心点使用-1 Dongdong, detecting 360 of the ~ ~ be careful to use ~~~~~~~~
- 2022-01-25 15:54:39下载
- 积分:1
-
卷积及其快速算法的C + + 实现
* 此程序是免费软件 ;你可以将它重新分发和/或修改它
* 所发表的 GNU 通用公共许可的条款下
* 自由软件基金会,版本 2 或任何更高版本。
*
* 重新分发和使用在源代码和二进制形式,或不
* 修改,允许只要符合以下条件:
*
* 1。重新分发源代码必须保留上述版权通知,
* 此列表的条件和以下免责声明。
*
* 2.以二进制形式再分发必须复制上述版权
* 请注意,此列表中的条件和以下免责声明
* 文件和/或随该分发提供的其他材料。
*
* 发布此程序的目的是希望它有用,但不是
* 任何担保 ; 没有甚至的适销性或适用性的默示保证或
* 特定目的。请参阅 GNU 通用公共许可证
* 更多详细信息。GNU 通用公共许可证的副本是可用在:
* http://www.fsf.org/licensing/licenses
* /
/ * * *
* convolution.h
*
* 线性卷积和多项式乘法。
*
* 卷积例程"conv"实现由它的定义在时间
* 域。如果要将复杂的序列很长,则应使用
* 快速卷积算法"fastConv",在频率中实现
* 域由遛 FFT。
*
* * * /
#ifndef CONVOLUTION_H
#define CONVOLUTION_H
#include < vector.h >
#include < fft.h >
#include < utilities.h >
- 2022-03-03 15:30:10下载
- 积分:1