代码搜索:Super
找到约 10,000 项符合「Super」的源代码
代码结果 10,000
www.eeworm.com/read/447020/7560266
m super.m
function theSuperObject = Super(theObject)
% Super -- Super-object of an object.
% Super(theObject) returns the super-object
% of theObject, or [] if none exists.
% Copyright (C) 1997 Dr.
www.eeworm.com/read/446156/7584998
c super.c
/*
* linux/fs/super.c
*
* (C) 1991 Linus Torvalds
*/
/*
* super.c contains code to handle the super-block tables.
*/
#include
#include
#include
www.eeworm.com/read/445134/7598660
txt super.txt
super的用法:
1。使用super调用父类的构造方法。
2。使用super操作被隐藏的成员变量和重写了的方法。
www.eeworm.com/read/445043/7600137
c super.c
/*
* linux/fs/super.c
*
* (C) 1991 Linus Torvalds
*/
/*
* super.c contains code to handle the super-block tables.
*/
#include // 内核配置头文件。定义键盘语言和硬盘类型(HD_TYPE)可选项。
#include
www.eeworm.com/read/438912/7720859
png super.png
www.eeworm.com/read/438352/7732528
c super.c
/*
* linux/fs/ufs/super.c
*
* Copyright (C) 1998
* Daniel Pirkl
* Charles University, Faculty of Mathematics and Physics
*/
/* Derived from
*
* linux/fs/ext2/super.c
www.eeworm.com/read/438326/7732744
mdb super.mdb
www.eeworm.com/read/438149/7735359
c super.c
/*
* linux/fs/hfs/super.c
*
* Copyright (C) 1995-1997 Paul H. Hargrove
* (C) 2003 Ardis Technologies
* This file may be distributed under the terms of the GNU General Publ
www.eeworm.com/read/299730/7836642
c~ super.c~
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i
www.eeworm.com/read/299730/7836673
c super.c
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i