代码搜索:extends
找到约 10,000 项符合「extends」的源代码
代码结果 10,000
www.eeworm.com/read/283884/8983281
swf extends-super.swf
www.eeworm.com/read/283884/8983322
swf extends-simple.swf
www.eeworm.com/read/119983/14814627
java twothread_extends.java
package multithread;
/**
* 在这里插入类型说明。
* 建立日期:(00-7-20 17:25:58)
* @程序设计者:
*/
public class TwoThread_extends {
/**
* TwoThread_extends 构造子注释。
*/
public TwoThread_extends() {
super()
www.eeworm.com/read/283884/8983443
trace extends-simple.swf.trace
Check simple inheritance
constructed a Simple
constructed a Sub
called Sub.trace
called Simple.trace
www.eeworm.com/read/283884/8983463
trace extends-super.swf.trace
Check how super works
it's me
constructed a Sub
called Sub.trace
called Simple.trace
it's me
constructed a Sub
called Sub.trace
it's me
www.eeworm.com/read/184860/9069025
txt guesshand extends jframe.txt
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class GuessHand extends JFrame{
private int player = 0,user = 0;
//存放猜拳轉換過來的數值
private int
www.eeworm.com/read/162614/5516534
c mips16e-extends.c
/* { dg-do compile } */
/* { dg-mips-options "-Os -march=mips32 -mips16" } */
short cksum16 (unsigned long n)
{
unsigned long l;
l = validate (n, (n >> 16) + (n & 0xffff));
return l;
}
char ck
www.eeworm.com/read/366702/2862364
c mips16e-extends.c
/* { dg-do compile { target mips16_attribute } } */
/* { dg-mips-options "-Os -march=mips32" } */
/* { dg-add-options mips16_attribute } */
MIPS16 short cksum16 (unsigned long n)
{
unsigned long l;
www.eeworm.com/read/127767/14337491
txt e065. listing the interfaces that an interface extends.txt
Class cls = java.util.List.class;
Class[] intfs = cls.getInterfaces(); // java.util.Collection