搜索资源列表
zzzxpkxt
- 在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software on the basis of a Course Scheduling common management information system design methods, as well as some specific technical problems t
20058149374874
- 在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software on the basis of a Course Scheduling common management information system design methods, as well as some specific technical problems t
antcloniesassignment
- 基于蚂蚁算法的学校排课系统,是找到的一篇蚂蚁算法应用的论文-ant algorithm based on time-school system, is to find the ant algorithm is applied to a paper
ShiguangShan-PhD-Dissertation-200407
- 一份讲解排课系统设计的文档,对大家也许有帮助吧!希望大家相互交流
APPLYING_GENETIC_ALGORITHM_FOR_TIME_TABLE
- 介绍由计算机根据教师的意愿,利用遗传算法自动进行排课,最大限度地满足教师的愿望,对资源作出优化合理的安排.而且,利用Excel实现排课的遗传算法.排课分为教师安排和课程时间的安排两部分.这里论述课程时间的安排.
APPLYING_GENETIC_ALGORITHM_FOR_TEACHER_ASSIGNMENT_
- 介绍由计算机根据教师的意愿,利用遗传算法自动进行排课,最大限度地满足教师的愿望,对资源作出优化合理的安排.而且,利用Excel实现排课的遗传算法.排课分为教师安排和课程时间的安排两部分.本篇论述教师安排.
antforlecture
- 非常好的一篇文章,很有参考价值。关于蚂蚁算法在学校排课系统中的应用。
zdpk
- 自动排课系统的模型与实现!!欢迎大家下载
pkxt
- 转载 排课系统 采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适
排课需求文档
- 自動排課系統的分析與設計
自动排课系统的建模设计方案
- 这是一篇基于UML的网络自动排课系统的建模设计方案.希望能对你有所帮助,This is a network automatically based on UML Modeling Course Scheduling system design. Hope you can help
geneticalgorithmforthegenealizedassigmentproblem.r
- 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
paikesuanfabijiao
- 当前几种排课算法的介绍比较,有各自描述与特点-At present several introductory Course Scheduling algorithm comparison, have their own descr iption and characteristics of
yu
- 格式为GDF,遗传算法在大学排课问题中的应用,对毕业论文有很大的帮助,需要的请下载看吧,需要更多的资料请Q我365191126-Format for the GDF, the genetic algorithm in the University Timetable Problem of theses great help, please download and see the need, the need for more information, please Q I 365191126
T321
- 这是一个自动排课软件(包含源码,需求分析,详细设计).希望对你有所帮助.-Timetable This is an automated software (including source code, needs analysis, detailed design). I hope for your help.
paike
- 本软件主要是适用于高等学校教务部门的办公软件,运用此软件,可以免去工作人员繁忙而枯燥的手工排课过程,直接通过计算机进行排课。我的任务是完成排课系统的界面设计以及排课后报表的生成。-This software is mainly applicable to the Senate higher education sector, office software, using this software, you can remove the staff busy and tedious proces
asdf
- 中北大学软件工程排课算法实现课程设计详细说明书,完整格式,,附有核心代码,基于优先级的排课算法的部分排时间代码-North University Software Engineering Course Scheduling Algorithm for curriculum design, detailed instructions, complete form, with the core code, priority-based Course Scheduling Algorithm for
ASPpaike
- ASP网上选排课系统论文,ASP在线留言系统论文范文-Online Course Scheduling System ASP Articles, ASP Pham Van papers online message system
排课C++
- 排课用C++语言写的,可以运行,无错误,得会C++的人看的比较容易
排课程序项目
- 项目内容: 大学的每个专业都要进行排课。假设任何专业都有固定的学习年限,每学年含两学期,每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的。每门课恰好占一个学期,假定每天上午与下午各有5节课。是在这样的前提下设计一个教学计划编制程序。 项目功能要求: 1输入数据包括:个学期所开的课程数(必须使每学期所开的课程数之和与课程总数相等),课程编号,课程名称,周学时数,指定开课学期,先决条件。如指定开课学期为0,表示有电脑自行指定开课学期。