代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/164660/10098571
java ch7_e7_31.java
import java.awt.*;
import java.awt.event.*;
public class ch7_e7_31
{
public static void main(String args[])
{
new MyFrame();
}
}
class MyFrame extends Frame implement
www.eeworm.com/read/359751/10125986
c bios.c
/* bios.c - implement C part of low-level BIOS disk input and output */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2003,2004 Free Software Foundation, Inc.
*
* This prog
www.eeworm.com/read/359577/10136051
h rw.h
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
This file contains classes that implement the
Rabin-Williams signature schemes as defined in IEEE P1363.
*/
#include "integer.h"
#inc
www.eeworm.com/read/163267/10167909
cpp fileviewdlg.cpp
// FileViewDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "ULExplorer.h"
#include "FileViewDlg.h"
#include "FSSigleton.h"
#include "SystemInfoView.h"
IMPLEMENT_DYNAMIC(CHexEdit, CXTHexEdi
www.eeworm.com/read/358692/10181772
java loginui.java
package MYclass;
import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
public class LoginUI implement
www.eeworm.com/read/358690/10181799
java loginui.java
package MYclass;
import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
public class LoginUI implement
www.eeworm.com/read/358682/10182119
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/355394/10269236
cpp logindlg.cpp
// LoginDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "PokerZemindar.h"
#include "LoginDlg.h"
// CLoginDlg 对话框
IMPLEMENT_DYNAMIC(CLoginDlg, CDialog)
CLoginDlg::CLoginDlg(CWnd* pParen
www.eeworm.com/read/280970/10276155
h rankboost.h
/**
rankboost.h: efficiently implement the RankBoost
algorithm (Freund et al. 2003) for ordinal regression
(c) 2006-2007 Hsuan-Tien Lin
**/
#ifndef __LEMGA_AGGRANK_RANKBOOST_H__
#define __LE
www.eeworm.com/read/280970/10276203
cpp orboost.cpp
/**
orboost.cpp: implement the ORBoost algorithm (Lin and Li 2006)
for ordinal regression
(c) 2006-2007 Hsuan-Tien Lin
**/
#include
#include
#include "orboost.h"
REGISTER