代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1465593
java segment.java
/* Segment.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/460242/1561801
cs segment.cs
namespace Fireball.Syntax
{
///
///
///
public class Segment
{
///
/// The owner BlockType
///
public BlockType BlockType;
///
www.eeworm.com/read/452691/1649732
h segment.h
/*
* U-boot - segment.h
*
* Copyright (c) 2005-2007 Analog Devices Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can re
www.eeworm.com/read/451858/1659530
java segment.java
// Jericho HTML Parser - Java based library for analysing and manipulating HTML
// Version 3.0
// Copyright (C) 2007 Martin Jericho
// http://jerichohtml.sourceforge.net/
//
// This library is fr
www.eeworm.com/read/250243/4435357
c segment.c
/* $Id: segment.c,v 1.7 2000/08/26 02:38:03 anton Exp $
* segment.c: Prom routine to map segments in other contexts before
* a standalone is completely mapped. This is for sun4 and
*
www.eeworm.com/read/248665/4465776
h segment.h
#ifndef _LINUX_SEGMENT_H
#define _LINUX_SEGMENT_H
#define KERNEL_CS 0x10
#define KERNEL_DS 0x18
#define USER_CS 0x23
#define USER_DS 0x2B
#endif
www.eeworm.com/read/248665/4465779
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
static inline unsigned char get_user_byte(const char * addr)
{
register unsigned char _v;
__asm__ ("movb %%fs:%1,%0":"=q" (_v):"m" (*addr));
return _
www.eeworm.com/read/247412/4482893
cs segment.cs
/***********************************************************************************
* ICTCLAS简介:计算所汉语词法分析系统ICTCLAS
* Institute of Computing Technology, Chinese Lexical Analysis Syste
www.eeworm.com/read/245316/4504476
java segment.java
/*
* Java(TM) OLAP Interface
*/
package javax.olap.query.querycoremodel;
public interface Segment
extends javax.olap.query.querycoremodel.NamedObject {
// -------------------------
www.eeworm.com/read/245316/4504758
java segment.java
/*
// $Id: //open/mondrian/src/main/mondrian/rolap/agg/Segment.java#33 $
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http