文件名称:Topology:Ruby 的一般拓扑
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-08 19:53:42
Ruby
拓扑
安装
将此行添加到应用程序的 Gemfile 中:
gem 'topology'
然后执行:
$ bundle
或者自己安装:
$ gem install Topology
用法
top = Topology . new Set [ Set [ 1 ] , Set [ 2 ] ]
=> #
【文件预览】:
Topology-master
----.gitignore(118B)
----README.md(653B)
----test()
--------test_Topology.rb(643B)
--------minitest_helper.rb(106B)
----Gemfile(49B)
----Topology.gemspec(814B)
----LICENSE.txt(1KB)
----.travis.yml(30B)
----lib()
--------Topology.rb(1KB)
----Rakefile(134B)