代码搜索:IMPLEMENT

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

代码结果 10,000
www.eeworm.com/read/187788/5215744

h scope_rt.h

#ifndef HALSC_RT_H #define HALSC_RT_H /** This file, 'halsc_rt.h', contains declarations used by 'halscope_rt.c' to implement the real-time portion of the HAL oscilloscope. Declarations that
www.eeworm.com/read/187332/5224651

c kill.c

/* * * $Id: kill.c,v 1.4 2004/08/24 08:58:29 janakj Exp $ * * in this file, we implement the ability to send a kill signal to * a child after some time; its a quick ugly hack, for example kill *
www.eeworm.com/read/181123/5278783

cpp dialogchange.cpp

// DialogChange.cpp : 实现文件 // #include "stdafx.h" #include "通讯簿2.0.h" #include "DialogChange.h" // CDialogChange 对话框 IMPLEMENT_DYNAMIC(CDialogChange, CDialog) CDialogChange::CDialogChan
www.eeworm.com/read/181123/5278786

cpp dialogdelete.cpp

// DialogDelete.cpp : 实现文件 // #include "stdafx.h" #include "通讯簿2.0.h" #include "DialogDelete.h" // CDialogDelete 对话框 IMPLEMENT_DYNAMIC(CDialogDelete, CDialog) CDialogDelete::CDialogDele
www.eeworm.com/read/178758/5314514

h ldtmanag.h

/* FD32 LDT Management Services * by Salvo Isaja & Luca Abeni * * This header is intented to implement the FD32 Flat Programming Interface */ #include /* for basic data types
www.eeworm.com/read/172514/5386319

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/162614/5526243

f90 flush_1.f90

! { dg-do run } ! PR 22390 Implement flush statement program flush_1 character(len=256) msg integer ios open (unit=10, access='SEQUENTIAL', status='SCRATCH') write (10, *) 42 flush 1
www.eeworm.com/read/349537/3143851

cpp bookquerydlg.cpp

// BookQueryDlg.cpp : 实现文件 // #include "stdafx.h" #include "library.h" #include "book.h" #include "BookQueryDlg.h" // BookQueryDlg 对话框 IMPLEMENT_DYNAMIC(BookQueryDlg, CDialog) BookQu
www.eeworm.com/read/349333/3145381

cpp aclockdoc.cpp

// AClockDoc.cpp : CAClockDoc 类的实现 // #include "stdafx.h" #include "AClock.h" #include "AClockDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CAClockDoc IMPLEMENT_DYNCREATE(
www.eeworm.com/read/349322/3145753

java mysqltaccountdao.java

package dao.product.mysql; import java.sql.*; import java.util.*; import dao.product.DbUtil; import dao.product.TAccountDAO; import bean.TAccount; public class MySQLTAccountDAO implement