-
安全通信
应用背景客户端和服务器的C共享一个对称密钥KCS,这关键是唯一已知的服务器和客户端。这是长期密钥是用来设置一个会话密钥,而这个会话密钥则是由服务器发送一个秘密的对客户的价值:关键技术通信安全 ; ;AES ;欧洲央行pkcs5 ;
- 2023-03-22 15:30:02下载
- 积分:1
-
svpwm code
资源描述 svpwm的核心算法部分,可以借此扩展出自己的FOC算法
- 2022-12-16 08:10:03下载
- 积分:1
-
非局部均值滤波
资源描述图像去噪图像处理中的非局部均值算法。不同于“局部均值”的过滤器,它采取的平均值的一组像素周围的目标像素的平滑图像,非局部均值滤波,以平均的所有像素的图像,加权类似这些像素的目标像素。这导致了更大的后过滤的清晰度,减少损失图像中的细节与局部均值算法比较。
- 2022-02-27 07:56:04下载
- 积分:1
-
MCIL 多示例学习
通常MCIL假设一个包中的实例是独立分布的,不考虑实例间的内部依赖关系,但是这样,如果属于正的实例是噪声,则会有误差,所以考虑上下文关系(邻居点),增强MCIL的鲁棒性。将聚类的概念引入到多示例学习中 完成图像的分割和聚类。
- 2022-05-08 04:47:24下载
- 积分:1
-
基于分水岭算法的彩色图像分割算法
分水岭算法分割彩色图片,使用时只需要更改处理图片的路径即可,属于Matlab程序,压缩文件中含有原始图片
- 2023-09-02 22:10:03下载
- 积分:1
-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
沉积快速傅立叶变换算法
快速敷里叶变换算法 图形显示-deposited fast Fourier transform algorithm graphics
- 2022-11-29 15:00:03下载
- 积分:1
-
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这...
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied. Read this and the things that you are no longer guaranteed to find something else to see it. The classic classic. This site is a directory of links to a full download, is a collection of products
- 2023-02-18 09:45:03下载
- 积分:1
-
算术编码五美分
Five Cents on Arithmetic Encoding
- 2023-06-04 21:25:03下载
- 积分:1
-
signalslot函数回调
C++回调实现方式,不限于类的静态方法
类似于QT的实现方式,有bind和unbind机制,需要的朋友可自行扩展
当前只支持固定参数个数,可根据情况添加修改
- 2022-05-14 14:18:36下载
- 积分:1