搜索资源列表
NewFolder(3)
- 火电厂的管理系统,有权限设置和任务分配功能-Thermal power plant management system, have permission to set up and task allocation function
MyTaskVision_final1
- 实现项目分配管理,协作,查看项目的进度、子任务状态等,使用sqlserver2005-The realization of projects the allocation of management, collaboration, view the progress of projects, sub-task status, etc., use sqlserver2005
HostWorkFlow
- asp.net工作流,任务分配,然后按照流程执行的过程-asp.net workflow, task allocation, then the process of implementation in accordance with the flow
RamSimulation
- 内存分配的模拟代码,通过新建任务来模拟真实系统内存分配的实现代码。-Simulation code for memory allocation, through the new task to simulate the real system memory allocated to achieve the code.
Least-Slack-Time.tar
- It is written in C programming language. Problem: Building and simulating a Least-Slack-Time scheduler using linked list and stack data structures Descr iption: In time shared systems, tasks submitted to the system are assigned to a limited num
yin
- 用于计划、开发和实现技术能力,完成组织战略和运营目标。 技术管理通常是指在技术行业当中所作的管理工作,管理者一般具有较高的技术水平,同时带领着自己所管理的团队完成某项技术任务。技术管理的实际操作当中,强调的是管理者对所领导的团队的技术分配,技术指向和技术监察。管理者用自己所掌握的技术知识和能力来提高整个团队的效率,继而完成技术任务。 技术管理是技术和管理的融合,是较高知识容量的高深行业。 -For planning, development and implementatio
Windows-in-depth-analysis---Kernel
- 本书向读者提示了Windows及其应用程序的运行过程,深入剖析了构成Windows内核实体的几个最主要的方面,其中包括:内存的分配和瞥理,模块的装载和卸载,任务的启动和终止,动态链接机制,任务调度机制,消息驱动机制,同时对Windows内核的启动和终止过程也进行了比较全面的剖析。 本书与姊妹篇《Windowss深入剖析——初始化篇》构成了一个整体,帮助读者完整透彻地了解Windows内部奥秘。 本书面向计算机系统开发人员,也可供高等院校相关专业的师生阅读参考。- Book pro
bag.cpp
- 带期限的任务分配问题,配合算法设计与分析课程,采用c++语言编写,应用算法设计思想-Task allocation problem with the term, with the algorithm design and analysis courses using c++ languages written application algorithm design thinking
WSAN_SAT
- WSAN,激励节点调度:基于重叠区域的单任务分配算法。(西南交通大学,ZHJSWJTU)-WSAN, incentives node scheduling: single-task allocation algorithm based on the overlapping area.
TeamVision
- VB.NET数据库任务分配程序(Access),仅供学习和参考。-VB.NET Database task allocation procedure (Access), learning and reference purposes.
TaskDistribution
- 算法设计与分析中的任务分配问题。 用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法 backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案 数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点 Z是解空间中的内部结点。该结点有x[i]=1,2,...,n共n个
renwufenpei
- 任务分配问题,这是一个算法,c语言类型的,讲述如何进行多个房间的任务分配-Task allocation problem, which is an algorithm, c language type, tells how to assign multiple tasks room
MyArray
- 动态数组及模板类 任务目标: 学习C++的类机制、模板机制、运算符重载、重载函数机制、内存动态分配与释放等。 任务描述: 使用C++的类机制实现一个动态的数组类MyArray,具有完整的构造和析构函数。使用模板机制,使其能够支持各种数据类型(包括结构体)。MyArray类中实现以下方法: 添加一个元素,使用函数重载的方式,实现1)添加数组尾部,2)添加到指定序号位置; 通过函数,设置指定位置(序号)的元素数据; 删除指定序号的元素; 删除所有元素;
UAVpath
- 带通信约束的多无人机协同搜索中的任务/目标分配方法-Multi-UAV cooperative search with communication constraints task/target allocation method
projectClass1
- 这个作业将让你去练习建立一些简单的类和使用 C++的基本功能,包括: 封装,引用,动态内存开辟, 简单构造函数和析构函数和 const. 这个程序片段未 供编或调试. 做出合理的错误修正事你任务的一部分, 或要求在类里说明. 一般的,我们会给你最基本部分的代码. 如果你需要它们,你总是可以在 一个类里添加额外的变量或方法. 这个作业被分为三个部分来显示了如 何工作. -This assignment will give you practice building
OPT
- 对内存最佳分配算法的模拟,当有任务进入内存运行时,将满足大小要求的最小内存块分配给任务-Best memory allocation algorithm for the simulation of a task into memory when run, will meet the size requirements of the minimum memory block allocated to the task
workshare
- 一个最佳任务分配方案求解的小程序,里面有输入输出样例。-An optimal allocation scheme for solving the task of small procedures, there are input and output sample.
hungarian
- 匈牙利算法实现任务分配,源码详细编程,例子验证(Hungarian algorithm to achieve the task allocation, the source code detailed programming, examples of verification)
Ant Colony Algorithm (UpdateOnce)
- 无人机进行任务分配,采用蚁群算法,原作者位于github(The drone uses the ant colony algorithm for task allocation. The original author is located on github)
Ant Colony Algorithm(UpdatePerSecond)
- 无人机进行任务分配采用的是蚁群算法,原作者位于github(The drone uses the ant colony algorithm for task allocation. The original author is located on)