代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/287580/8680413
cpp math.cpp
//
// Math.cpp
//
//
#include
#include
#include
#include
#include
#include "math.h"
//
// Math class implementation
//
// Con
www.eeworm.com/read/287580/8680430
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/287580/8680480
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/287580/8680502
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/287580/8680699
cpp math.cpp
//
// Math.cpp : Implementation of CMath
//
#include "stdafx.h"
#include "Chapter10_Server.h"
#include "Math.h"
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/287580/8680702
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/287580/8680754
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/287580/8680788
cpp math.cpp
// Math.cpp : Implementation of CMath
#include "stdafx.h"
#include "Chapter10_BothServer.h"
#include "Math.h"
/////////////////////////////////////////////////////////////////////////////
// CM
www.eeworm.com/read/287580/8680791
h math.h
// Math.h : Declaration of the CMath
#ifndef __MATH_H_
#define __MATH_H_
#include "resource.h" // main symbols
//////////////////////////////////////////////////////////////////////
www.eeworm.com/read/287580/8680838
rgs math.rgs
HKCR
{
Chapter10.BothMath.1 = s 'Math Class'
{
CLSID = s '{F7435693-6868-11D1-8012-000000000000}'
}
Chapter10.BothMath = s 'Math Class'
{
CurVer = s 'Chapter10.BothMath.1'
}
NoRem