毕业设计.odl
来自「神经元网络。可以进行矩阵神经网络计算。MFC写的」· ODL 代码 · 共 43 行
ODL
43 行
// 毕业设计.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 + =
减小字号Ctrl + -
显示快捷键?