代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/279715/4135443
cs codegenerationexception.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace org.drools.semantics.dotnet
{
public class CodeGenerationException : Exception
{
public CodeGenerationExceptio
www.eeworm.com/read/279715/4135453
cs codecompilationexception.cs
using System;
using System.CodeDom.Compiler;
using System.Text;
namespace org.drools.semantics.dotnet
{
public class CodeCompilationException : Exception
{
public CodeCompilationException
www.eeworm.com/read/179753/9340503
htm ch15_02.htm
Effects of Character Semantics (Programming Perl)
www.eeworm.com/read/461617/7223247
c y_tab.c
# line 4 "funcdraw.y"
# include "semantics.h"
extern int yylex (void) ;
extern unsigned char *yytext;
#define YYSTYPE struct ExprNode * // ??????????????????????????????
double Parameter=0,
www.eeworm.com/read/101082/6242788
c unpack.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)UNPACK.c 1.3 6/10/81";
/*
* unpack(z,a,i)
*
* with: z and a as in pack
*
* semantics: for j := u to
www.eeworm.com/read/10438/185941
h sal.h
/***
*sal.h - markers for documenting the semantics of APIs
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* sal.h provides a set of annotations to describ
www.eeworm.com/read/334125/3373129
readme
This module (ntvfs 'cifsposix') provides a simple posix backend which
provides better semantics for clients which implement the cifs unix
extensions or the newer cifs posix extensions
WARNING: All fi
www.eeworm.com/read/302096/3827245
txt errors.txt
This document describes the Xrl errors that currently exist
libxipc/xrl_error.hh and describes the intended semantics.
All errors in the XRL library are presented as XrlError objects passed
as argume
www.eeworm.com/read/294947/3914313
i shared_ptr.i
//
// shared_ptr
//
// An enhanced relative of scoped_ptr with reference counted copy semantics.
// The object pointed to is deleted when the last shared_ptr pointing to it
// is destroyed or rese
www.eeworm.com/read/279715/4134845
java javatreeparsertokentypes.java
// $ANTLR 2.7.2: "java.tree.g" -> "JavaTreeParser.java"$
package org.drools.semantics.java.parser;
public interface JavaTreeParserTokenTypes
{
int EOF = 1;
int NULL