联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Coq(64) 

[Coq] Code-generation-in-a-logic-language

该项目的目标是创建一个转换器,该转换器将包含树的Latex文件作为输入,并返回与Coq文件相同的树。为了简单起见,该程序的设计假设使用forest包给定乳胶树。
The goal of this project is to create a translator that takes as input a Latex file containing a tree and returns the same tree as a Coq file. For simplicity, the program was designed assuming that the Latex trees are given using the forest package. (2024-04-02, Python, 0KB, 下载0次)

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

[Coq] coq-jlib

我觉得有用的一般理论库;提交到Coq或Coq extlib的孵化器,
A library of general theories that I find useful; an incubator for submissions to Coq or coq-extlib, (2022-07-17, Coq, 0KB, 下载0次)

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

[Coq] extensible-nanopass-compiler

nanopass编译器的Coq实现,使用“Meta Theory A la Carte”技术,
A Coq implementation of a nanopass compiler, using "Meta-Theory à la Carte" techniques, (2021-01-08, Coq, 0KB, 下载0次)

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

[Coq] PTSemForEffects

“用于效果的谓词-transformer语义(功能珍珠)”一文的Coq形式化,
A Coq formalization of the paper "A Predicate Transformer Semantics for Effects (Functional Pearl)", (2019-09-06, Coq, 0KB, 下载0次)

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

[Coq] coqqueryhttpserver

一个HTTP服务器,用于回答Coq查询,如Print、Locate by talk to coqtop、,
An HTTP server that answers Coq queries like Print, Locate by talking to coqtop, (2014-05-21, Java, 0KB, 下载0次)

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

[Coq] fix-to-elim

Coq中消除器平移的不动点,
Fixpoint to eliminator translation in Coq, (2022-11-03, Coq, 0KB, 下载0次)

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

[Coq] coq-comparse

在Coq中使用通用组合符编写解析器的配套工具包,
Your companion toolkit to write parsers with general-purpose combinators in Coq, (2022-06-24, Coq, 0KB, 下载0次)

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

[Coq] metaprogrammable-editor

Coq.中编辑器端元编程的文档(TeX、幻灯片等)和代码。,
Documents (TeX, slides etc.) and code for the editor side metaprogramming in Coq., (2019-06-28, TeX, 0KB, 下载0次)

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

[Coq] validsdp

使用SDP解算器证明多元不等式的Coq策略,
A Coq tactic for proving multivariate inequalities using SDP solvers, (2023-05-17, Coq, 0KB, 下载0次)

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

[Coq] PolyGen

PolyGen是多面体模型的代码生成器,在Coq.中编写并证明。,
PolyGen is a code generator for the polyhedral model, written and proved in Coq., (2020-11-10, Coq, 0KB, 下载0次)

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

[Coq] coq-smt-notations

快速黑客,询问任何SMT解算器您的Coq目标是否正确,
A quick hack to ask any SMT solver if your Coq goal is true, (2023-07-17, Coq, 0KB, 下载0次)

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

[Coq] verified-parser-example

使用ocamllex和Menhir的Coq后端的形式验证解析器的最小示例。,
A minimal example of a formally verified parser using ocamllex and Menhir s Coq backend., (2015-03-19, Coq, 0KB, 下载0次)

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

[Coq] micro-policies-coq

论文附带的Coq形式化:微观政策:基于标签的验证安全监视器框架,
Coq formalization accompanying the paper: Micro-Policies: A Framework for Verified, Tag-Based Security Monitors, (2019-09-23, Coq, 0KB, 下载0次)

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

[Coq] ttlite

Martin-L f s类型理论的超级编译器,
A SuperCompiler for Martin-L f s Type Theory, (2022-01-29, Scala, 0KB, 下载0次)

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

[Coq] verdi-cheerios

使用Cheerios库序列化Verdi系统的验证系统转换器。,
A verified system transformer for serialization of Verdi systems using the Cheerios library., (2017-08-24, Coq, 0KB, 下载0次)

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

[Coq] SimpleExpressionCompiler

课程类型理论和Coq的作业,Coq中具有正确性证明的简单表达式编译器。,
Assignment for the course Type Theory and Coq, a simple expression compiler with correctness proof in Coq., (2014-04-05, Coq, 0KB, 下载0次)

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

[Coq] pcc

Java字节码中内联引用监视器的带证明代码框架的Coq形式化,
Coq formalization of a proof carrying code framework for inlined reference monitors in Java bytecode, (2020-06-26, Coq, 0KB, 下载0次)

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

[Coq] ICFP15-Coq-Proofs

Coq中形式化的“软件事务存储器的部分中止”的正确性证明,
Proofs of correctness for "Partial Aborts for Software Transactional Memory" formalized in Coq, (2016-05-26, Coq, 0KB, 下载0次)

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

[Coq] fitch

Fitch风格命题逻辑证明的认证证明检查器,
Certified proof checker for Fitch-style propositional logic proofs, (2021-06-12, Standard ML, 0KB, 下载0次)

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

[Coq] traf

通过proof General与Coq一起工作的证明树查看器,
A proof tree viewer that works with Coq through Proof General, (2021-01-29, OCaml, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694659168799994.html
1234
总计:64