搜索资源列表
FlowShop
- java实现批处理作业调度算法 开发环境为Eclipse
CiPanZuiYouCunChu
- 贪心算法实现磁盘最优存储问题,java实现,算法作业参考-Greedy algorithm to achieve optimal disk storage problem
Algorithms
- 算法导论上机作业java实现,主要有背包问题,八皇后问题,递归等。-Introduction to the machine operation algorithm java to achieve, there are knapsack problem, the eight queen problem, recursive and so on.
diaodu
- 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
animal
- 人工智能实习作业,基于web的动物识别专家系统,基于产生式规则的正向推理,使用jsp开发,开发环境为Eclipse+struts+tomcat+mysql,内含详细说明文档-Practice of artificial intelligence operations, web-based expert system for animal identification, production rule-based forward reasoning, the use of jsp developm
SmartAnt
- 蚁群算法(又称蚂蚁算法,ACO)的演示。我的人工智能实验课大作业。-Ant colony optimization algorithm demonstration.
master
- KWIC软件架构作业三种实现,KWIC软件架构作业三种实现管道、OOP和调用返回。-KWIC software architecture, operating three kinds of achievement, KWIC software architecture to achieve operating three kinds of pipes, OOP and the call returns.
huffman
- java语言实现的huffman树算法,数据结构中重要的算法,也是上课时候的课程作业。-java language of the huffman tree algorithms, data structures important algorithms, when the course is class work.
bushuma
- 八数码游戏,本人利用java亲手编写,人工智能课后作业,使用A*算法,大家可以参考-Eight digital games, I personally prepared using java, artificial intelligence homework, use the A* algorithm, we can refer to
Notepad1
- 应用记事本,学期末大作业,JAVA语言综合应用数据结构完成的功能。-notepad,it is the homework of students in university.you can read and study
TreeArray
- 用JAVA写的,演示了二叉树算法,前序遍历,中序遍历,后序遍历都有涉及,适合做阶段作业提交-Written using JAVA, shows binary tree algorithm, pre-order traversal, in-order traversal, postorder traversal are involved, suitable for job submission phase
AI_BYS
- 人工智能作业,用java写的模拟朴素贝叶斯的程序-a java application about BYS network
Algorithm_SA
- 用java实现的线性序列对齐算法(算法->动态规划的作业)-Java implementation of a linear sequence alignment algorithm (algorithm- dynamic programming job)
flight-booked-system
- 数据结构大作业,航班订票系统设计,利用JAVA写的,有良好的设计界面,内附可运行程序,源代码和实验报告-Data structure operations, flight booking system design, the use of JAVA write good design interface, the included can run the program, source code and lab reports
Singleton
- 清华大学计算机系Java小学期作业答案,设计模式singleton-Department of Computer Science Java elementary school period operating answer, design patterns singleton
my-library
- 图书管理系统java web 作业 东北大学 软件学院-my library system java web
Multi-machine-scheduling
- 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
heap
- heap 数据结构 课程作业 java实习-heap data structure java internship course work
HW3_1500011079
- 机器学习辨别红楼梦作者,前八十回和后四十回特征差别挺大(Machine learning identifies the author of the dream of Red Mansions. The first eighty and the last forty are quite different.)
数值分析Java
- 数值分析作业:计算特征值和特征矩阵;QR分解