-
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字...
图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
- 2022-06-28 08:28:32下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序2
按照既定的步长,输入后筛选已有数据 程序2-accordance with the established step, the imported data screening procedures have been 2
- 2022-01-23 10:26:26下载
- 积分:1
-
用蒙特卡罗方法求积分的小程序,可以设置求解精度
用蒙特卡罗方法求积分的小程序,可以设置求解精度-using the Monte Carlo method for the integration of small procedures, the setting up of Accuracy
- 2022-12-06 16:30:02下载
- 积分:1
-
GIS训练算法的python实现
下面是GIS训练算法的python实现,代码不到100行。
- 2022-09-19 01:25:03下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
这个固件免费提供的TRF7960
this the firmware provided freely for the trf7960
- 2022-06-21 15:45:54下载
- 积分:1
-
密码学背包加密
关于密码学背包问题的C语言实现,是在实习的时候编写的,比较适合初学密码学的,或者是需要完成课程设计的人士。。
- 2022-05-31 20:47:54下载
- 积分:1
-
部分旋转算法
要解决 N 由 N 线性系统
C
C E1: A(1,1) X(1) + A(1,2) X(2) +......+ A(1,N) X(N) = A(1,N+1)
C E2: A(2,1) X(1) + A(2,2) X(2) +......+ A(2,N) X(N) = A(2,N+1)
C :
C .
C EN: A(N,1) X(1) + A(N,2) X(2) +......+ A(N,N) X(N) = A(N,N+1)
C
C
C 输入: 数目的未知数和方程 N;增广的矩阵
C A=(A(I,J)) 哪里 1 < = I < = N 和 1 < = J < = N + 1。
C
C 输出: 解决方案 X(1),X(2),...,X(N) 或 A 消息,
C 线性系统有没有独特的解决方案。
C
- 2023-07-28 04:30:03下载
- 积分:1
-
rand.rar随机数发生器的C++代码
rand.rar
随机数生成C++代码-rand.rar random number generator C++ code
- 2022-08-18 16:40:35下载
- 积分:1
-
基于遗传算法的BP神经网络优化算法
BP网络是一类多层的前馈神经网络。它的名字源于在网络训练的过程中,调整网络的权值的算法是误差的反向传播的学习算法,即为BP学习算法。BP算法是Rumelhart等人在1986年提出来的。由于它的结构简单,可调整的参数多,训练算法也多,而且可操作性好,BP神经网络获得了非常广泛的应用。据统计,有80%~90%的神经网络模型都是采用了BP网络或者是它的变形。BP网络是前向网络的核心部分,是神经网络中最精华、最完美的部分。BP神经网络虽然是人工神经网络中应用最广泛的算法,但是也存在着一些缺陷,例如:①、学习收敛速度太慢;②、不能保证收敛到全局最小点;③、网络结构不易确定。
- 2022-03-05 03:53:12下载
- 积分:1