查看会员资料

用 户 名:tangu******

转帐 | 发送消息
  • Email:
    用户隐藏
  • Icq/MSN:
    qq
  • 电话号码:
  • Homepage:
  • 会员简介:
    这家伙很懒,什么都没留下!

最新会员发布资源

  1. Power

    0下载量:
  2. 解题方法主要是利用递归和二分,具体就是把x的n次方划分成两个x的n/2次方相乘,然后递归求解子问题,结束条件是n为0返回1。因为是对n进行二分,所以算法复杂度是O(logn)。(Problem solving method is mainly the use of recursive and two points, specifically the x n side is divided into two X n/2 times multiplication, and then recursiv
  3. 所属分类:Windows编程

    • 发布日期:2025-06-30
    • 文件大小:28672

源码中国 www.ymcn.org