opentracing-clj:使用opentracing Java客户端库进行Opentracing的Clojure API
2021-02-01 19:08:46 21KB clojure opentracing ClojureClojure
1
语义csv:用于处理CSV数据和文件的高级工具
2021-02-01 14:38:05 98KB clojure csv parsing ClojureClojure
1
spec-dict:更好的地图规格
2021-02-01 11:17:05 8KB clojure spec ClojureClojure
1
tbot-800:twitter bot
2021-02-01 11:17:03 4KB bot clojure twitter ClojureClojure
1
cljs-snake:在UCT的#TechTalk中使用Reagent在100行ClojureScript中使用Snake
2021-02-01 11:17:01 111KB clojure clojurescript snake ClojureClojure
1
supdate:具有超能力的Clojure更新
2021-02-01 11:16:04 13KB clojure data-structures ClojureClojure
1
BRU-3:野兽派徽标生成器
1
主题:Clojure的递归,数据驱动的模式匹配
2021-01-28 22:15:48 24KB clojure matching pattern ClojureClojure
1
Edmonds开花算法,用于无向图中的最大权重匹配 该库实现了Blossom算法,该算法计算O(节点数** 3)中无向图的最大加权匹配。 它从Joris van Rantwijk编写的python代码移植而来,该代码包含在NetworkX图形库中并进行了修改。 入门 将必要的依赖项添加到您的项目中: [ageneau/blossom " 0.1.4 " ] [aysylu/loom " 1.0.2 " ] 用法 ( ns test.blossom ( :require [blossom.max-weight-matching :as mwm] [blossom.matching :as m] [loom.graph :as lg])) ( def edges [[ 1 2 2 ][ 1 3 -2 ][ 2 3 1 ][ 2 4 -1 ][ 3 4 -6 ]]) ( def g ( -> ( lg/weighted-graph ) ( lg/add-edges* edges))) ; ; Compute a maximum weig
1
clj-check:Clojure CLI工具的lein-check替代方法
2021-01-28 22:15:45 7KB clojure check lein ClojureClojure
1