代码搜索:LAYOUT
找到约 10,000 项符合「LAYOUT」的源代码
代码结果 10,000
www.eeworm.com/read/319319/3558239
cs 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
www.eeworm.com/read/316872/3589986
h 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"
/*
*
www.eeworm.com/read/316872/3605696
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
www.eeworm.com/read/314660/3630199
so 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
www.eeworm.com/read/312645/3668931
fig 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
www.eeworm.com/read/312199/3675236
js 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
www.eeworm.com/read/310709/3691536
py 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
www.eeworm.com/read/304849/3784205
h 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
www.eeworm.com/read/302200/3826480
c layout.c
#include
#include
#include
#include
byte layout_translate(byte scancode, int shift)
{
if(shift =
www.eeworm.com/read/302200/3826531
h layout.h
#ifndef LAYOUT_H
#define LAYOUT_H
unsigned char layout_translate(unsigned char scancode, int shift);
#endif