登录
首页 » c++ » 连续邮资问题

连续邮资问题

于 2023-08-03 发布 文件大小:639.54 kB
0 77
下载积分: 2 下载次数: 1

代码说明:

将n块电路板以最佳排列方式插入带有n个插槽的机箱中。n块电路板的不同排列方式对应于不同的电路板插入方案。设B={1, 2, …, n}是n块电路板的集合,L={N1, N2, …, Nm}是连接这n块电路板中若干电路板的m个连接块。Ni是B的一个子集,且Ni中的电路板用同一条导线连接在一起。设x表示n块电路板的一个排列,即在机箱的第i个插槽中插入的电路板编号是x[i]。x所确定的电路板排列Density (x)密度定义为跨越相邻电路板插槽的最大连线数。

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

发表评论

0 个回复

  • LibraryLoaderSetup2v36.msi
    just to dislay logo
    2019-03-26 21:36:57下载
    积分:1
  • 动态数组模板类的C++实现
    动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{    public:        Array(int sz = 50);        Array(const Array &A);        ~Array(void);        Array& operator = (const Array &rhs);     //重载=,使数组对象可以整体赋值        T& operator[](int n);            
    2022-01-28 05:28:35下载
    积分:1
  • ptp
    本代码用来实现机器人运动 从一点到另外一点(about robot )
    2013-03-19 11:29:34下载
    积分:1
  • 双容水箱模糊控制
    说明:  双融水箱模糊控制,matlab实现,详细(Double melt water tank fuzzy control, matlab implementation, detailed)
    2021-04-14 10:08:55下载
    积分:1
  • mingrisoft5
    库存管理系统 详细说明书加源代码VS2005 C#+SQL Sever 2005(Inventory management system detailed instructions plus source code VS2005 C#+SQL Sever 2005)
    2013-11-08 23:19:24下载
    积分:1
  • lyapunov_wolf
    混沌时间序列 相空间重构 延迟时间t 维数(Phase space reconstruction of chaotic time series dimension of the delay time t)
    2021-04-08 15:59:00下载
    积分:1
  • fk
    说明:  arm7的蜂鸣器程序,主要是在44B0里面实现的,已经调试通过(ARM7' s buzzer procedures, mainly in the implementation of the 44B0 which has been debugging through)
    2009-03-18 09:12:13下载
    积分:1
  • STM8S
    串口控制中断部分,可修改字节数,需要提前配置串口相关设置
    2023-01-22 02:55:03下载
    积分:1
  • ant
    Ant simulations with DOS interface and using Turbo C 3.0 to compile
    2010-08-02 14:16:32下载
    积分:1
  • MySvm
    SVM的实现,采用了SMO算法,用C语言结合matlab接口实现,可在matlab下运行。如果是64位的系统,可在matlab下重新同met.(SVM with SMO)
    2013-12-25 21:59:25下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载