登录
首页 » 算法 » 整数划分的扩展问题

整数划分的扩展问题

于 2022-08-06 发布 文件大小:232.99 kB
0 222
下载积分: 2 下载次数: 1

代码说明:

资源描述下面有整数划分问题扩展出的多个题例: (1)正整数n划分为若干正整数之和,最大加数不超过m的划分数 (2)正整数n划分为不超过m个正整数之和的划分数 (3)正整数n划分为若干正奇整数之和的划分数 (4)正整数n划分为互不相同正整数之和的划分数 约定: 整数划分无顺序,比如对7划分,认为2 2 3和3 2 2和2 3 2为同一种划分。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数值库for Windows,含有很多数值
    数值算法库for Windows,含有很多数值算法-numerical algorithm library for Windows, contain many numerical algorithm
    2023-01-04 12:45:03下载
    积分:1
  • acm essential knowledge, explain in detail the tree line, in the hope that usefu...
    acm必备知识,线段树的详细讲解,希望对你有用-acm essential knowledge, explain in detail the tree line, in the hope that useful to you
    2023-08-14 14:50:02下载
    积分:1
  • Lifitime tracer. ***************************************************** Example...
    Lifitime tracer. *** *** *** *** *** *** *** *** ***** Example: #include void foo() { TRACE_LIFETIME usleep(100000) } void main() { foo() } *** *** *** *** *** *** *** *** *** See lifetimes.log: FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx) TTL: 00000xxxxx us (THREAD ID: 0000xxxx) ****************************************************** Explanation of newly created lifetimes.log: FUNC - function, whose lifetime we measured AV TTL - mean (average) spent time of all functions calls TTL - time spent on each function call THREAD ID - thread that called a function. ***************************************************** Description: - was written for QT project - multithreaded support (Loki::Singleton has multithreaded sync support) **************************************************** Dependencies: - QT - Loki (A. Alexandrescu) -Lifitime tracer. ****************************************************
    2022-02-13 17:25:56下载
    积分:1
  • 七段显示器的VHDL代码
    此代码用于使7段显示器老化;
    2022-11-10 05:30:04下载
    积分:1
  • Sequencing method using the maximum number of sort will be a string of numbers a...
    排序方法采用最大数排序,将一串数字按大小排列!每次一个数字比下一个最大的发布到前面都是做循环后出现的结果
    2022-12-14 11:45:03下载
    积分:1
  • huge hex convert to dec. the value limite is less that 10^50
    huge hex convert to dec. the value limite is less that 10^50-huge hex convert to dec. The value is limite less that 10 ^ 50
    2022-02-20 17:06:05下载
    积分:1
  • MELP语音低速率编码器源代码
    语音低速率编码器,美国军用标准,MELP,源代码是C语言版本,编译后可直接运行,里面有一个编码器和一个解码器。该编码器是开源的,原始文件有一个小错误,这里已经做了修改,可直接编译通过。
    2022-11-19 02:45:03下载
    积分:1
  • Prim求解最短路径
    import java.util.ArrayList; public class Prim { double[][] matrix; //从0开始,邻接矩阵 double t; //记录时间 int num; //节点数 float bestc; //最优路径距离 int start = 0; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-20 15:11:11下载
    积分:1
  • Matlab calculations prepared by the fluid and heat transfer procedures
    matlab编写的流体计算和传热程序-Matlab calculations prepared by the fluid and heat transfer procedures
    2022-03-04 01:58:33下载
    积分:1
  • 2022-04-21 03:20:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载