module1.bas
来自「A implementation of the discrete Fourier」· BAS 代码 · 共 5 行
BAS
5 行
Attribute VB_Name = "module1"
Public FuncGen As New FunctionGenerator
Public impulse_response(32) As Double
Public outputarray(544)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?