pl

所属分类:编程语言基础
开发工具:Prolog
文件大小:0KB
下载次数:0
上传日期:2023-08-28 20:59:30
上 传 者sh-1993
说明:  编程语言练习。,
(Programming Languages exercises.,)

文件列表:
.DS_Store (8196, 2023-09-14)
.vscode/ (0, 2023-09-14)
.vscode/settings.json (340, 2023-09-14)
170723/ (0, 2023-09-14)
170723/.DS_Store (6148, 2023-09-14)
170723/Agosti_Andrea_826296_km_LP_202307/ (0, 2023-09-14)
170723/Agosti_Andrea_826296_km_LP_202307/Lisp/ (0, 2023-09-14)
170723/Agosti_Andrea_826296_km_LP_202307/Lisp/km.lisp (4335, 2023-09-14)
170723/Agosti_Andrea_826296_km_LP_202307/Prolog/ (0, 2023-09-14)
170723/Agosti_Andrea_826296_km_LP_202307/Prolog/km.pl (3636, 2023-09-14)
170723/km.lisp (4335, 2023-09-14)
170723/km.pl (3636, 2023-09-14)
170723/other.lisp (616, 2023-09-14)
170723/other.pl (0, 2023-09-14)
170723/test-dep.sh (396, 2023-09-14)
170723/test-lisp.sh (35, 2023-09-14)
170723/test-prolog.sh (31, 2023-09-14)
170723/test.lisp (2770, 2023-09-14)
170723/test.pl (2292, 2023-09-14)
c/ (0, 2023-09-14)
c/.DS_Store (6148, 2023-09-14)
c/esercizi/ (0, 2023-09-14)
c/esercizi/14-giu-23_1.c (1860, 2023-09-14)
c/esercizi/14-giu-23_2.c (1631, 2023-09-14)
c/esercizi/28-giu-23_1.c (3332, 2023-09-14)
c/esercizi/28-giu-23_2.c (2441, 2023-09-14)
c/esercizi/main (33425, 2023-09-14)
c/imports/ (0, 2023-09-14)
c/imports/a.out (33506, 2023-09-14)
c/imports/includes/ (0, 2023-09-14)
c/imports/includes/a.out (33458, 2023-09-14)
c/imports/includes/another.c (166, 2023-09-14)
c/imports/includes/main.c (295, 2023-09-14)
c/imports/includes/one.h (15, 2023-09-14)
c/imports/includes/two.h (15, 2023-09-14)
c/ripetizioni-alessia/ (0, 2023-09-14)
... ...

# pl Programming Languages exercises. Exam preparation in c/** and raccolta-*. ### Prolog **Non interactive execution** > $ swipl [FILE] -g 'nl' -t halt **Load file** > $ swipl -l [FILE] > $ swipl -q -l [FILE] **Run queries from file (does not print welcome message)** > $ swipl -l db.pl -g 'true' -g 'nl' < [FILE] ### C++ **Compile** > $ g++ [files.cpp] -o main; ./main ### LISP **Docs** [https://lispcookbook.github.io/cl-cookbook] [http://www.lispworks.com/documentation] **Run** > sbcl --script main.lisp

近期下载者

相关文件


收藏者