代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/270401/4239099
java functionbuilder.java
package org.drools.semantics.java;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with t
www.eeworm.com/read/270401/4239183
java knowledgehelperfixertest.java
package org.drools.semantics.java;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with t
www.eeworm.com/read/270401/4239184
java functionfixertest.java
package org.drools.semantics.java;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with t
www.eeworm.com/read/396039/2423909
c bsendtest.c
/*
* Program to test that the "no overtaking messages" semantics
* of point to point communications in MPI is satisfied.
* A long message is sent using MPI_BSend and received using MPI_Recv,
* fo
www.eeworm.com/read/396039/2423946
c overtake.c
/*
* Program to test that the "no overtaking messages" semantics
* of point to point communications in MPI is satisfied.
* A long message is sent using MPI_Send and received using MPI_Recv,
* fol
www.eeworm.com/read/373367/2764419
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/162400/5547717
doc parsing.doc
Chris Hertel, Samba Team
November 1997
This is a quick overview of the lexical analysis, syntax, and semantics
of the smb.conf file.
Lexical Analysis:
Basically, the file is processed on a line b
www.eeworm.com/read/160819/10495770
cpp pbyvalue.cpp
#include
#include
using namespace std;
// illustrates pass-by-value/pass-by-reference semantics
void DoStuff(int number, string & word)
{
cout
www.eeworm.com/read/461617/7223216
l funcdraw.l
// -------------------------- funcdraw.l ------------------------------
%{
# include "semantics.h"
# include "y_tab.h" // 由XDYACC根据源程序生成
unsigned int LineNo; // 行号
struct Token tokens;
www.eeworm.com/read/146087/5739991
java calculator.java
package fri.patterns.interpreter.parsergenerator.examples;
import fri.patterns.interpreter.parsergenerator.*;
import fri.patterns.interpreter.parsergenerator.semantics.*;
import fri.patterns.interpre