代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/344164/11905148
c rf_chaindecluster.c
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Khalil Amiri
*
* Permission to use, copy, modify and distribute this software and
* its documentation is h
www.eeworm.com/read/344164/11905232
c rf_interdecluster.c
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Khalil Amiri
*
* Permission to use, copy, modify and distribute this software and
* its documentation is h
www.eeworm.com/read/344156/11906816
makefile
# diskmodel (version 1.0)
# Authors: John Bucy, Greg Ganger
# Contributors: John Griffin, Jiri Schindler, Steve Schlosser
#
# Copyright (c) of Carnegie Mellon University, 2001-2008.
#
# This software
www.eeworm.com/read/252715/12266375
lsl _test.lsl
#define RESET 0xA0000000
#define LIBRARIES 0xA0004000
#define INTTAB 0xA00F0000
#define TRAPTAB 0xA00F2000
#define CSA_START 0xD0000000
#define CSA 64
#define XVWBUF 256
section_layout spe:tc
www.eeworm.com/read/149721/12354696
java cca.java
package ca;
// Simple Java class for visualization of cellular automata.
// Juha Haataja, CSC, Finland.
// E-mail: Juha.Haataja@csc.fi.
import java.applet.*;
import java.awt.*;
import java.awt.event.
www.eeworm.com/read/250350/12411938
h resizablegrip.h
// ResizableGrip.h: interface for the CResizableGrip class.
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (htt
www.eeworm.com/read/250350/12412537
h resizablegrip.h
// ResizableGrip.h: interface for the CResizableGrip class.
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (htt
www.eeworm.com/read/250350/12412959
h resizablegrip.h
// ResizableGrip.h: interface for the CResizableGrip class.
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (htt
www.eeworm.com/read/122469/14688068
am makefile.am
toolbar_DATA = newnum.xpm pause.xpm play.xpm
toolbardir = $(kde_datadir)/kmahjongg/toolbar
pics_DATA = kmahjongg.png kmahjongg_bgnd.png splash.png
picsdir = $(kde_datadir)/kmahjongg/pics
layout_DATA
www.eeworm.com/read/162614/5518566
c vbase14.c
// { dg-options "-Wabi -fabi-version=1" }
struct E1 {};
struct E2 : public E1 {}; // { dg-warning "layout" }
struct E : public E1, public E2 {}; // { dg-warning "layout|ambiguity" }
struct N : public