您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 技术Algorithm and Implementation of the K-Best Sphere

  2. K-best Schnorr–Euchner (KSE) decoding algorithm is proposed in this paper to approach near-maximum-likelihood (ML) performance for multiple-input–multiple-output (MIMO) detection.
  3. 所属分类:专业指导

    • 发布日期:2011-08-17
    • 文件大小:913408
    • 提供者:helenwxq
  1. 分支限界法 装载问题

  2. #include #include #include #include using namespace std; ifstream infile; ofstream outfile; class Node { friend int func(int*, int, int, int*); public: int ID; double weight;//物品的重量 }; bool comp1(Node a, Node b) //定义比较规则 { return a.weight > b.
  3. 所属分类:C/C++

    • 发布日期:2013-06-16
    • 文件大小:4096
    • 提供者:u011085291
  1. 1917800(提交).pdf

  2. 2019年美国大学生数学建模大赛D题逃离卢浮宫 根据卢浮宫的结构,绘制了一个有向图,(指示基于图论的疏散路径),【Floyd-Warshall算法】用于搜索从亭组到出口的最短路径。 通过运行算法,得到疏散矩阵,(工作人员使用疏散矩阵指导访客通过每条计划路径安全到达出口);鉴于排队理论,当疏散时,访问者将在出口处排队,排队参数(例如队列长度和等待时间)。 【粒子群优化用于优化模型】疏浚这些瓶颈,优化后,最终平均疏散时间为3秒,出口平均排队长度为3米,队列等待时间为3秒,比以前减少10%。 在对模型
  3. 所属分类:专业指导

    • 发布日期:2019-07-27
    • 文件大小:7340032
    • 提供者:weixin_44121283