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

📄 mtf.odl

📁 我自己寫的攝像頭MTF公式計算程序,可以計算攝像頭的MTF. VC++6.0.
💻 ODL
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -