代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/332899/12718124
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/243981/12902144
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/243539/12935225
m camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, T)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D world
www.eeworm.com/read/141877/12980137
cpp mydoc.cpp
#include
#include "disk.h"
#include "mydoc.h"
#include "myview.h"
IMPLEMENT_DYNCREATE ( mydoc, CDocument )
disk* mydoc::getdiskobject( )
{
return &ds ;
}
BOOL mydoc::OnOpenD
www.eeworm.com/read/327421/13079466
java dbcontroler.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;
public class DBControler implement
www.eeworm.com/read/139294/13164280
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/325151/13223073
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/240310/13226027
cpp pingoptdlg.cpp
// PingOptDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "ICMPProtocol.h"
#include "PingOptDlg.h"
// CPingOptDlg 对话框
IMPLEMENT_DYNAMIC(CPingOptDlg, CDialog)
CPingOptDlg::CPingOptDlg(CWn
www.eeworm.com/read/138071/13267706
java transactionprovider.java
//Source file: c:\\test\\cc\\realmap\\lib\\transactionProvider.java
package com.gzrealmap.oa.db;
import com.gzrealmap.lib.jdbc.JDBCUtil;
/**
** This class implement the id/class mapping in a sim
www.eeworm.com/read/136565/13301256
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement