kalmand.def

来自「微软的基于HMM的人脸识别原代码, 非常经典的说」· DEF 代码 · 共 22 行

DEF
22
字号
;///////////////////////////////////////////////////////////////////////////////////////
;
;                      INTEL CORPORATION PROPRIETARY INFORMATION
;         This software is supplied under the terms of a license agreement or
;         nondisclosure agreement with Intel Corporation and may not be copied
;         or disclosed except in accordance with the terms of that agreement.
;               Copyright (c) 1999 Intel Corporation. All Rights Reserved.
;
;    RCS:
;       $Source:   Kalman.def
;       $Revision: 00.00.01$
;       $Purpose:  Kalman filter main file.


LIBRARY		  Kalmand.ax
DESCRIPTION	  'Kalman Filter'
EXPORTS
               DllGetClassObject PRIVATE
		       DllCanUnloadNow PRIVATE
		       DllRegisterServer PRIVATE
		       DllUnregisterServer PRIVATE

⌨️ 快捷键说明

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