代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/275538/10812668
h cntritem.h
// cntritem.h : interface of the CWordPadCntrItem class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserve
www.eeworm.com/read/387381/7116132
h oandxapplication.h
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.
#ifndef OANDXAPPLICATION_H
#define OANDXAPPLICATION_H
#include
#include
/** Application UID
www.eeworm.com/read/451938/7453738
sta test1.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/7453761
sta test2.sta
ROM used: 1590 (5%)
1590 (5%) including unused fragments
2 Average locations per line
8 Average locations per statement
RAM used: 83 (5%) at main() level
www.eeworm.com/read/445142/7598589
h cntritem.h
// cntritem.h : interface of the CWordPadCntrItem class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserve
www.eeworm.com/read/445134/7598648
txt 接口回调.txt
接口回调:
1.与对象的上转型一样;
interface A;
A a; //声明接口变量;
class B implement A;
a=new B(); //接口变量中存放对象的引用;
a.f(); //实现接口回调;
2.接口回调后的变量可以作为参数使用,目的是使用回调后的方法;
www.eeworm.com/read/244471/12861409
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/301928/13845618
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/150409/5693020
java asn1choice.java
package org.bouncycastle.asn1;
/**
* Marker interface for CHOICE objects - if you implement this in a role your
* own object any attempt to tag the object implicitly will convert the tag to
* an e