-
整数划分的扩展问题
资源描述下面有整数划分问题扩展出的多个题例:
(1)正整数n划分为若干正整数之和,最大加数不超过m的划分数
(2)正整数n划分为不超过m个正整数之和的划分数
(3)正整数n划分为若干正奇整数之和的划分数
(4)正整数n划分为互不相同正整数之和的划分数
约定:
整数划分无顺序,比如对7划分,认为2 2 3和3 2 2和2 3 2为同一种划分。
- 2022-08-06 05:33:03下载
- 积分:1
-
A fast Fourier transform tool
windows 平台下的很好用,很快速,功能强大的快速傅立叶变换动态连接库,有头文件和说明书。-A fast Fourier transform tool
- 2022-08-10 12:03:45下载
- 积分:1
-
Dynamic programming method, algorithm programming, if there are other questions,...
动态规划法,算法程序设计,如果有其他问题,请给我发邮件-Dynamic programming method, algorithm programming, if there are other questions, please send me e-mail
- 2022-06-30 11:29:46下载
- 积分:1
-
快速中值滤波
这是基于CTMF改进的快速中值滤波算法,在该算法上进行了优化和改进成C++版本,在PC上可以达到实时的速度,对于去噪,消噪方面有着非常显著的效果。
- 2022-04-09 10:31:03下载
- 积分:1
-
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件...
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, organization, and the importation of 229 for a group, they will automatically calculate data, displayed on the screen, while the output to a file, is a very good procedure, I spent several days prepared and very lean!
- 2022-09-10 07:35:02下载
- 积分:1
-
选主元的矩阵杜利特尔分解
选主元的矩阵杜利特尔分解-Pivot Doolittle decomposition of the matrix
- 2022-02-28 20:40:51下载
- 积分:1
-
贪吃蛇源码
windows命令行模式下贪吃蛇游戏,开始/暂停,移动速度渐变,游戏计时,蛇长统计
- 2022-07-07 06:37:15下载
- 积分:1
-
龙格库塔算法,用于拟合GLONASS的星历数据,15分钟精度在5米之内,可以向前推,也可以向后推!...
龙格库塔算法,用于拟合GLONASS的星历数据,15分钟精度在5米之内,可以向前推,也可以向后推!-Runge- Kutta method for fitting the GLONASS satellite ephemeris data, the accuracy of 15 minutes within five meters, can move forward, but also can push back!
- 2022-03-05 12:36:34下载
- 积分:1
-
很好的c++显示程序
应用背景This program may crash your system or run poorly depending on your
hardware. The program and code contained in this archive was scanned
for virii and has passed all test before it was put online. If you
use this code in project of your own, send a shout out to the author!关键技术一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则
- 2022-04-11 05:36:25下载
- 积分:1
-
指数平滑法
指数平滑法在电力系统负荷预测中有着重要的应用,是电力系统负荷预测的一种重要算法,该源代码又分别实现了一次指数平滑法、二次指数平滑法两种算法。
- 2022-08-18 15:22:01下载
- 积分:1