文件名称:enigma:ruby 中的 Enigma 机器模拟器
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-04 02:39:04
Ruby
我尝试用 Ruby 模拟 Enigma 机器。 有关完整说明,请参阅。 运行测试: gem install bundler bundle rspec -fd 将模拟器作为脚本运行: ./bin/enigma --help
【文件预览】:
enigma-master
----.gitignore(6B)
----README.md(257B)
----bin()
--------enigma(3KB)
----Gemfile(57B)
----Gemfile.lock(480B)
----spec()
--------integration_spec.rb(2KB)
--------machine_spec.rb(2KB)
--------reflector_spec.rb(319B)
--------rotor_spec.rb(2KB)
--------input_wheel_spec.rb(462B)
--------plugboard_spec.rb(297B)
----lib()
--------input_wheel.rb(197B)
--------machine.rb(855B)
--------reflector.rb(384B)
--------plugboard.rb(235B)
--------rotor.rb(1KB)