代码搜索:Contained
找到约 5,885 项符合「Contained」的源代码
代码结果 5,885
www.eeworm.com/read/137489/13320075
c cfg.c
/* cfg.c - Configuration file parser */
/*
Copyright 1992-1997 Werner Almesberger.
Copyright 1999-2001 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in
www.eeworm.com/read/137489/13320096
h lilo.h
/* lilo.h - LILO constants */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
sour
www.eeworm.com/read/137489/13320187
s sector.s
; sector.S -- boot program named: HIPBOOT.SYS
; from any MSDOS floppy diskette
;
; Copyright 2001-2002 John Coffman.
; All rights reserved.
;
; Licensed under the terms contained in the f
www.eeworm.com/read/137489/13320203
h config.h
/* config.h - Configurable parameters */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' i
www.eeworm.com/read/137489/13320206
h cfg.h
/* cfg.h - Configuration file parser */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in
www.eeworm.com/read/137489/13320219
s chain.s
; chain.S - LILO boot chainer
;
; Copyright 1992-1998 Werner Almesberger.
; Copyright 1999-2002 John Coffman.
; All rights reserved.
;
; Licensed under the terms contained in the file 'COPYING' in
www.eeworm.com/read/137489/13320304
c partition.c
/* partition.c - Partition table handling */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYIN
www.eeworm.com/read/137489/13320315
c device.c
/* device.c - Device access */
/*
Copyright 1992-1997 Werner Almesberger.
Copyright 1999-2001 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
sou
www.eeworm.com/read/137489/13320327
c geometry.c
/* geometry.c - Device and file geometry computation */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2001 John Coffman.
All rights reserved.
Licensed under the terms contained in the f
www.eeworm.com/read/137229/13338535
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%