-
opcv实例源代码讲述各种实例提供各类源码
opcv实例源代码讲述各种实例提供各类源码-opcv examples of source code, about various instances, provide various types of source code
- 2022-03-26 17:29:17下载
- 积分:1
-
vc实现fir滤波器 wav滤波
应用背景vc6.0环境下即可使用,c++语言,是数字信号处理及实验内容中的重要实验,内容比较全,兼容性好。关键技术实现fir滤波器,支持多种窗口,可以模拟产生波形,进行滤波,也可以直接读取wav文件进行滤波,还可以对输入信号和输出信号进行fft分析。
- 2022-09-21 14:15:03下载
- 积分:1
-
基于统计的关键词提取算法实现(使用TF-IDF算法)
使用TF-IDF算法实现基于统计的关键词提取算法实现。使用IKAnalyzer分词器,使用之前需要自己添加相应的jar包。可以找到指定文件夹下的每一篇文件中的关键词,并选取结果排在前5个的词进行显示。可以自己更换指定文件夹,以及输出关键词的个数。
- 2022-02-13 15:43:22下载
- 积分:1
-
神经网络压缩
此示例阐释如何一种自组织映射神经 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-12 16:15:04下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
IGMP的实现
containe IGMP的源代码。Internet组管理协议(IGMP)是用于主机和相邻的路由器在IP网络上建立组播组成员的通信协议。 IGMP协议是IP多播的一个组成部分。
- 2022-04-08 16:34:34下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。...
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。-GPS data processing source code, provided ephemeris treatment, pseudo-range positioning, carrier positioning function.
- 2022-03-04 03:55:05下载
- 积分:1
-
ZF算法
MIMO信道ZF预编码算法,ZF算法也称为迫零算法,它是一种线性编码算法,Z预编码算法的原理是在信道矩阵为方阵时对其直接求逆。当发送端和接收端天线数相同时,信道矩阵是一个复方阵,直接反转信道矩阵就可得到预编码矩阵,预编码矩阵在信号传输过程中与信道矩阵相互抵消,从而维持各用户间的信息相互正交,能够使用户间的干扰被消除。
- 2022-04-01 03:40:32下载
- 积分:1
-
PID控制算法的C语言实现
在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。
- 2022-03-05 01:39:53下载
- 积分:1