搜索资源列表
-
0下载:
Java 图形界面 自动出题系统
具有用户管理功能(分管理员和普通用户)。
具有用户登录功能。
具有题库录入功能(只提供选择题一种题型即可)。
具有题库数据添加、删除、修改、查询功能。
具有自动出题考试功能。
具有交卷自动统计成绩功能。
-Java GUI questions system with user management funct
-
-
1下载:
A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
-
-
0下载:
Hungarian algorithm for solving the assignment problem of size N by N.
-
-
0下载:
Discrete-time bank queue simulation in JAVA
As part of the MSc course I’m currently undertaking, there’s a great need to understand optimality of processes and operations. One of them is the problem of queues while serving customers. The followi
-
-
0下载:
银行、客户应用实例,该案例源自某国外高校,某些无良老师用此题来难住广大同学,本人看不下去,解出此题,上传共享.-Bank, the client application instance, the case from a foreign university, some unscrupulous teachers stumped by this question to the majority of students, I could not stand it, solve this probl
-
-
0下载:
Drunkard.java Your Drunkard class. The interface is provided. You will be completing the implementation, and a test driver for it.
RandomWalkViewer.java Your RandomWalkViewer class. You create this file and class.
RandomWalkComponent.java Your Ra
-
-
0下载:
计人员类
问题描述:在一个公司中,有若干名普通员工(Employees)。对该类人员的属性进行分析,并设计类,满足以下条件:1)所有属性声明为私有的,并创建相应的get,set方法;2)在类中增加构造方法,利用构造方法,产生相应类的对象,而不需要在测试类中为每个对象的相应属性进行赋值;3)雇员的ID由static属性的SID自动生成,不需要我们手动赋值;4)添加方法为员工加薪。普通员工的加薪公式为:薪水+薪水*比例。
然后,在测试类Test中,产生3个普通员工,并对他们进行初始化,最后在
-