联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(20) 
按平台查找All OCaml(20) 

[数值算法/人工智能] compilation-project

在编译实践中,我们将为简单的算术表达式语言编写编译器。
During our practice of compilation, we are going to write a compiler for a simple arithmetic expression language. (2024-03-11, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710172901618788.html

[数值算法/人工智能] mixev

用于表达式问题的混合计算器,基于“通过多态变体的代码重用”
Mixin evaluators for the expression problem, based "Code reuse through polymorphic variants" (2018-03-06, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708872334383983.html

[数值算法/人工智能] Compiler

一种基于S表达式的小型算术语言编译器
A compiler for a small arithmetic language based on S-expressions (2018-05-18, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708871426100773.html

[数值算法/人工智能] SimPLer

基于表达式的函数编程语言的解释器
Interpreter for a functional, expression-based programming language (2024-01-02, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708871392637472.html

[数值算法/人工智能] basic_project

与卡西欧计算器相关的各种功能,
Various functions related to Casio calculators, (2023-09-14, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694697821662779.html

[数值算法/人工智能] YUP

YUP是一个证明检查器,它通过归纳和......来执行简单程序的自动检查-功能程序的正确性证明...,
YUP is a proof checker that performs automatic checking of simple program-correctness proofs of functional programs through inductive and equational reasoning. (2023-02-14, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693987565846698.html

[数值算法/人工智能] ProveML

Ocaml中的一个基本定理证明器,
A basic theorem prover in Ocaml, (2023-06-27, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691009242505357.html

[数值算法/人工智能] lambda-calc

OCaml中的简单整数计算器。Lexes解析、编译和计算任意整数数学表达式。
A simple integer calculator in OCaml. Lexes, parses, compiles and evaluates arbitrary integer mathematical expressions. (2017-03-11, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687961176159718.html

[数值算法/人工智能] orpie

基于诅咒的RPN计算器
Curses-based RPN calculator (2021-12-21, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687951274521718.html

[数值算法/人工智能] datasino

任意数据类型的随机数据生成器
Random Data Generator for arbitrary data types (2023-03-23, OCaml, 63KB, 下载0次)

http://www.pudn.com/Download/item/id/1687543979261669.html

[数值算法/人工智能] lean-ocaml-bindings

精益定理证明器的Ocaml绑定<http:leanprover.github.io>
精益定理证明器的Ocaml绑定<http:leanprover.github.io> (2016-05-06, OCaml, 36KB, 下载0次)

http://www.pudn.com/Download/item/id/1462509401334099.html

[数值算法/人工智能] Slothrop

Slothrop是一个自动等式定理证明器,执行Knuth-Bendix补全的变体。
Slothrop is an automated equational theorem prover that performs a variant of Knuth-Bendix completion. (2012-12-26, OCaml, 147KB, 下载0次)

http://www.pudn.com/Download/item/id/1356534785141818.html

[数值算法/人工智能] gentzen

WIP:命题逻辑的自动定理证明器。用OCaml编写。
WIP: Automated theorem prover for propositional logic. Written in OCaml. (2023-01-10, OCaml, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1673290130595198.html

[数值算法/人工智能] koala

基于SGGS的定理证明器
SGGS-based theorem prover (2022-08-22, OCaml, 967KB, 下载0次)

http://www.pudn.com/Download/item/id/1661135602297899.html

[数值算法/人工智能] SyDRec

归纳定理证明器Coq的一个模块,它基于归纳型定义生成函数和定理...
A module for the inductive theorem prover Coq, which generates function and theorems based on inductive type definitions. (2016-10-10, OCaml, 29KB, 下载0次)

http://www.pudn.com/Download/item/id/1476072111826495.html

[数值算法/人工智能] quip

一阶和高阶定理证明器的证明格式和检验器
[wip] Proof format and checker for first-order and higher-order theorem provers (2023-03-29, OCaml, 106KB, 下载0次)

http://www.pudn.com/Download/item/id/1680026454261276.html

[数值算法/人工智能] ProVerif-ATP

ProVerif ATP-结合ProVerif和自动定理验证器进行安全协议验证
ProVerif-ATP - Combining ProVerif and Automated Theorem Provers for Security Protocol Verification (2020-03-10, OCaml, 5782KB, 下载0次)

http://www.pudn.com/Download/item/id/1583798773772074.html

[数值算法/人工智能] abella

基于lambda树语法的交互式定理证明器
An interactive theorem prover based on lambda-tree syntax (2023-04-11, OCaml, 282KB, 下载0次)

http://www.pudn.com/Download/item/id/1681199093233814.html

[数值算法/人工智能] zipperposition

一个OCaml中的自动定理证明器,用于具有等式和数据类型的类型高阶逻辑,基于叠加...
An automatic theorem prover in OCaml for typed higher-order logic with equality and datatypes, based on superposition+rewriting; and Logtk, a supporting library for manipulating terms, formulas, clauses, etc. (2023-05-12, OCaml, 2894KB, 下载0次)

http://www.pudn.com/Download/item/id/1683873002921187.html

[数值算法/人工智能] hol-light

HOL-Light定理证明器
The HOL Light theorem prover (2023-05-25, OCaml, 8148KB, 下载0次)

http://www.pudn.com/Download/item/id/1684995002451154.html
总计:20