CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - container

搜索资源列表

  1. cangku

    0下载:
  2. 某商场有如下的几种货品:衬衣、鞋子、帽子、裤子、冰箱、电视、立柜、壁橱、沙发。每一种货物都有详细的说明信息。 衬衣:布料、尺寸、单价、产地、库存量、所属货柜; 鞋子:皮料、尺寸、单价、产地、库存量、所属货柜; 帽子:布料、样式(平顶或尖顶)、尺寸、单价、产地、库存量、所属货柜; 裤子:布料、尺寸、单价、产地、库存量、所属货柜; 冰箱:制冷类型、样式(二门或三门)、颜色、尺寸、单价、产地、库存量、重量、所属货柜; 电视:样式(彩色或黑白)、颜色、尺寸、单价、产地、库存量、重
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3459
    • 提供者:fisherman
  1. expr3

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?-problem given a container, its length L, width W and H for high, existing batch of cylindrical wood and each timber are long L, but different radius, based i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:81826
    • 提供者:吴博
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:4212
    • 提供者:weiht
  1. 12-1

    0下载:
  2. 关于货箱装船问题的贪婪算法,只是简要描述-Container ship on the issue of greedy algorithm, only a brief descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:825
    • 提供者:menmaolin
  1. backtracking

    0下载:
  2. 利用回溯法来实现集装箱装载方案,要求n个集装箱装上这2艘轮船-Achieved by backtracking the container load plan, requiring n containers loaded on the two ships
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:179073
    • 提供者:钱民
  1. VCPPISODATA-Code

    0下载:
  2. 基于VC++的ISODATA算法代码 本例基于VC++环境,使用了STL模板容器实现了ISODATA算法,简单易用。 -Based on VC++ ISODATA algorithm code cases based on VC++ environment, the use of the STL template container to achieve the ISODATA algorithm, easy to use.
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:2719
    • 提供者:徐斌
  1. bingreedy

    1下载:
  2. 此源程序为解决一维集装箱装载问题,但是为二维和三维算法提供了很好的思路。-This source code to solve one-dimensional container loading problem, but for the two-dimensional and three-dimensional algorithm provides a very good idea.
  3. 所属分类:Algorithm

    • 发布日期:2014-11-21
    • 文件大小:1508
    • 提供者:碧天
  1. tfidf

    0下载:
  2. 我用容器写的文本词条tfidf权值计算程序,简单实用,内含文件格式,适合中英文-I used to write the text container tfidf term weight calculation program, simple and practical, including file format, suitable in both English and Chinese
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:7093
    • 提供者:keen
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3005
    • 提供者:墨镜牛郎
  1. Loading

    0下载:
  2. 用回溯法求解装载问题,对有解的装载问题,采用的策略可以得到最优装载方案 (1)首先将第一艘轮船尽可能装满; (2)然后将剩余的集装箱装上第二艘轮船-With back problems loading method, loading of the solvability problem, using the optimal strategy can be loaded with the program (1) First of all, the first a ship filled w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:961
    • 提供者:waterfly
  1. StaticList

    0下载:
  2. 链表容器:静态链表:链表容量确定,由于采用数组存储,使访问更快。-Container list: static list: List the capacity to identify, due to the use of an array of storage, to enable faster access.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2008
    • 提供者:bupteinstein
  1. FreePtr

    0下载:
  2. 这是一个很好的帮助类,在适用STL的容器的时候,可以配合for_each算法函数删除容器中的指针对象-This is a very good help category, where applicable, the STL containers, they can function with the for_each algorithm to delete the pointer container object
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:1313
    • 提供者:haofei
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  1. Stl_Tutorial_And_Reference_Guide

    0下载:
  2. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.This book will help you how to programming with STL.
  3. 所属分类:STL

    • 发布日期:2017-05-13
    • 文件大小:3261379
    • 提供者:nbn
  1. RectanglePack

    0下载:
  2. 已知一个矩形容器和一些矩形块,如何将这些矩形互不重叠地填充到矩形容器中-Known to a rectangular container and a number of rectangular blocks, each of these rectangular non-overlapping manner to the rectangular container filled with
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5002
    • 提供者:ben
  1. 081105

    3下载:
  2. 基于MATLAB的组合模型 在港口吞吐量预测中的应用 以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式 等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预 测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误 差。提高预测精度。-A combination of MATLAB-based model i
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:148196
    • 提供者:张学利
  1. SGI_Standard_Template_Library_Program_Guide

    0下载:
  2. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are he
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:674620
    • 提供者:5263
  1. Containers

    0下载:
  2. Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"-Data Structures- Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ us
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:165433
    • 提供者:grom2
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:658054
    • 提供者:邹斌
  1. a34

    0下载:
  2. 针对集装箱倒箱问题,研究出口箱在码头堆场的翻倒过程(the block relocation problem in container terminal yard)
  3. 所属分类:mathematica

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:漠然gww
« 12 3 4 5 »
搜珍网 www.dssz.com