文件名称:kangtuo
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The Cantor expansion of the natural number x is
x = ak * k!+a(k − 1) *(k − 1)!+.... + a2 * 2!+a1*1!
where all the ai (digits) satisfy 0 ≤ ai ≤ i
it is easy to find a algorithm,we find the largest integer k that can satisfy 给一个正整数求出它的康拓展开
离散数学the definition first,then fix ak and substract ak * k from x,so we can fix ai ,0 ≤ i ≤ k
-Given a positive integer , find the Cantor expansion of this integer
x = ak * k!+a(k − 1) *(k − 1)!+.... + a2 * 2!+a1*1!
where all the ai (digits) satisfy 0 ≤ ai ≤ i
it is easy to find a algorithm,we find the largest integer k that can satisfy 给一个正整数求出它的康拓展开
离散数学the definition first,then fix ak and substract ak * k from x,so we can fix ai ,0 ≤ i ≤ k
-Given a positive integer , find the Cantor expansion of this integer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kangtuo\康拓展开.cpp
.......\康拓展开.doc
kangtuo
.......\康拓展开.doc
kangtuo