代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/271226/11002508
h parser.h
// ----------------------------- parser.h ---------------------------------
#include "..\\lextest\\scanner.h"
//--------------------------------- 语法分析器类中的类型定义
typedef double (* func_ptr)(double
www.eeworm.com/read/131283/5947094
h threadingpostconfig.h
#ifndef __GradSoft_ThreadingPostConfig_h
#define __GradSoft_ThreadingPostConfig_h
/*
* part of GradSoft C++ ToolBox: Threading.
* (C) GradSoft 2000, 2001
* http://www.gradsoft.com.ua
* $Id: Threa
www.eeworm.com/read/404167/11490821
bat mks.bat
@echo off
g++ -Wall -o make_out_files read_script.o x86s_common.o write_script.cpp write_semantics.cpp
rem make_out_files
www.eeworm.com/read/153064/12062260
makefile
.SUFFIXES: .h .cc .o .a
CC = $(CXX) $(CXX_FLAG)
COMPILE_FLAG =
SRCS = basefun.cc
DEPINCLUDE = basefun.h
ZHJS_INC_PATH = -I. -I$(SETTLE_HOME)/include
OBJS = $(SRCS:.cc=.o)
LIB = lib$(OBJS:.o=.a)
CP
www.eeworm.com/read/162614/5537937
hpp ms_trait_imp.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/391748/8381791
m4 extensions.m4
# serial 5 -*- Autoconf -*-
# Enable extensions on systems that normally disable them.
# Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
# This file is free software; the Free Software
www.eeworm.com/read/136989/5834178
cpp shmiop_transport.cpp
// This may look like C, but it's really -*- C++ -*-
// SHMIOP_Transport.cpp,v 1.35 2003/12/14 16:03:49 bala Exp
#include "SHMIOP_Transport.h"
#if defined (TAO_HAS_SHMIOP) && (TAO_HAS_SHMIOP !=
www.eeworm.com/read/279715/4135027
conf drools-groovy.conf
module.uri=http://drools.org/semantics/groovy
ImportEntry(import) : org.drools.semantics.base.BaseImportEntryFactory
ObjectType(class) : org.drools.semantics.base.ClassObjectTypeFactor
www.eeworm.com/read/279715/4135090
conf drools-python.conf
module.uri=http://drools.org/semantics/python
ObjectType(class) : org.drools.semantics.base.ClassObjectTypeFactory
Condition(condition) : org.drools.semantics.python.PythonConditionFact
www.eeworm.com/read/279715/4134829
conf drools-java.conf
module.uri=http://drools.org/semantics/java
ObjectType(class) : org.drools.semantics.base.ClassObjectTypeFactory
Condition(condition) : org.drools.semantics.java.JavaConditionFactory
C