CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法

文件名称:Integer_Partition

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-11-04
  • 文件大小:
    2.34mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。



如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi n} is a partition. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e. max (m1, m2, ..., mi) < = m, it is called an m division of n. Here we denote the number n of the m-divided f (n, m) n = 4, for example, but he has five division, {4}, {3,1}, {2,2}, {2, 1,1}, {1,1,1,1}
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Integer_Partition/Integer_Partition.sdf
Integer_Partition/Integer_Partition.sln
Integer_Partition/Integer_Partition.suo
Integer_Partition/Debug/Integer_Partition.exe
Integer_Partition/Debug/Integer_Partition.ilk
Integer_Partition/Debug/Integer_Partition.pdb
Integer_Partition/Integer_Partition/Integer_Partition.cpp
Integer_Partition/Integer_Partition/Integer_Partition.vcxproj
Integer_Partition/Integer_Partition/Integer_Partition.vcxproj.filters
Integer_Partition/Integer_Partition/Integer_Partition.vcxproj.user
Integer_Partition/Integer_Partition/ReadMe.txt
Integer_Partition/Integer_Partition/stdafx.cpp
Integer_Partition/Integer_Partition/stdafx.h
Integer_Partition/Integer_Partition/targetver.h
Integer_Partition/Integer_Partition/Debug/cl.command.1.tlog
Integer_Partition/Integer_Partition/Debug/CL.read.1.tlog
Integer_Partition/Integer_Partition/Debug/CL.write.1.tlog
Integer_Partition/Integer_Partition/Debug/Integer_Partition.exe.embed.manifest
Integer_Partition/Integer_Partition/Debug/Integer_Partition.exe.embed.manifest.res
Integer_Partition/Integer_Partition/Debug/Integer_Partition.exe.intermediate.manifest
Integer_Partition/Integer_Partition/Debug/Integer_Partition.lastbuildstate
Integer_Partition/Integer_Partition/Debug/Integer_Partition.log
Integer_Partition/Integer_Partition/Debug/Integer_Partition.obj
Integer_Partition/Integer_Partition/Debug/Integer_Partition.pch
Integer_Partition/Integer_Partition/Debug/Integer_Partition_manifest.rc
Integer_Partition/Integer_Partition/Debug/link-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.11252-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.11252-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.11252.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.11252.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.4316-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.4316-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.4316.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.4316.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.6660-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.6660-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.6660.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.6660.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7312-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7312-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7312.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7312.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7496-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7496-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7496.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.7496.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9072-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9072-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9072.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9072.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9212-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9212-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9212.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9212.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9944-cvtres.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9944-cvtres.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9944.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.9944.write.1.tlog
Integer_Partition/Integer_Partition/Debug/link.command.1.tlog
Integer_Partition/Integer_Partition/Debug/link.read.1.tlog
Integer_Partition/Integer_Partition/Debug/link.write.1.tlog
Integer_Partition/Integer_Partition/Debug/mt.command.1.tlog
Integer_Partition/Integer_Partition/Debug/mt.read.1.tlog
Integer_Partition/Integer_Partition/Debug/mt.write.1.tlog
Integer_Partition/Integer_Partition/Debug/rc.command.1.tlog
Integer_Partition/Integer_Partition/Debug/rc.read.1.tlog
Integer_Partition/Integer_Partition/Debug/rc.write.1.tlog
Integer_Partition/Integer_Partition/Debug/stdafx.obj
Integer_Partition/Integer_Partition/Debug/vc100.idb
Integer_Partition/Integer_Partition/Debug/vc100.pdb
Integer_Partition/ipch/integer_partition-c979a943/integer_partition-fbcc30f3.ipch
Integer_Partition/Integer_Partition/Debug
Integer_Partition/ipch/integer_partition-c979a943
Integer_Partition/Debug
Integer_Partition/Integer_Partition
Integer_Partition/ipch
Integer_Partition

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com