代码搜索结果

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

g.c

foo (a, b) long long a, b; { if (a == b) return 0; else return 1; }

validwhenparser.g

header { /* * $Id: ValidWhenParser.g 504715 2007-02-07 22:10:26Z bayard $ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOT

java.g

/** Java 1.2 Recognizer * * Run 'java Main ' * * Contributing authors: * John Mitchell johnm@non.net * Terence Parr parrt@magelang.com * John Lilley jlilley

antlr.g

/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright own

validwhenparser.g

header { /* * $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/validator/validwhen/ValidWhenParser.g,v 1.7 2004/09/03 18:06:58 niallp Exp $ * $Revision: 54929 $ * $Date: 2004-10-16

g.java

// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://kpdus.tripod.com/jad.html // Decompiler options: packimports(3) fieldsfirst ansi space package pica.ui;

g.java

// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://kpdus.tripod.com/jad.html // Decompiler options: packimports(3) fieldsfirst ansi space package pica.core;

ocelot-g

# $Id: OCELOT-G,v 1.12 2003/03/24 13:11:08 pefo Exp $ # # GENERIC configuration for Momentum Inc Ocelot-G. # # This file is supposed to be included by target file after # endian has been defined. #

antlr.g

/* * antlr.g -- PCCTS Version 1.xx ANTLR * * Parse an antlr input grammar and build a syntax-diagram. * * Written in itself (needs at least 1.06 to work) * * SOFTWARE RIGHTS * * We r

lang.g

> #token "[\ \t]+" #token "\n" #token ASSIGN "=" #token ADD "\+" #token MULT "\*" class Si