Welcome![Sign In][Sign Up]
Location:
Search - job

Search list

[SQL Serverjob

Description: This will be used to create the sql job which will run at regular intervals
Platform: | Size: 1024 | Author: Sam Boston | Hits:

[AlgorithmExample

Description: Flow job shop scheduling using BB method
Platform: | Size: 529408 | Author: nareyus | Hits:

[matlabJobshopschedulingsimulatedannealinggeneticalgorith

Description: 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
Platform: | Size: 17408 | Author: 赵欣 | Hits:

[matlabzydu-matlab

Description: 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
Platform: | Size: 1024 | Author: wllx | Hits:

[Windows DevelopNET.module.design.high.level.job

Description: NET高级编程求职模块设计代码NET code module design high-level programming job -NET code module design high-level programming job
Platform: | Size: 467968 | Author: x | Hits:

[Otherjob

Description: The seven golden rules resume writing 这是书写简历的7个黄金法则,主要讲了一些书写简历的规则等值得求职应聘者的拥有! -The seven golden rules resume writing resume writing this is the golden rule 7, resume writing mainly about the rules of some other worthy candidates for a job!
Platform: | Size: 6178816 | Author: danile | Hits:

[WEB CodeJob

Description: 求职网,一个用于找寻工作的网站的源代码,可以实现求职者与招聘者的互动-Job site, a site used to find the source code to work, job seekers and recruiters can achieve the interaction
Platform: | Size: 1804288 | Author: 毛仁杰 | Hits:

[matlabShop-scheduling-genetic-algorithm

Description: 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Platform: | Size: 2048 | Author: 王龙隐 | Hits:

[JSPJAVA-job-training

Description: [Java就业培训教程].(张孝祥)(1~11章)-[Java job training tutorials]. (Zhang xiao xiang) (1 ~ 11)
Platform: | Size: 17043456 | Author: 孤影绝 | Hits:

[WEB Codeonline-job-recruitment-system

Description: 一个简易的网上招聘求职系统。ASP+SQL。分为企业模块,求职者模块,和管理员模块。-A simple online job recruitment system. ASP+ SQL. Into enterprise modules, job seekers module, and the administrator module.
Platform: | Size: 460800 | Author: 甘津瑞 | Hits:

[ADO-ODBCjob

Description: c#语言的基于asp的job查询系统 数据库为acce-asp c# language, the job-based query system to access the database
Platform: | Size: 362496 | Author: jin | Hits:

[OS programJob

Description: 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的显示。 ○3、 由于计时器的时间间隔设置为1000毫秒,故每秒钟将调用一次OnTimer(UINT nIDEvent)函数,检查作业的运行状态,若作业的已运行时间大于等于所需时间,则将该作业从内存作业队列中撤销,并处理机依照某一个作业调度算法(FCFS先来先服务,SJF短作业优先,HRN高响应比优先调度算法)进行下一个作业的调度,更新列表框控件的信息显示。 ○4、当所有作业都调度完成时,撤销计时器即调用函数KillTimer(1).-Operating System Course Design: Single-channel scheduling algorithm for simulation of three operating systems ○ 1, the data structure select the one-way chain force, the backup job queue of each node represents an operation blocks, each block of the JCB job contains the following information: job name, arrival time, the time has run time , job status, the required size of main memory, the required number of tape drives. ○ 2, submit a new job, call the function EnQueue (m_JobName, m_NeedTime) will work into the back end of the job queue. Then, the job queue to determine whether the memory is empty, if empty will be transferred to the memory backup job to run and start the timer SetTimer (1,1000, NULL), update the list box controls the display of information. ○ 3, set the timer interval to 1000 milliseconds, so the second will be called once OnTimer (UINT nIDEvent) function to check the operational status of jobs, if the job has been running longer than the mean time, it will job q
Platform: | Size: 294912 | Author: 何启明 | Hits:

[AI-NN-PR0801563

Description: 用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of the workpiece, M stands for machine, Op behalf of processes, T on behalf of the workpiece processing time), that is how the parts of the process in accordance with the allocation of a reasonable order to the machine in order to achieve the requirements of the objective function.
Platform: | Size: 897024 | Author: 刘浏 | Hits:

[Process-ThreadJob-scheduling

Description: 在多通道批处理系统中,作业的运行除了考虑作业之间的优先关系之外,还必须考虑系统能否为其所需的资源分配资源。因为在多通道批处理系统中同时有不只一道作业在CPU中运行,这样就会导致某个作业需要的资源正在被另一个作业占用,这样就会导致无法分配资源的作业进入等待状态,直到该资源被其它作业释放后才能重新激活。-Batch processing in multi-channel system, jobs run in addition to considering the precedence relations between operations, but also must consider the resources required for the system can allocate resources. Because in the multi-channel system at the same batch have more than one job running in the CPU, which would lead to a job required resources are occupied by another job, this will result in the allocation of resources can not work into the waiting state until the resources are released before other work re-activation.
Platform: | Size: 142336 | Author: xiaoxiao | Hits:

[JSP/Javajob

Description: 用jsp语言编写的个人求职系统,数据库采用mysql-Jsp language with personal job search systems, databases using mysql
Platform: | Size: 1725440 | Author: 黎明之鹰 | Hits:

[Data structsJob-sorting-problem

Description: 作业排序问题,解决作业排序过程中作业顺序穷举问题的程序-Job sorting problem exhaustively program
Platform: | Size: 2048 | Author: 邵晓成 | Hits:

[Education soft systemJob-Management-System-Student-Papers

Description: 学生作业管理系统论文主要功能包括作业提交,在线批改,信息反馈-Job management system thesis students include job submission, online marking, feedback
Platform: | Size: 30720 | Author: 张文 | Hits:

[Successful incentivejob

Description: 关于pe 工程师职位职责工作方向工作地点-job description
Platform: | Size: 1024 | Author: 肖渊钦 | Hits:

[Data structsJOB

Description: 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。   对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求。 -Prepare and dispatch a multi-channel program scheduling system simulation program. Job scheduling algorithms: a first-come first-served based on the scheduling algorithm. Can refer to the textbook approach to design. Procedures for multi-channel system, to assume that the system has a variety of resources and the number, dispatch operations must take into account the resource requirements of each job.
Platform: | Size: 290816 | Author: 悠悠 | Hits:

[JSP/JavaJava-big-job-personal-website

Description: 简单的个人网站,适合初学者学习,Java大作业-Simple personal website, for beginners to learn, Java Big Job
Platform: | Size: 1945600 | Author: 冷冰凝 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net