readme
来自「PRl教学程序 PRl教学程序 PRl教学程序」· 代码 · 共 23 行
TXT
23 行
This directory contains several example programs that use the JAVA interface.
For each example xxx, there are three source files.
Xxx.java : Java program that calls xxx.pl
xxx.pl : Prolog program that calls Xxx.java
xxx.bat : shell file for runing the example on Windows PC
Examples
=========
draw : draw graphical components from Prolog
fonts : compute font metrics from Prolog
queens : 8-queens program
queens_fc : forward checking algorithm for the N-queens problem
route : channel routing problem
testArray : test array passing between Prolog and Java
testFloatArray : test floating-point array passing between Prolog and Java
testStruct : test structure passing from Prolog to Java
testString : test string passing between Prolog to Java
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?