代码搜索:IMPLEMENTATION
找到约 10,000 项符合「IMPLEMENTATION」的源代码
代码结果 10,000
www.eeworm.com/read/375657/9354093
h ntsharesdemo.h
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
// CSharesDemoApp:
// See SharesDemo.cpp for t
www.eeworm.com/read/280448/10329137
cpp tutor.cpp
// Tutor.cpp: implementation of the CTutor class.
//
//////////////////////////////////////////////////////////////////////
#include "Tutor.h"
MYHEAP_IMPLEMENTATION(CTutor, s_heap)
////////
www.eeworm.com/read/280448/10329830
cpp friend.cpp
// Friend.cpp: implementation of the CFriend class.
//
//////////////////////////////////////////////////////////////////////
#include "AllMsg.h"
#include "Friend.h"
#include "User.h"
MYHEAP
www.eeworm.com/read/421301/10743241
h demo.h
//济南海硕科技有限公司目前拥有一套具有自主知识产权的,既可以面向终端用户,也可以面向二次开发用户的嵌入式应用平台。
//对于终端用户,海硕公司可以根据用户的需求,为其量身定做WinCE下的应用软件。
//对于二次开发用户,海硕公司可以提供最大程度上的技术支持。
//另外海硕公司还对外承接项目工程。
//联系电话:15106930064 15866616892
...
www.eeworm.com/read/420605/10787173
h md5.h
/*
* ============================================================================
* File name: Md5.h
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Description:
* Implement
www.eeworm.com/read/420605/10787307
cpp md5.cpp
/*
* ============================================================================
* File name: Md5.cpp
* Part of : Icq7
* Created : 09.06.2006 by Maksim Nazarenko
* Description:
* Impleme
www.eeworm.com/read/140727/5782241
h algorithmcontainer.h
// file: $isip/class/algo/AlgorithmContainer/AlgorithmContainer.h
// version: $Id: AlgorithmContainer.h,v 1.7 2002/06/29 18:05:01 picone Exp $
//
// make sure definitions are only made once
//
#ifnde
www.eeworm.com/read/140727/5782251
h displaydata.h
// file: $isip/class/algo/DisplayData/DisplayData.h
// version: $Id: DisplayData.h,v 1.5 2002/07/01 20:55:59 picone Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_DISPLAY_DATA
#
www.eeworm.com/read/140727/5782281
h mask.h
// file: $isip/class/algo/Mask/Mask.h
// version: $Id: Mask.h,v 1.21 2002/07/03 03:04:17 picone Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_MASK
#define ISIP_MASK
// isip in
www.eeworm.com/read/124166/14592285
java bridgestructure.java
//: bridge:BridgeStructure.java
// A demonstration of the structure and operation
// of the Bridge Pattern.
package bridge;
import junit.framework.*;
class Abstraction {
private Implementati