代码搜索:Implement

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

代码结果 10,000
www.eeworm.com/read/137612/13309051

c console.c

/* * console.c * * This module implements the console io functions * 'void con_init(void)' * 'void con_write(struct tty_queue * queue)' * Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/322749/13368340

cpp customersdlg.cpp

// CUSTOMERS.cpp : 实现文件 // #include "stdafx.h" #include "travel.h" #include "CUSTOMERSDLG.h" // CUSTOMERS 对话框 IMPLEMENT_DYNAMIC(CUSTOMERSDLG, CDialog) CUSTOMERSDLG::CUSTOMERSDLG(CWnd*
www.eeworm.com/read/136382/13380819

txt readme.txt

TFX2 GPIF Long Transfers Troy Gentry The purpose of this code is to demonstrate how to implement long transfers in EZUSB FX2 GPIF applications. What does that mean? When using the GPIF Transfe
www.eeworm.com/read/318604/13475201

c disk_io.c

/* disk_io.c - implement abstract BIOS disk input and output */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. * * This pr
www.eeworm.com/read/316140/13529615

c core.c

/* * core.c: implement the routes used to access the core * registers under DEBUG state. * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #include #include "../ty
www.eeworm.com/read/313151/13595387

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
www.eeworm.com/read/311297/13632719

cpp bagwithreceipts.cpp

//implement file--BagWithReceipts.cpp //Assignment_01 #include "Receipts.h" #include using namespace std; typedef int Item; BagWithReceipts::BagWithReceipts(size_t initial_capacity) { da
www.eeworm.com/read/306371/13745700

cpp cpolygon.cpp

#include"stdafx.h" #include"CPolygon.h" #include"EastDrawView.h" IMPLEMENT_SERIAL(CPolygon,CUnit,1) void CPolygon::Serialize(CArchive &ar) { CUnit::Serialize(ar); if(ar.IsStoring()) {
www.eeworm.com/read/303905/13806594

h grmat.h

#include #include // Used by the mark array #define UNVISITED 0 #define VISITED 1 #include "graph.h" class Graphm : public Graph { // Implement adjacency matrix privat
www.eeworm.com/read/303677/13810383

cpp indlg.cpp

// inDlg.cpp : implementation file // #include "stdafx.h" #include "推理机.h" #include "inDlg.h" // inDlg dialog IMPLEMENT_DYNAMIC(inDlg, CDialog) inDlg::inDlg(CWnd* pParent /*=NULL*/)