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

📄 毕业设计.odl

📁 神经元网络。可以进行矩阵神经网络计算。MFC写的
💻 ODL
字号:
// 毕业设计.odl : type library source for 毕业设计.exe

// This file will be processed by the MIDL compiler to produce the
// type library (毕业设计.tlb).

[ uuid(5BE2F3C9-A9DF-4BC3-ACCC-8EB8F303D5ED), version(1.0) ]
library My
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CMyDoc
	
	[ uuid(8AE769E5-97EE-4C13-ABDE-47FD9FE8E2FF) ]
	dispinterface IMy
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CMyDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CMyDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CMyDoc
	
	[ uuid(F80B20F8-D005-42CB-BCDF-B46E8F66BEDD) ]
	coclass My
	{
		[default] dispinterface IMy;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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