dsmoudle.bas
来自「上传个模糊聚类代码」· BAS 代码 · 共 13 行
BAS
13 行
Attribute VB_Name = "DSMoudle"
Public Type Bucket
mArr() As Integer
mCount As Integer
End Type
Public Type setPoint
x As Integer
y As Integer
elementNum As Integer
End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?