-
小波去噪
小波去噪的一个程序,我网上下的,里面是对小波思想的一个应用,利用小波变换对图像进行去噪处理
- 2022-03-20 03:42:10下载
- 积分:1
-
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。...
这个程序是标准的BP神经网络,可以调整输入、输出和隐曾的维数。-this procedure is the standard BP neural network, can be adjusted input, output and has the implicit dimension.
- 2023-05-19 21:15:03下载
- 积分:1
-
与干扰
With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of the LMS algorithm
- 2023-03-06 19:50:03下载
- 积分:1
-
火焰识别程序
可以识别图片中火焰区域,目前支持jpg和bmp格式图片。主要根据火焰的颜色来识别,同时结合火焰的边缘轮廓特征。对于视频中的火焰识别,已经在界面中添加了接口,后续还需要完善,识别的算法是一样的,需要解析视频后,将每一帧作为一个单独的图片来识别
- 2022-06-21 10:47:02下载
- 积分:1
-
Dijkstra算法最短距离求解(MATLAB)
资源描述本文件详细介绍了最短距离的求解过程,并包含了多个Dijkstra算法程序的主函数,在MATLAB平台上对其进行了仿真测试,测试结果显示,算法是可行有效的。
- 2022-08-20 11:41:43下载
- 积分:1
-
一个求素数个数的程序 算pi(1000000000)不要1秒每个块如果10 0000, 需要 < 100000次全搜索加上8000 * 8000 <...
一个求素数个数的程序 算pi(1000000000)不要1秒每个块如果10 0000, 需要 < 100000次全搜索加上8000 * 8000 < 6400 0000 总的次数小于7000 0000,就是说,搜索次数大大降低-for a few number-counting procedures pi (1000000000) not a second of each block of 10 0000, the need lt; Search 100,000 plenary with 8,000* 8,000 lt; 6400 0000 total is less than the number 7000 0000, that is to say, greatly reducing the number of search
- 2022-03-22 17:01:12下载
- 积分:1
-
一个中值滤波程序
一个中值滤波程序-a median filter programme
- 2022-07-23 01:49:47下载
- 积分:1
-
关于数值计算中插值的一个文档。讲得简明扼要,是学习插值法的一个很好的参考。...
关于数值计算中插值的一个文档。讲得简明扼要,是学习插值法的一个很好的参考。-Numerical calculation of interpolation on a document. Put it succinctly, is to learn from interpolation of a good reference.
- 2022-01-25 20:31:19下载
- 积分:1
-
编译原理实验LL1文法判断C语言实现
应用背景编译原理实验中的LL1文法判断,输入文法,分为可推出空判断、first集、follow集、select集的计算,最后判断是否是LL1文法。代码有注释,各模块功能齐全。关键技术用到了一些C库函数,代码还可进行精简,注重代码重用,阅读容易。
- 2022-06-18 06:44:54下载
- 积分:1
-
归并排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用合并排序算法进行排序。
- 2022-08-13 23:57:35下载
- 积分:1