代码搜索:Implement

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

代码结果 10,000
www.eeworm.com/read/336825/3347676

c strncmp.c

#include /*lint -e613 strncmp is defined here because some vendors don't implement it, strcmp, or memcmp correctly; they must treat the bytes as unsigned chars. */ int strncmp(const char *
www.eeworm.com/read/336825/3348104

svn-base strncmp.c.svn-base

#include /*lint -e613 strncmp is defined here because some vendors don't implement it, strcmp, or memcmp correctly; they must treat the bytes as unsigned chars. */ int strncmp(const char *
www.eeworm.com/read/327360/3461813

txt todo.txt

A Extensive testing. A Implement CIMInstancePropertySource. B Support qualified property names (e.g., x.y.z). B Support the ISA operator (e.g., ClassNameA ISA ClassNameB). B I
www.eeworm.com/read/324537/3501012

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/324136/3505761

tcl tearoff.tcl

# tearoff.tcl -- # # This file contains procedures that implement tear-off menus. # # SCCS: @(#) tearoff.tcl 1.20 97/08/21 14:49:27 # # Copyright (c) 1994 The Regents of the University of California.
www.eeworm.com/read/323643/3512090

pas pngdef.pas

unit pngdef; // Caution: this file has fallen out of date since version 1.0.5. Write to // png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu about volunteering // to it up to date. interface
www.eeworm.com/read/318815/3562379

java concretesubject.java

package com.javapatterns.observerawt.mouse1; import java.awt.Frame; import java.awt.event.MouseListener; import java.awt.event.MouseEvent; public class ConcreteSubject extends Frame implement
www.eeworm.com/read/316872/3593015

c ch341.c

/* * Copyright 2007, Frank A Kingswood * * ch341.c implements a serial port driver for the Winchiphead CH341. * * The CH341 device can be used to implement an R
www.eeworm.com/read/316872/3593578

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. * Writ
www.eeworm.com/read/314938/3628114

java concretesubject.java

package com.javapatterns.observerawt.mouse1; import java.awt.Frame; import java.awt.event.MouseListener; import java.awt.event.MouseEvent; public class ConcreteSubject extends Frame implement