📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -