代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/451938/7453754
sta pc-pic.sta
ROM used: 1568 (5%)
1568 (5%) including unused fragments
2 Average locations per line
8 Average locations per statement
RAM used: 82 (5%) at main() level
www.eeworm.com/read/451938/7453756
sta transmit.sta
ROM used: 502 (2%)
502 (2%) including unused fragments
1 Average locations per line
14 Average locations per statement
RAM used: 41 (3%) at main() level
www.eeworm.com/read/443686/7628489
cpp cppcheck.cpp
//: C02:Cppcheck.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Configures .h & .cpp files
//
www.eeworm.com/read/438735/7727589
sta main.sta
ROM used: 162 (2%)
162 (2%) including unused fragments
0 Average locations per line
7 Average locations per statement
RAM used: 17 (5%) at main() level
www.eeworm.com/read/436097/7776448
txt text.txt
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it's useful to implement "View file" feature in your appl
www.eeworm.com/read/253013/7809989
cpp main.cpp
#include "class.h"
#include "implement.h"
void main(){
readfile(); //将文件读入内存
readme(); //显示相关的操作说明
}
www.eeworm.com/read/299226/7875447
pas getidaddimpl.pas
{ Invokable implementation File for TGetIDadd which implements IGetIDadd }
unit GetIDaddImpl;
interface
uses SysUtils,InvokeRegistry, Types, XSBuiltIns, GetIDaddIntf, Unit1;
type
{ TG
www.eeworm.com/read/299153/7883329
java asciitext.java
package com.javapatterns.builder.rtfreader;
public class ASCIIText
{
public void append(char c)
{ //Implement the code here
}
}
www.eeworm.com/read/433881/7905072
c gifinto.c
/*****************************************************************************
* "Gif-Lib" - Yet another gif library. *
* *
* Written by: Gershon Elber IBM PC Ver 0.1, Jul
www.eeworm.com/read/298961/7918849
cpp school.cpp
// school.cpp: implementation of the school class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "school.h"
#include
#includ