-
基于安卓的小型聊天、文件传输程序
基于安卓的小型聊天、文件传输程序,只要处在同一局域网下即可互相聊天、传送文件,文件传送使用TCP,聊天信息使用UDP,对新手而言比较有参考价值
- 2022-01-26 01:02:48下载
- 积分:1
-
Diffie Hellman密钥交换
Diffie-Hellman密钥交换(D-H)NB1]是交换密钥的具体方法。它是密码学领域内执行的密钥交换的最早的实际的例子之一。在Diffie-Hellman密钥交换方法允许双方有互相没有先验知识,共同建立一个共享密钥通过不安全的通信渠道。这个密钥可以被用来使用对称密钥密码随后的通信进行加密。
- 2022-02-22 12:11:33下载
- 积分:1
-
重力感应
此代码是展示重力感应的源码 可根据手机倾斜度的到x,y,z轴的值
- 2022-11-14 14:55:03下载
- 积分:1
-
java web Struts hibernate mysql 医药管理系统
本系统适合当做毕业设计使用,简单的应用了Struts1,hibernate,jsp,mysql 完成了医药管理系统的开发。编码统一使用的GBK。代码有些老但是很典型的。我的同学在修改一下就是毕业设计。和好的代码。谢谢大家浏览和查看。
- 2022-03-13 08:40:40下载
- 积分:1
-
online examination
概述:
- 2022-10-31 22:45:03下载
- 积分:1
-
apriori 算法的改进
经典的 apriori 算法的改进,包括了大量的例子。
- 2023-09-06 20:45:03下载
- 积分: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
-
android 播放器
android 播放器 ,支持MP3、MP2、WAV等多种文件格式,有Internet流功能
- 2022-10-14 06:10:03下载
- 积分:1
-
这是一个文件上传下载服务器
这是一个文件上传下载服务器,Http协议,支持上传校验,可扩展,可二次开发,有管理界面
- 2022-01-26 02:19:51下载
- 积分:1
-
Javascool: 菜单界面持有 cliquable
设身处地操纵 des couleurs en classe de 牵拉 S 来 ISN avec 接口 grphique 菜单 cliquable 钢琴
- 2022-08-20 10:48:58下载
- 积分:1