搜索资源列表

  1. 2060

    0下载:
  2. 判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:471.45kb
    • 提供者:rcponder
  1. 2060

    0下载:
  2. 判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:471kb
    • 提供者:rcponder
  1. wannili

    0下载:
  2. 对阴阳日历的相互转换,可以查寻至2060年的日历,运行在WINCE系统下,开发工具为EVC4.2-Calendar of yin and yang, the mutual conversion, you can search the calendar to 2060, running on WINCE5.0 system, development tools for EVC4.2
  3. 所属分类:对话框与窗口

    • 发布日期:2024-11-23
    • 文件大小:6.84mb
    • 提供者:胡人
  1. jathena-2060

    0下载:
  2. jathena是日本人,開放源碼網上服務器ragnarok.三是在書面-jathena are the Japanese, open source web server ragnarok. Three are in a written
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:2.81mb
    • 提供者:的姓名
  1. nextDate

    0下载:
  2. 输入一个日期,返回其日期的前一日日期。范围为1900~2060-Solve the next date of the day you give.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:5kb
    • 提供者:yesah
  1. Scindeurexe

    0下载:
  2. ength Of Struc: 0284h Length Of Value: 0034h Type Of Struc: 0000h Info: VS_VERSION_INFO Signature: FEEF04BDh Struc Version: 1.0 File Version: 0.0.2.0 Product Version: 0.0.2.0 File Flags Mask: 0.63 File
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-23
    • 文件大小:204kb
    • 提供者:Juan
  1. MJ-2060

    0下载:
  2. 该压缩包描述敏捷条形码公司出产的MJ-2060条形码扫描模组功能,电路和接口信号定义等。-This zip file includes several documents, they introduce MJ-2060 bar code scanner module function, circuit and interface definition.
  3. 所属分类:软件工程

    • 发布日期:2024-11-23
    • 文件大小:8.83mb
    • 提供者:Liu Dong

源码中国 www.ymcn.org