项目作者: MattMcManis

项目描述 :
Pascal's Triangle Generator
高级语言: C#
项目地址: git://github.com/MattMcManis/Triangulum.git
创建时间: 2018-07-19T19:25:21Z
项目社区:https://github.com/MattMcManis/Triangulum

开源协议:GNU General Public License v3.0

下载


https://github.com/MattMcManis/Triangulum

Triangulum

Pascal’s Triangle Generator

Overview

Triangulum

Example Output:

Binary 1’s

  1. 1
  2. 1 1
  3. 1 1
  4. 1 1 1 1
  5. 1 1
  6. 1 1 1 1
  7. 1 1 1 1
  8. 1 1 1 1 1 1 1 1
  9. 1 1
  10. 1 1 1 1
  11. 1 1 1 1
  12. 1 1 1 1 1 1 1 1
  13. 1 1 1 1
  14. 1 1 1 1 1 1 1 1
  15. 1 1 1 1 1 1 1 1
  16. 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Binary 0’s

  1. 0
  2. 0 0 0
  3. 0 0
  4. 0 0 0
  5. 0 0 0 0 0 0 0
  6. 0 0 0 0 0 0
  7. 0 0 0 0 0 0 0
  8. 0 0 0 0
  9. 0 0 0 0 0 0 0 0 0
  10. 0 0 0 0 0 0
  11. 0 0 0 0 0 0 0

Binary to Decimal

  1. 1
  2. 3
  3. 5
  4. 15
  5. 17
  6. 51
  7. 85
  8. 255
  9. 257
  10. 771
  11. 1285
  12. 3855
  13. 4369
  14. 13107
  15. 21845
  16. 65535

Integer Sum

  1. 1
  2. 2
  3. 4
  4. 8
  5. 16
  6. 32
  7. 64
  8. 128
  9. 256
  10. 512
  11. 1024
  12. 2048
  13. 4096
  14. 8192
  15. 16384
  16. 32768

Downloads

Releases

https://github.com/MattMcManis/Triangulum/releases

Requires

Microsoft .NET Framework 4.6.1

Installation

Triangulum is portable and can be run from any location on the computer.

Build

Visual Studio 2015


WPF, C#, XAML


Visual C++ 19.0 Compiler

Donate

Thank you for your support.