代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/272659/10950103
cpp childfrm.cpp
// ChildFrm.cpp : CChildFrame 类的实现
//
#include "stdafx.h"
#include "HomeManage.h"
#include "ChildFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CChildFrame
IMPLEMENT_DYNCREATE
www.eeworm.com/read/216630/6966238
cpp httpex~1.cpp
// HttpExpDoc.cpp : CHttpExpDoc 类的实现
//
#include "stdafx.h"
#include "HttpExp.h"
#include "HttpExpDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CHttpExpDoc
IMPLEMENT_DYNCR
www.eeworm.com/read/468873/6980904
cpp downdata.cpp
// DownData.cpp : 实现文件
//
#include "stdafx.h"
#include "PerfectParticle.h"
#include "DownData.h"
#include ".\downdata.h"
// CDownData 对话框
IMPLEMENT_DYNAMIC(CDownData, CDialog)
CDownDat
www.eeworm.com/read/466142/7039610
m dist_transform.m
function [out,location]=dist_transform(cost_function,x_multiply,y_multiply,z_multiply)
%
% Wrapper function for the distance transform
% Depending on the size of cost_function it will implement 1,2,
www.eeworm.com/read/465716/7052455
py statedemo.py
#: c04:StateDemo.py
# Simple demonstration of the State pattern.
class State_d:
def __init__(self, imp):
self.__implementation = imp
def changeImp(self, newImp):
self.__implement
www.eeworm.com/read/463608/7177420
cpp caredit.cpp
// CarEdit.cpp : 实现文件
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "CarEdit.h"
// CCarEdit 对话框
IMPLEMENT_DYNAMIC(CCarEdit, CDialog)
CCarEdit::CCarEdit(CWnd* pParent /*=N
www.eeworm.com/read/463608/7177422
cpp childfrm.cpp
// ChildFrm.cpp : CChildFrame 类的实现
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "ChildFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CChildFrame
IMPLEMENT_DYNCRE
www.eeworm.com/read/463608/7177451
cpp stufflist.cpp
// StuffList.cpp : 实现文件
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "StuffList.h"
#include "EditStuff.h"
// CStuffList 对话框
IMPLEMENT_DYNAMIC(CStuffList, CDialog)
CStuffL
www.eeworm.com/read/463608/7177478
cpp usercost.cpp
// UserCost.cpp : 实现文件
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "UserCost.h"
#include "PowerUserCost.h"
// CUserCost 对话框
IMPLEMENT_DYNAMIC(CUserCost, CDialog)
CUserCo
www.eeworm.com/read/463608/7177490
cpp empselect.cpp
// EmpSelect.cpp : 实现文件
//
#include "stdafx.h"
#include "ProjectManage.h"
#include "EmpSelect.h"
#include "ADODB.h"
// CEmpSelect 对话框
IMPLEMENT_DYNAMIC(CEmpSelect, CDialog)
CEmpSelect: