functionincsharp.txt
来自「基于matlab编程」· 文本 代码 · 共 14 行
TXT
14 行
[ DllImport( "rootslib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void rootslibInitialize();
[ DllImport( "rootslib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void rootslibTerminate();
[ DllImport( "rootslib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void mlfMyfzero(int nargout, ref IntPtr x
, IntPtr strfunc, IntPtr x0);
[ DllImport( "rootslib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void mlfMyroots(int nargout, ref IntPtr r, IntPtr c);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?