-
enfcm
说明: Szilagyi等人提出的EnFCM算法加快了灰度图像的聚类过程。通过对像素点及其8邻域像素的线性加权求和预处理原图像,形成了从原始图像到其局部的邻域像素的平均图像。由于像素的灰度级值一般是8位分辨率(256级灰度),M级灰度值的编码一般比像素点大小为N的值小很多。因此,执行时间明显减少。(The enfcm algorithm proposed by szilagyi et al. Accelerates the clustering process of gray images. Through the linear weighted sum of pixels and their 8 neighborhood pixels, the average image from the original image to its local neighborhood pixels is formed. Because the gray level value of a pixel is generally 8-bit resolution (256 gray level), the coding of M-level gray level value is generally much smaller than the value of pixel size n. As a result, execution time is significantly reduced.)
- 2021-04-12 15:18:57下载
- 积分:1
-
Cycliccodes
cyclic coding powerpoint
- 2010-05-18 21:08:34下载
- 积分:1
-
OulierDetection_Matlab-master
说明: 一种基于局部密度的离群检测方法,一篇神经计算期刊的源代码,转自GitHub(An outlier detection method based on local density, a source code of a neural computing journal, transferred from GitHub)
- 2020-12-20 13:29:10下载
- 积分:1
-
69491736ZBDYY_CSharp
说明: C#小程序仅供参考,学习使用 ,内容丰富(C# small program for reference only, learning and use, rich in content)
- 2020-06-19 08:20:02下载
- 积分:1
-
简单的helloworld程序,使用c编写。保证是所有程序员都倍感亲切的程序。...
简单的helloworld程序,使用c编写。保证是所有程序员都倍感亲切的程序。-A simple helloworld program using c write.
- 2022-07-24 09:27:11下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
新建压缩(zipped)文件夹
说明: 对振动信号进行处理,提高信噪比,便于监测(Preprocess the vibration signal to improve the signal-to-noise ratio and facilitate monitoring)
- 2020-08-19 15:50:22下载
- 积分:1
-
采用网格地图SLAM算法,基于Rao
采用网格地图SLAM算法,基于Rao-Blackwellized的粒子滤波器-GridSLAM is an easy to use and understand Rao-Blackwellized particle filer to learn grid maps from laser range data.
- 2022-03-20 02:12:39下载
- 积分:1
-
proteus大作业
说明: protues实现基于STC89C52的音乐播放以及LCD显示,并且可以通过USART命令控制LED灯的亮灭,适合初学者以及大学生进行实践学习,对应的keil代码已经上传,对于代码的编写格式和内部语句有详细注释,简单直观。(protues realizes music playing and LCD display based on STC89C52, and can control LED lights on and off through USART command. It is suitable for beginners and college students to practice and learn. It has detailed comments on the coding format and internal statements, which is simple and intuitive.)
- 2020-06-10 19:08:43下载
- 积分:1
-
diveintopython-pdf-5.4
dive into python book for linux
- 2019-03-10 12:49:11下载
- 积分:1