搜索资源列表
任务分配.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.
project2006
- 一套简单的任务单管理系统,主要解决团队合作的任务分配问题。-a simple task orders management system, mainly to solve the team's mandate distribution.
HotelManger
- 酒店管理系统。可对酒店的各项任务分配管理,和客房管理。-hotel management system. The hotel can be right all the tasks assigned management, and Rooms Management.
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
数据结构任务分配
- 用数据结构实现基本算法 用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
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)
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)