资源列表
VB36
- 要解决三个冲突:1.同一老师任两门以上课程的在同一时间内安排在不同的班讲课 2.不同的课程在相同时间内安排在同一教室 3 .教室容量与学生人数的冲突 数据库:班级表(班级名称,人数) 教师表(教师名称,所教科目) 科目表(科目名称,总学时数,周学时数) 教室表(教室名称,容量) 我不知道还需不需要一个时间表?? 要求:每天上下午各开4节课,每周按5天上课,一共18周.每次两节课一起上. 在排课时,每周所开的课程的总学时数要小于周学时数. 多学时课要隔一天以上才上第二
genetic-TuXiangFenGe
- 用matlab写的遗传算法分割程序,用的是Sheffield大学gatbs工具箱 能够运行得到真确结果! -using Matlab write the genetic algorithm to separate procedures, the University of Sheffield gatbs Toolbox can be true operating results!
Snake(070414)
- 贪吃蛇自动吃事,暂无处理碰壁情况,可以自己试着处理下-huge memory automatically eat, no treatment failures, they can try to deal with the next
EGA
- 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
GA_MFC
- 一个利用C++开发遗传算法类,支持任意设定位段值,使用方便。-C development of a genetic algorithm categories, support spaces of arbitrary value and convenient.
sig_gen
- 用于某些测试程序中的测试向量生成。 根据输入的统计特性,生成符合该统计特性的随机测试向量到输出文件。-certain testing procedures for the test vector generation. According to the statistics of imported produce with the statistical characteristics of the random test patterns to the output document.
pca1
- 主成份分析的MATLAB源代码。一起学习。-principal component analysis of MATLAB source code. Learning together.
GenticAlgorithm_TSP
- 使用遗传算法解决TSP问题的MATLAB源代码。-the use of genetic algorithms to solve the TSP MATLAB source code.
IA_TSP
- 使用基于信息熵的免疫算法解决TSP问题。-based on the use of information entropy algorithm to solve the immune TSP.
SimulateAlgorithm_TSP
- 使用模拟退火算法解决TSP问题。好用啊-using simulated annealing algorithm to solve TSP. Easy ah!
yuce
- 神经网络支持向量机程序,用于模式识别,股指预测-neural network SVM procedures for pattern recognition, stock index forecast
SVMcode
- 这是一个采用c++编写的用于机器学习文本分类的SVM算法的实现代码。-c prepared using machine learning for text classification of SVM codes.