mtf.odl
来自「我自己寫的攝像頭MTF公式計算程序,可以計算攝像頭的MTF. VC++6.0.」· ODL 代码 · 共 43 行
ODL
43 行
// MTF.odl : type library source for MTF.exe
// This file will be processed by the MIDL compiler to produce the
// type library (MTF.tlb).
[ uuid(996EEF1D-C793-4108-9837-F9B717B42F05), version(1.0) ]
library MTF
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CMTFDoc
[ uuid(9B86A2D0-4570-40ED-9FB6-6D3C194CC6F9) ]
dispinterface IMTF
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMTFDlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMTFDlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CMTFDoc
[ uuid(C4528F62-12BE-4E96-913D-B83C7A0ECA86) ]
coclass MTF
{
[default] dispinterface IMTF;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?