Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 499 Bytes

File metadata and controls

24 lines (11 loc) · 499 Bytes

High-DimensionalHypercubeCalculator

A calculator that can calculate the number of low-dimensional hypercubes in a high-dimensional hypercube

这是WPF版

点击下载Windows版本


  • 定义

$W _{M}^{N}$ 表示M维超立方体中含有N维超立方体个数( $M\in Z,N\in Z,M\ge N\ge 0$ )

  • 表达式:

$$W_{M}^{N} = 2^{M-N} \times C_{M}^{M-N}$$

  • 满足条件:

$$M\in Z,N\in Z,M\ge N\ge 0$$