代码搜索:math

找到约 10,000 项符合「math」的源代码

代码结果 10,000
www.eeworm.com/read/356274/10232741

rgs math.rgs

HKCR { Chapter6.Math.1 = s 'Math Class' { CLSID = s '{DCA4F88F-4952-11D1-883A-444553540000}' } Chapter6.Math = s 'Math Class' { CurVer = s 'Chapter6.Math.1' CLSID = s '{DCA4F88F-49
www.eeworm.com/read/356274/10232754

cpp math.cpp

// // Math.cpp // // #include #include #include #include #include #include "math.h" // // Math class implementation // // Con
www.eeworm.com/read/356274/10232760

h math.h

// // Math.h // // access to the global variables extern DWORD g_dwObjs; extern DWORD g_dwLocks; DEFINE_GUID( CLSID_Math, 0xA988BD40,0x9F1A,0x11CE,0x8B,0x9F,0x10,0x00,0x5A,0xF
www.eeworm.com/read/356274/10232775

cpp math.cpp

// // Math.cpp // // #include #include "DualServer.h" #include "math.h" // // Math class implementation // // Constructors Math::Math() { m_dwRef = 0; } Math::~
www.eeworm.com/read/356274/10232781

h math.h

// // Math.h // // access to the global variables extern DWORD g_dwObjs; extern DWORD g_dwLocks; const DISPID_ADD = 1; const DISPID_SUBTRACT = 2; const DISPID_MULTIPLY = 3; const DISPI
www.eeworm.com/read/356274/10232842

cpp math.cpp

// // Math.cpp : Implementation of CMath // #include "stdafx.h" #include "Chapter10_Server.h" #include "Math.h" /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/356274/10232843

h math.h

// // Math.h : Declaration of the CMath // #ifndef __MATH_H_ #define __MATH_H_ #include "resource.h" // main symbols typedef enum mathOPERATOR { mathAdd, mathSubtract, m
www.eeworm.com/read/356274/10232858

rgs math.rgs

HKCR { Chapter10.Math.1 = s 'Math Class' { CLSID = s '{EBFEC173-67FA-11D1-B5F9-0004ACFF171C}' } Chapter10.Math = s 'Math Class' { CurVer = s 'Chapter10.Math.1' } NoRemove CLSID
www.eeworm.com/read/356274/10232868

cpp math.cpp

// Math.cpp : Implementation of CMath #include "stdafx.h" #include "Chapter10_BothServer.h" #include "Math.h" ///////////////////////////////////////////////////////////////////////////// // CM
www.eeworm.com/read/356274/10232869

h math.h

// Math.h : Declaration of the CMath #ifndef __MATH_H_ #define __MATH_H_ #include "resource.h" // main symbols //////////////////////////////////////////////////////////////////////