functionincsharp.txt

来自「基于matlab编程」· 文本 代码 · 共 19 行

TXT
19
字号
[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void fftlibInitialize(); 

[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void fftlibTerminate(); 

[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void mlfMyfft(int nargout, ref IntPtr Y, IntPtr X);

[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void mlfMyifft(int nargout, ref IntPtr Y, IntPtr X);

[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void mlfMyfft2(int nargout, ref IntPtr Y, IntPtr X);

[ DllImport( "fftlib.dll ", CallingConvention = CallingConvention.Cdecl)] 
public static extern void mlfMyifft2(int nargout, ref IntPtr Y, IntPtr X);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?