C#使用 MQTTnet 快速实现 MQTT 通信 Demo
2021-03-24 15:53:34 2.19MB c#
1
Python快速实现人脸检测 https://xercis.blog.csdn.net/article/details/108004514
2021-03-18 10:46:12 7.11MB python 人脸检测 人脸识别 戴圣诞帽
1
如何快速实现跨交换机抓取数据流量,进行数据分析.doc
2021-03-09 11:06:16 531KB 交换机
1
Unity 工具 之 VText 简单快速实现 文字 3D 效果,VText 的导入设置和简单使用 版本:VText 1.37.unitypackage使用说明,可参考CSDN博文: https://blog.csdn.net/u014361280/article/details/114295520
2021-03-03 09:14:29 10.62MB Unity VText 3D字体
1
Training a generic objectness measure to produce a small set of candidate object windows, has been shown to speed up the classical sliding window object detection paradigm. We observe that generic objects with well-defined closed boundary can be discriminated by looking at the norm of gradients, with a suitable resizing of their corresponding image windows in to a small fixed size. Based on this observation and computational reasons, we propose to resize the window to 8 × 8 and use the norm of the gradients as a simple 64D feature to describe it, for explicitly training a generic objectness measure. We further show how the binarized version of this feature, namely binarized normed gradients (BING), can be used for efficient objectness estimation, which requires only a few atomic operations (e.g. ADD, BITWISE SHIFT, etc.). Experiments on the challenging PASCAL VOC 2007 dataset show that our method efficiently (300fps on a single laptop CPU) generates a small set of category-independent, high quality object windows, yielding 96.2% object detection rate (DR) with 1,000 proposals. Increasing the numbers of proposals and color spaces for computing BING features, our performance can be further improved to 99.5% DR
2021-02-26 16:40:01 6.08MB BING 目标检测算法 代码
1
本文详细介绍了信道编码中使用较多的循环码,BCH码和RS码的基本概念,同时对RS码的编译码算法进行了计算机模拟仿真。把著名的RS码迭代译码算法进行了一定的修改,使其具有很多的重复和递归结构,然后用基于VHDL CpLDF/PG技术流水线型实现。结果表明这个通过流水线型处理的系统在获取高的译码速度方面有很大的优势,并且它能同时纠通信信道中的随机错和突发错。
2020-05-19 14:53:19 2.55MB 信道编码 有限域 BcH码 并行处理
1
没啥事写的一个C++解最小步数二阶魔方的程序,cpp 200多行,尽力写的比较精简,大多是格式化设计(函数列表等),可扩展性比较强,估计改个2~30行代码就能改成3阶魔方。 用的是广搜(BFS),效率算是比较高,平均结算7ms(笔记本八代i7),平均7~8步能复原,源码有比较细致的注释,配套
2020-03-19 03:14:54 9KB 广搜BFS C++ 算法 快速实现
1
AES的完全实现,其中代码编写过程中具有很高的技巧性,同时利用了AES加密结构的特点,实现了AES的快速实现,本人2.5G的电脑在DEV上运行最快可达1.4G/s
2019-12-21 22:02:49 23KB AES 快速实现
1
利用ChartCtrl在VC++ MFC工程快速搭建简单波形显示,平台版本VS2015企业版。
2019-12-21 21:29:46 41.86MB ChartCtrl 波形显示 实例源码
1
VC++工程搭建 MFC快速实现对话框和内部控件的等比例放大缩小功能,再放大缩小的同时改变响应只控件的匹配大小,有问题的地方还请大家指正谢谢。
2019-12-21 21:29:46 34.27MB MFC实例 对话框 等比例 放大缩小
1