⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 curvefit_idl_i.c

📁 用MATLAB函数进行非线性拟合
💻 C
字号:
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Mon Oct 13 10:02:29 2008
 */
/* Compiler settings for D:/MATLAB7/work/curvefit//src\curvefit_idl.idl:
    Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID IID_ICurvefit = {0xDC666771,0xC4AA,0x4488,{0xAD,0x8D,0x86,0x59,0x1A,0xC1,0xBA,0xF8}};


const IID LIBID_Curvefit = {0x0962AB3B,0xE46C,0x4CD3,{0xBC,0x85,0x6A,0xD9,0xA3,0x3B,0xC5,0x9A}};


const CLSID CLSID_Curvefit = {0x01B1C0AF,0xC90D,0x4D56,{0x80,0x5D,0x05,0xD0,0x61,0xDC,0x5C,0x60}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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