-
安全路径AI JAVA
安全路径的AI:*模型类(与位置,请求,和志愿类)定义由safewalk监视器使用数据*应用。*锁定对象用于同步访问这个模型实例。由于模型之间的共享*控制器线程读取从服务器和查看线程处理事件调度,锁定目标*需要同步这些线程。
- 2022-02-09 12:09:05下载
- 积分:1
-
绘图源代码
大家觉得需要可以下载看看,可以修改,和完善。主要是模拟windows画图来做的,可以插图修改等等
- 2023-04-27 07:40:03下载
- 积分:1
-
在线管理系统
本代码完成的是JAVA考试系统程序,实现了教师出题,学生在线考试,以及相关的系统维护功能。考试系统的功能主要包括三部分:教师出题,学生在线考试和系统维掮 。系统维护包括对年级科目,知识点和模拟考试等信息的维...
- 2022-03-17 17:50:33下载
- 积分:1
-
安卓版英汉电子词典源码
通过Eclipse 软件基于Android 平台编译的英汉词典, 可供查询英文输出中译.
- 2022-03-29 08:58:23下载
- 积分:1
-
小游戏五子棋大战
class LNode{
private int row;
private int col;
private Color chessColor;
private LNode next;
public LNode(int row,int col,Color chessColor){
this.row=row;
this.col=col;
this.chessColor=chessColor;
}
public LNode(){
this.next=null;
}
public void setRow(int row){
this.row=row;
}
public int getRow(){
return this.row;
}
public void setCol(int col){
this.col=col;
}
public int getCol(){
return this.col;
}
public void setChessColor(Color chessColor){
this.chessColor=chessColor;
}
public Color getChessColor(){
return this.chessColor;
}
public void setNext(LNode next){
this.next=next;
}
public LNode getNext(){
return this.next;
}
}
class NullAndCount{
private int nullCount=0;
private int chessCount=0;
public void setNullCount(int nullCount){
this.nullCount=nullCount;
}
public int getNullCount(){
return this.nullCount;
}
public void setChessCoun
- 2022-05-08 02:47:07下载
- 积分:1
-
在java的哈夫曼编码
这段代码是用Java和Eclipse平台编写的,实现了一个简单的用户界面来使用这个系统。这个项目是在我学习数字图像处理课程时完成的,它可以实现非常基本的哈夫曼代码。哈夫曼代码可以帮助用户非常有效地编码他们的信息,这个项目还可以帮助人们更多地了解如何使用Java编程;
- 2022-12-25 23:55:03下载
- 积分:1
-
可计算带表达式计算器
自己想的括号处理算法。对错误输入进行判断,包括除数为0,除数是表达式而结果为0,输入括号不匹配,连续输入运算符等BUG,具备良好的操作界面和清零功能,并生成了.exe文件,在安装了jdk坏境的任何电脑上运行,简单方便。
- 2022-11-03 07:10:03下载
- 积分:1
-
使用 RMI 的示例计算器
这是有关计算器程序和使用 RMI 编程示例。
该程序获得四个文件: 一个文件界面,文件 impl,文件服务器,文件的客户端。
您可以运行程序允许: 使用命令提示符和 javac 来运行生成的文件.java。 类。
- 2022-10-26 15:55:03下载
- 积分:1
-
HelloWorld,andriod的一个小练习
helloworld的小程序,基于andriod的应用开发程序,适合初学者进行学习。可以对andriod的布局有个大概的了解。对于初学者通常从最简单的helloworld开始。选择合适的虚拟器进行显示,对andriod中各个文件有初步的了解,以便以后开发应用更为复杂的andriod程序。
- 2022-01-26 08:19:50下载
- 积分:1
-
pushlet例子
pushlet例子 帮助你学习pushlet ,让新手更快上手
- 2022-03-05 11:54:10下载
- 积分:1