代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6230850
c irnet_irda.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the IRDA interface of IrNET.
* Basically, we sit on top of IrTT
www.eeworm.com/read/286179/6290168
cpp dlgmsgrevstus.cpp
// DlgMsgRevStus.cpp : 实现文件
//
#include "stdafx.h"
#include "QueryTerminal.h"
#include "DlgMsgRevStus.h"
#include ".\dlgmsgrevstus.h"
// CDlgMsgRevStus 对话框
IMPLEMENT_DYNAMIC(CDlgMsgRevS
www.eeworm.com/read/473081/6303598
cpp dialogipaddr.cpp
// DialogIPAddr.cpp : 实现文件
//
#include "stdafx.h"
#include "SMTest1.h"
#include "DialogIPAddr.h"
// CDialogIPAddr 对话框
IMPLEMENT_DYNAMIC(CDialogIPAddr, CDialog)
CDialogIPAddr::CDialogI
www.eeworm.com/read/206831/6327452
cpp settingdlg.cpp
// SettingDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "cantest.h"
#include "SettingDlg.h"
// CSettingDlg 对话框
IMPLEMENT_DYNAMIC(CSettingDlg, CDialog)
CSettingDlg::CSettingDlg(CWnd*
www.eeworm.com/read/486736/6525924
h rsa.h
#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
This file contains classes that implement the RSA
ciphers and signature schemes as defined in PKCS #1 v2.0.
*/
#include "pkcspad.h"
www.eeworm.com/read/486385/6540757
txt mc8051_ram_readme.txt
The following files were generated for 'mc8051_ram' in directory
E:\vhdl\f8051:
mc8051_ram.edn:
Electronic Data Netlist (EDN) file containing the information
required to implement the mod
www.eeworm.com/read/481041/6656713
cpp inputdialog.cpp
// InputDialog.cpp : 实现文件
//
#include "stdafx.h"
//#include "Qifa.h"
#include "InputDialog.h"
// CInputDialog 对话框
IMPLEMENT_DYNAMIC(CInputDialog, CDialog)
CInputDialog::CInputDialog(CWn
www.eeworm.com/read/478844/6704930
cpp addcustomer.cpp
// AddCustomer.cpp : 实现文件
//
#include "stdafx.h"
#include "AddCustomer.h"
#include "myhead.h"
extern _ConnectionPtr pMyConnect;
// CAddCustomer 对话框
IMPLEMENT_DYNAMIC(CAddCustomer, CDialog
www.eeworm.com/read/478844/6705007
cpp addcontact.cpp
// AddContact.cpp : 实现文件
//
#include "stdafx.h"
#include "AddContact.h"
extern CString str_customername;
extern _ConnectionPtr pMyConnect;
// CAddContact 对话框
IMPLEMENT_DYNAMIC(CAddConta
www.eeworm.com/read/478118/6720379
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