2level.idl
来自「遗传自适应算法的源代码」· IDL 代码 · 共 19 行
IDL
19 行
// 2level.idl : IDL source for 2level.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (2level.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(0FEA9BA8-DDB5-41A3-BF70-7674D4FCDCB5),
version(1.0),
helpstring("2level 1.0 Type Library")
]
library My2levLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?