📄 functionincsharp.txt
字号:
[ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -