代码搜索结果

找到约 10,000 项符合 Layout 的代码

layout.cs

using System; using System.Collections; namespace HRD.Core { public class Layout { private Mediator _mediator; private Chessman[] _chessmen = new Chessman[10]; private bool _gotThe

as-layout.h

/* * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */ #ifndef __START_H__ #define __START_H__ #include "uml-config.h" #include "kern_constants.h" /* *

layout.h

/* * layout.h - All NTFS associated on-disk structures. Part of the Linux-NTFS * project. * * Copyright (c) 2001-2005 Anton Altaparmakov * Copyright (c) 2002 Richard Russon * * This progr

layout.so

m4_comment([$Id: layout.so,v 10.49 2007/07/06 16:37:23 bostic Exp $]) m4_ref_title(Distribution, Source code layout, @source code layout, distrib/port, refs/refs) m4_table_begin(, _center) m4_ta

layout.fig

#FIG 3.2 Landscape Center Inches Letter 100.00 Single -2 1200 2 2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2 0 600 8100 600 2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 2 0 900 8100 900 2 1 0 1 0

layout.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens

layout.py

#!/usr/bin/env python import pygtk pygtk.require('2.0') import gtk class Mote: def __init__(self): self.x = 0 self.y = 0 self.selected = False class HelloWorld: def

layout.h

/* * layout.h - Ntfs on-disk layout structures. Part of the Linux-NTFS project. * * Copyright (c) 2000-2005 Anton Altaparmakov * Copyright (c) 2005 Yura Pakhuchiy * * This program/include

layout.c

#include #include #include #include byte layout_translate(byte scancode, int shift) { if(shift =

layout.h

#ifndef LAYOUT_H #define LAYOUT_H unsigned char layout_translate(unsigned char scancode, int shift); #endif