polymath.dbg
上传用户:jtjnyq9001
上传日期:2014-11-21
资源大小:3974k
文件大小:0k
源码类别:

3G开发

开发平台:

Visual C++

  1. simplest primitive poly:
  2. Degree = 10
  3. Coeff[10] = 1
  4. Coeff[9] = 0
  5. Coeff[8] = 0
  6. Coeff[7] = 0
  7. Coeff[6] = 0
  8. Coeff[5] = 0
  9. Coeff[4] = 0
  10. Coeff[3] = 1
  11. Coeff[2] = 0
  12. Coeff[1] = 0
  13. Coeff[0] = 1