代码搜索:Implement

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

代码结果 10,000
www.eeworm.com/read/168924/9888088

c hamming.c

#include "hamming.h" /** hamming.c Implement Hamming(15,11) code Hamming(bitstrm, flag) int *bitstrm data bit stream int flag 0 = ENCODE, 1 = DECODE **/ static void GenParity(
www.eeworm.com/read/363817/9935123

cpp croundarc.cpp

#include"stdafx.h" #include"CRoundArc.h" #include"EastDrawView.h" IMPLEMENT_SERIAL(CRoundArc,CUnit,1) CRoundArc::CRoundArc() { } void CRoundArc::DrawStatic(CDC *pDC) { CPen m_pen; CB
www.eeworm.com/read/363817/9935150

cpp cellipsearc.cpp

#include"stdafx.h" #include"CEllipseArc.h" #include "EastDrawView.h" IMPLEMENT_SERIAL(CEllipseArc,CUnit,1) CEllipseArc::CEllipseArc() { CUnit::Initial(); m_IsDrawingArc=false; m_IsCirCu=false;
www.eeworm.com/read/363204/9965433

cpp logdlg.cpp

// LogDlg.cpp : implementation file // #include "stdafx.h" #include "mc3000.h" #include "LogDlg.h" // LogDlg dialog IMPLEMENT_DYNAMIC(LogDlg, CDialog) LogDlg::LogDlg(BOOL tbValid,CWnd
www.eeworm.com/read/363073/9968841

cpp passcardwnd.cpp

// PassCardWnd.cpp : 实现文件 // #include "stdafx.h" //#include "YZClient.h" #include "Resource.h" #include "PassCardWnd.h" #include ".\passcardwnd.h" // CPassCardWnd IMPLEMENT_DYNAMIC(C
www.eeworm.com/read/363073/9968871

cpp stop.cpp

#include "Stdafx.h" #include "HaveThing.h" #include "ClientGameDlg.h" #include ".\Stop.h" //IMPLEMENT_DYNAMIC(CHaveThing, CAFCBaseDialog) BEGIN_MESSAGE_MAP(CStop, CGameFaceGo) ON_WM_PAINT
www.eeworm.com/read/363072/9969065

cpp stop.cpp

#include "Stdafx.h" #include "HaveThing.h" #include "ClientGameDlg.h" #include ".\Stop.h" //IMPLEMENT_DYNAMIC(CHaveThing, CAFCBaseDialog) BEGIN_MESSAGE_MAP(CStop, CGameFaceGo) ON_WM_PAINT
www.eeworm.com/read/166185/10030395

cpp bmdialog.cpp

// BMDialog.cpp : 实现文件 // #include "stdafx.h" #include "StudentScore.h" #include "BMDialog.h" // CBMDialog 对话框 IMPLEMENT_DYNAMIC(CBMDialog, CDialog) CBMDialog::CBMDialog(CWnd* pParent /
www.eeworm.com/read/360615/10084780

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 "pubkey.h" NAM
www.eeworm.com/read/164660/10098553

java ch7_e7_30.java

import java.awt.*; import java.awt.event.*; public class ch7_e7_30 { public static void main(String args[]) { new MyFrame(); } } class MyFrame extends Frame implement