搜索资源列表
java
- This paper proposes a general solution for the School timetabling problem. Most heuristic proposed earlier approaches the problem the students’ point of view. This solution, however, works the teachers’ point of view i.e. teacher availability
连连看javafx
- 连连看,用javafx实现, this.setOnMouseClicked(e -> { if (e.getButton() == MouseButton.PRIMARY) { x2 = (int) ((e.getX() - w) / w); y2 = (int) ((e.getY() - w) / w); g.drawImage(new Image("llkpics/checked.png"), x2 * w + w, y2 *