代码搜索:Implement

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

代码结果 10,000
www.eeworm.com/read/332174/12774672

cpp upview.cpp

// UpView.cpp : 实现文件 // #include "stdafx.h" #include "MapEditor.h" #include "UpView.h" POINT bp; // CUpView IMPLEMENT_DYNCREATE(CUpView, CView) CUpView::CUpView() { } CUpView:
www.eeworm.com/read/245742/12782641

cpp pline.cpp

#include "stdafx.h" #include "DrawShape.h" #include "Draw.h" #include "Pline.h" extern CDrawShapeView* gpCDrawShapeView; extern CGraphPara* gpCGraphPara; IMPLEMENT_SERIAL(CPline,CObject,1)
www.eeworm.com/read/329507/12950602

doxygen driver_wrapper.doxygen

/** \page driver_wrapper Driver wrapper implementation (driver.h, drivers.c) All hardware and driver dependent functionality is in separate C files that implement defined wrapper functions. Other par
www.eeworm.com/read/313151/13595163

java music26.java

// typeinfo/music268/Music268.java // TIJ4 Chapter Typeinfo, Exercise 26, page 615 // Implement clearSpitValve() as described in the summary. /* Solution includes, in same package: * import java
www.eeworm.com/read/313151/13595329

java horrorshow14.java

// innerclasses/HorrorShow14.java // TIJ4 Chapter Innerclasses, Exercise 14, page361 /* Modify interfaces/HorrorShow.java to implement DangerousMonster and * Vampire using anonymous classes. */ i
www.eeworm.com/read/152843/5666234

c irnet_ppp.c

/* * IrNET protocol module : Synchronous PPP over an IrDA socket. * * Jean II - HPL `00 - * * This file implement the PPP interface and /dev/irnet character device. * The PPP in
www.eeworm.com/read/152666/5671043

java ccm_client_contextholder.java

package org.objectweb.ccm.demo3; /** * Generated from IDL definition of interface "CCM_Client_Context" * @author JacORB IDL compiler */ public final class CCM_Client_ContextHolder implement
www.eeworm.com/read/152666/5671134

java ccm_server_contextholder.java

package org.objectweb.ccm.demo3; /** * Generated from IDL definition of interface "CCM_Server_Context" * @author JacORB IDL compiler */ public final class CCM_Server_ContextHolder implement
www.eeworm.com/read/151092/5686516

java imsproxy.java

// IMSProxy.java // IMSProxy interface defines methods that IM services // must implement package com.deitel.advjhtp1.jini.IM.service; //java core packages import java.rmi.RemoteException; /
www.eeworm.com/read/150409/5692938

java ecpointencoder.java

package org.bouncycastle.jce.interfaces; /** * All BC elliptic curve keys implement this interface. You need to * cast the key to get access to it. * * By default BC keys produce encodings wi