zerchfa.idl

来自「一个最小二乘法的拟合数据的小程序」· IDL 代码 · 共 19 行

IDL
19
字号

	// Zerchfa.idl : IDL source for Zerchfa.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Zerchfa.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(D27C98EB-097D-4612-9074-2003DD54FB5B),
	version(1.0),
	helpstring("Zerchfa 1.0 Type Library")
]
library ZerchfaLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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