代码搜索:Implement

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

代码结果 10,000
www.eeworm.com/read/100692/15866963

cpp lisanpoint.cpp

#include "stdafx.h" #include "LiSanPoint.h" IMPLEMENT_DYNCREATE(LiSanPoint,CObject) LiSanPoint::LiSanPoint() //LiSanPoint( ) { x=0; y=0; count++; } LiSanPoint::~LiSanPoin
www.eeworm.com/read/100613/15868754

txt rfc2559.txt

Network Working Group S. Boeyen Request for Comments: 2559 Entrust Updates: 1778
www.eeworm.com/read/339491/12230299

h bca_types.h

/* * Copyright (c) 2004, Open Crypto Services Group * All rights reserved. * * 文件名称:bjcapp_types.h * * 当前版本:1.0 * 作 者: * 创建日期:2004年2月1日 * 主要修改说明: * * 历史信息: * * 版本:1.0 * 作者: * 日期:20
www.eeworm.com/read/191767/8423588

java graphic.java

/** * A graphic interface that proxy and real object should implement * so a proxy can proxy several real object */ public interface Graphic { public abstract void Draw(); }
www.eeworm.com/read/390183/8479740

c snprintf.c

/* * snprintf() * * Implement snprintf() in terms of vsnprintf() */ #include "compiler.h" #include #include #include #include "nasmlib.h" int snpr
www.eeworm.com/read/187909/8592318

ptf tba_2470.ptf

[tba_2472] Design Entry Utilities=false Fit=true Generate Programming File=false Implement Design=true Synthesize=false User Constraints=true [ttb2470.ucf] User Constraints=true
www.eeworm.com/read/432289/8614173

cpp cppcheck.cpp

//: C19:Cppcheck.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Configures .H & .CPP files // To conform
www.eeworm.com/read/387787/8653800

plg main.plg

Build Log --------------------Configuration: main - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\msl\LOCA
www.eeworm.com/read/287962/8657047

txt 是用atl开发支持事件的组件.txt

作者:rick1126 email: rickzhang@sina.com 日期:7/7/2001 6:31:58 PM 方法之一: 使用传统的回调函数方式, 区别在于前者需要客户端传递一个实现函数的指针, 后者则需要传递一个服务端公开的回调接口. 限制条件: 1. 使用前绑定 2. 虽然函数实现在客户端, 不过服务端除了在IDL里面声明方法
www.eeworm.com/read/284998/8878233

cpp cppcheck.cpp

//: C02:Cppcheck.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Configures .h & .cpp files //