functionincsharp.txt
来自「MATLAB C# Book. This book is a great tut」· 文本 代码 · 共 17 行
TXT
17 行
[ DllImport( "odelib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void odelibInitialize();
[ DllImport( "odelib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void odelibTerminate();
[ DllImport( "odelib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void mlfMyode45firstorder(int nargout, ref IntPtr t
, ref IntPtr y, IntPtr strfunc
, IntPtr tspan, IntPtr y0);
[ DllImport( "odelib.dll ", CallingConvention = CallingConvention.Cdecl)]
public static extern void mlfMyode45secondorder(int nargout, ref IntPtr t
, ref IntPtr y, IntPtr strfunc
, IntPtr tspan, IntPtr y0);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?