pattern.idl
来自「本程序中列举了数字图象模式识别领域中的常用程序,可以在其基础上进行图象处理.」· IDL 代码 · 共 19 行
IDL
19 行
// Pattern.idl : IDL source for Pattern.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Pattern.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(F4CE362B-9814-4450-85D7-762ED2E8FE42),
version(1.0),
helpstring("Pattern 1.0 Type Library")
]
library PatternLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?