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

搜索资源列表

  1. lqx10002

    2下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1342
    • 提供者:卢起雪
  1. shopping_Dynamic_Programming

    0下载:
  2. Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones i
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11423
    • 提供者:汤烈
  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:174272
    • 提供者:zhuxin
  1. suanfa

    0下载:
  2. 这是我今年数据结构的课程设计,课题是实现冒泡排序,快速排序,直接插入排序,直接选择排序的算法比较 绝对原创哦-This is my data structure of this curriculum design, the task is to achieve bubble sort, quick sort, direct insertion sort, directly choose Sort Algorithm relatively absolute originality oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2235
    • 提供者:李枫
  1. homework1

    0下载:
  2. Task: 动态数组模版类 Requirements: 用动态空间实现 代码要规范,加上程序注释 重载操作符[]
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36280
    • 提供者:云从龙
  1. 抓贼

    0下载:
  2. 这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:月月
  1. 数据结构任务分配

    1下载:
  2. 用数据结构实现基本算法 用C++实现任务分配功能-data structure used to achieve basic algorithm C Task allocation functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3863
    • 提供者:孙锋志
  1. code

    0下载:
  2. 《多任务下的数据结构与算法》 光盘源代码- Multi-task under the data structure and algorithm, the source code CD-ROM
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:67472
    • 提供者:赵磊
  1. UPM_a01

    0下载:
  2. C++课程大学作业的一次任务,个人答案程序包-C++ Courses University of operating a task, personal answer to the package
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:322891
    • 提供者:oklahoma
  1. attemper

    0下载:
  2. 使用动态规划的方法求接出怎样在两条装配线上以最快的时间完成装配任务-The use of dynamic programming methods for how to access the assembly line in the two shortest time to complete the assembly task
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:687
    • 提供者:玄霄
  1. Data-Structures-and-Algorithms

    0下载:
  2. 多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:112238
    • 提供者:韩雪莲
  1. S010600917

    0下载:
  2. 问题描述: 给定一棵有n 个结点的二叉树,结点的编号为1,2,…,n。已知二叉树结点编号的后序和中序列表,试设计一个算法,确定该二叉树结点编号的前序列表。 实验任务: 对于给定的二叉树结点编号的后序和中序列表,计算二叉树结点编号的前序列表。 -Descr iption of the problem: there is a given n the binary tree nodes, the nodes numbered 1,2, ..., n. Known number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:62314
    • 提供者:林建
  1. S020600210

    0下载:
  2. « 问题描述: 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。 « 实验任务: 对于给定的2 棵二叉树,计算这2 棵二叉树是否同构。-« Descr iption of the problem: sometimes need to test two data structures of the same configuration, that is, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:14594
    • 提供者:林建
  1. S020600318

    0下载:
  2. « 问题描述: 按前序列出二叉树各结点为根的子树的结点数。 « 实验任务: 对于给定的二叉树,计算二叉树各结点为根的子树的结点数,并按前序列出。 -« Descr iption of the problem: According to the former sequence of binary tree nodes for each sub-tree root nodes. « Experimental task: For a giv
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50064
    • 提供者:林建
  1. RoutingSystem

    0下载:
  2. The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as ed
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:26925
    • 提供者:unknown9218
  1. zuidachengji

    0下载:
  2. 一个正整数一般可以分为几个互不相同的自然数的和,如3=1+2,4=1+3,5=1+4=2+3,6=1+5=2+4,…。 现在的任务是将指定的正整数n分解成若干个互不相同的自然数的和,且使这些自然数的乘积最大。 -A positive integer in general can be divided into several separate and natural numbers, such as 3 = 1+2,4 = 1+3,5 = 1+4 = 2+3,6 = 1+5 = 2+
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:886435
    • 提供者:浩浩
  1. zuijiadiaodusuanfa

    0下载:
  2. 利用回溯法实现机器的最佳调度,实现任务完成时间的最小化。-The use of backtracking to achieve the best machine scheduling, task completion time to achieve the minimization.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1079
    • 提供者:dengyi
  1. task

    0下载:
  2. 加里森的任务 有n个加里森敢死队的队员要炸掉敌人的一个军火库,谁都不想去,队长加里森决定用轮回数数的办法来决定哪个战士去执行任务。如果前一个战士没完成任务,则要再派一个战士上去。现给每个战士编一个号,大家围坐成一圈,随便从某一个战士开始计数,当数到5时,对应的战士就去执行任务,且此战士不再参加下一轮计数。如果此战士没完成任务,再从下一个战士开始数数,被数到第5时,此战士接着去执行任务。以此类推,直到任务完成为止。 加里森本人是不愿意去的,假设加里森为1号,请你设计一程序为加里森支招,求出
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:700943
    • 提供者:苹果
  1. task-allocation

    0下载:
  2. 数据结构设计程序之任务分配,很适合初学者学习-Data structure design process, task allocation, it is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3626
    • 提供者:issachuxleg
  1. Task-scheduling

    0下载:
  2. 任务调度算法。依据严蔚敏C数据结构编写,可作为数据结构实验的源代码。使用C++编写。包括一个头文件一个cpp文件。用于模拟CPU事件任务到达的处理流程。-Task scheduling algorithm. Based YanWeiMin C data structures to prepare, can be used as the experimental data structure of the source code. Use C++ writing. Including a head
  3. 所属分类:Data structs

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