代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/287096/4029795
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/285378/4053527
cpp textdemodoc.cpp
// TextDemoDoc.cpp : CTextDemoDoc 类的实现
//
#include "stdafx.h"
#include "TextDemo.h"
#include "TextDemoDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CTextDemoDoc
IMPLEMENT_
www.eeworm.com/read/285378/4053622
cpp menudemodoc.cpp
// MenuDemoDoc.cpp : CMenuDemoDoc 类的实现
//
#include "stdafx.h"
#include "MenuDemo.h"
#include "MenuDemoDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMenuDemoDoc
IMPLEMENT_
www.eeworm.com/read/274483/4186269
c memory.c
/*
* system.c: implement the routes used to access memory under
* DEBUG state.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
#include "../types.h"
#
www.eeworm.com/read/273740/4193903
c semaphore.c
/*
* Generic semaphore code. Buyer beware. Do your own
* specific changes in
*/
#include
#include
/*
* Semaphores are implement
www.eeworm.com/read/273740/4195452
c semaphore.c
/*
* Generic semaphore code. Buyer beware. Do your own
* specific changes in
*/
#include
#include
/*
* Semaphores are implement
www.eeworm.com/read/273740/4195541
c semaphore.c
/*
* Generic semaphore code. Buyer beware. Do your own
* specific changes in
*/
#include
#include
/*
* Semaphores are implement
www.eeworm.com/read/273740/4195610
c ip27-rtc.c
/*
* Driver for the SGS-Thomson M48T35 Timekeeper RAM chip
*
* Real Time Clock interface for Linux
*
* TODO: Implement periodic interrupts.
*
* Copyright (C) 2000 Silicon Graphics, Inc.
* Wri
www.eeworm.com/read/273740/4197804
c shmiq.c
/*
* shmiq.c: shared memory input queue driver
* written 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
*
* We implement /dev/shmiq, /dev/qcntlN here
* this is different from IRIX that has shmiq a
www.eeworm.com/read/446867/1708742
cpp guidoc.cpp
// GUIDoc.cpp : implementation of the CGUIDoc class
//
#include "stdafx.h"
#include "GUI.h"
#include "GUIDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CGUIDoc
IMPLEMENT_DYN