代码搜索:IMPLEMENT
找到约 10,000 项符合「IMPLEMENT」的源代码
代码结果 10,000
www.eeworm.com/read/134149/14003749
vhd dpm.vhd
--
-- File dpm.vhd (dual ported memory)
-- Author : Richard Herveille
-- rev. 0.1 May 17th, 2001 : Initial release
--
-- fifo_dc uses this entity to implement the dual ported RAM of the fifo.
-
www.eeworm.com/read/236164/14030079
cpp checkbutton.cpp
// CheckButton.cpp : 实现文件
//
#include "stdafx.h"
#include "YT.h"
#include "CheckButton.h"
#include ".\checkbutton.h"
#include "YTDlg.h"
#include
// CCheckButton
IMPLEMENT
www.eeworm.com/read/236067/14033531
s43 msp430x11x1_r2r.s43
;******************************************************************************
; MSP430x11x1 Demo - Software Output 6-Bit R2R DAC
;
; Description: Implement a 6-bit DAC using 6 P2.x outputs an
www.eeworm.com/read/235443/14071744
cpp gpsguidoc.cpp
#include "stdafx.h"
#include "GPSGuiDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNCREATE(CGPSGuiDoc, CDocument)
BEGI
www.eeworm.com/read/204387/15340636
cpp label.cpp
// Label.cpp : 实现文件
//
#include "stdafx.h"
#include "Label.h"
// CLabel
IMPLEMENT_DYNAMIC(CLabel, CStatic)
CLabel::CLabel()
{
m_crText = GetSysColor(COLOR_WINDOWTEXT);
m_hBrush
www.eeworm.com/read/201179/15414841
c md5.c
/* let's try to implement the md5 algorithm without looking at the
reference code... (so that this can become public domain) */
/* I only read http://en.wikipedia.org/wiki/MD5
and of course the
www.eeworm.com/read/200358/15435016
cpp label.cpp
// Label.cpp : 实现文件
//
#include "stdafx.h"
#include "Label.h"
// CLabel
IMPLEMENT_DYNAMIC(CLabel, CStatic)
CLabel::CLabel()
{
m_crText = GetSysColor(COLOR_WINDOWTEXT);
m_hBrush
www.eeworm.com/read/113322/15464870
cpp label.cpp
// Label.cpp : 实现文件
//
#include "stdafx.h"
#include "Label.h"
// CLabel
IMPLEMENT_DYNAMIC(CLabel, CStatic)
CLabel::CLabel()
{
m_crText = GetSysColor(COLOR_WINDOWTEXT);
m_hBrush
www.eeworm.com/read/112857/15475653
cpp lmideardlg.cpp
// LmIdearDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "LmCrypt.h"
#include "LmIdearDlg.h"
#include "lmidear.h"
// CLmIdearDlg 对话框
IMPLEMENT_DYNAMIC(CLmIdearDlg, CDialog)
CLmIdearDlg
www.eeworm.com/read/112857/15475664
cpp lmcryptdoc.cpp
// LmCryptDoc.cpp : CLmCryptDoc 类的实现
//
#include "stdafx.h"
#include "LmCrypt.h"
#include "LmCryptDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CLmCryptDoc
IMPLEMENT_DYNCR