代码搜索:prolog
找到约 1,954 项符合「prolog」的源代码
代码结果 1,954
www.eeworm.com/read/317951/3573406
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1200)
# pragma warning(push)
# endif
# include
/* We are forcing th
www.eeworm.com/read/282766/4087595
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1200)
# pragma warning(push)
# endif
# include
/* We are forcing th
www.eeworm.com/read/430360/1932489
qsc prolog.qsc
text OPTION PROLOGUE:NONE
newline
text OPTION EPILOGUE:NONE
newline
www.eeworm.com/read/411488/2187278
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1200)
# pragma warning(push)
# endif
# include
/* We are forcing the align
www.eeworm.com/read/411488/2187368
h _prolog.h
/* NOTE : this header has no guards and is MEANT for multiple inclusion!
* If you are using "header protection" option with your compiler,
* please also find #pragma which disables it and put it her
www.eeworm.com/read/392773/2490866
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# pragma warning (push)
# include
/* We are forcing the alignment to guaranty that libraries are use
* with the same align
www.eeworm.com/read/392773/2490956
h _prolog.h
/* NOTE : this header has no guards and is MEANT for multiple inclusion!
* If you are using "header protection" option with your compiler,
* please also find #pragma which disables it and put it her
www.eeworm.com/read/376006/2717544
regress_prolog
--
-- create user defined conversion
--
CREATE USER conversion_test_user WITH NOCREATEDB NOCREATEUSER;
SET SESSION AUTHORIZATION conversion_test_user;
CREATE CONVERSION myconv FOR 'LATIN1' TO 'UTF8' F
www.eeworm.com/read/351418/3107979
h _prolog.h
#if defined (_STLP_MSVC) || defined (__ICL)
# if !defined (_STLP_MSVC) || (_STLP_MSVC >= 1200)
# pragma warning(push)
# endif
# include
/* We are forcing th
www.eeworm.com/read/264058/4297733
java prolog.java
/**
* CKI Prolog is an prolog interpreter
* Sieuwert van Otterloo
* http://www.students.cs.uu.nl/~smotterl/prolog
* smotterl@cs.uu.nl
* 1999
*/
/**
* Note: from on the web site
* ht