bp算法.idl

来自「bp算法实现」· IDL 代码 · 共 21 行

IDL
21
字号
// bp算法.idl : IDL source for bp算法.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (bp算法.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(5B8AEC81-6B25-40C3-80AB-71BB5DD082D1),
	version(1.0),
	helpstring("bp算法 1.0 Type Library")
]
library BPLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

};

⌨️ 快捷键说明

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