搜索资源列表
任务分配.rar
- 最佳任务分配方案求解 ——任务分配
XTerran_NoMgr
- 集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the conversation duty assignment, machine does for chooses the bull dozer, other machines share the terminal service conversation
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
基于密码技术的MobileAgent系统安全问题解决方案
- Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
ZZMyVC3LL
- 可自动从ORACLE数据库中提取产品零部件信息,构成产品结构树,同时,可查看任务分配/完成情况/用户管理等.-automatically from the ORACLE database information extraction product components, product structure tree pose the same time, can View assignment / completion of the / user management.
数据结构任务分配
- 用数据结构实现基本算法 用C++实现任务分配功能-data structure used to achieve basic algorithm C Task allocation functions
EnterpriseManage
- 一个简单的企业管理系统,包括合同、人力资源、任务分配等。需要SQL Server支持。-A simple enterprise management system, including contracts, human resources, task allocation. Requires SQL Server support.
任务分配
- 最佳任务分配方案求解 ——任务分配 - The best duty assignment plan solves 鈻♀枴the duty to assign
ant_clustring
- 蚁群算法用于已知数目的聚类问题,解决任务分配等问题-Ant colony algorithm for clustering已知数purpose of solving the task allocation
ICWork
- Asp.net2.0任务分配系统 asp.net2.0+sqlserver2005 一个任务分配系统的雏形,当中用到自带的角色管理。 分三个角色:administrator(超级用户),Manager(项目经理),engineer(工程师). 角色是由网站管理工具生成。 分三种角色登录到系统: administrator角色:admin 密码:123456 Manager角色:manager 密码:123456 engineer角色:engineer 密码
dt
- 项目名称:某企业任务管理系统 1. 项目背景及其需求 1.1 项目背景 大唐软件技术有限责任公司(CATTSOFT)(以下简称“大唐软件”)是大唐电信科技股份有限公司的全资子公司。大唐软件以提供适合各通信网络和通信业务运营商需要的管理软件、支撑软件、增值业务软件系统为业务基础,为各类通信系统运营商或信息系统用户提供业务管理、网络管理、决策支持、系统集成和专业咨询的完整解决方案和服务。 现承接大唐软件某业务部门的“业务管理系统”中“任
Easy51RTOS
- 一种简单的51的操作系统,设定定时的时间间隔,并为每个任务分配一定时间,当任务就绪时,执行该任务;没有任务就绪时,执行任务调度函数-A simple 51 operating system, set the timing interval, and each task assigned a certain time, when the task is ready, the implementation of the task no task is ready, the implementati
IntelgentCompuation
- matlab语言开发的退火算法,主要用于算法的优化。可以实现寻找运行代价与通讯时间之和的近似最小值的功能,也可用于任务分配问题,本题是求50个任务分配到8台计算机的最优解。源码有详细注释,更便于理解。-matlab language development of the annealing algorithm, mainly used algorithms. Find running costs can be achieved with the communication time and th
MaximumMatching
- 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
GA
- 使用遗传算法解决空战火力分配问题,是一种最基本的算法(Solving Air Combat Firepower Allocation Problem by Using Genetic Algorithms)
多无人机任务分配
- 无人机协同时进行任务规划,以实现最优效益(In order to realize the best benefit, the uav is planned when cooperating with each other)
consensus_based_auction_algothm
- 分布式一致性竞拍算法,主要用于解决单任务分配问题,花了一天时间编完,亲测有效(consensus_based_auction_algothm)
粒子群算法求解机器人路径规划
- 无人机进行任务分配,采用匈牙利算法,原作者位于github(The drone uses the Hungarian algorithm for task assignment, the original author is located on github)
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)