-
rsa 执行导入 java.math。
rsa 包 ;
导入你 ;
导入 java.security.SecureRandom ;
公共类 RSA {
私人最终的静态 BigInteger 之一 = 新 BigInteger("1") ;
私人最终静态 SecureRandom 随机 = 新 SecureRandom() ;
私人 BigInteger privateKey ;
私人 BigInteger 公钥 ;
私人 BigInteger 模数;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-11 14:10:03下载
- 积分:1
-
android 天气UI 开发
android 天气UI 开发的很好例子,!
- 2022-06-16 21:08:15下载
- 积分:1
-
文件夹遍历及文件过滤
实现java下文件夹遍历,能够对输入的文件夹整个遍历,也可以通过输入需要的类型,通过文件过滤器过滤获取指定类型文件。
- 2022-03-09 11:01:36下载
- 积分: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
-
Rugge-Kutta 4th-Order
该源代码给出了求解二阶常微分方程(ODE)的龙格-库塔方法,并给出了不同RK4版本的Butcher表。该程序适用于振动、流体、传热、固体力学等工程应用。
- 2022-05-09 10:43:35下载
- 积分:1
-
有吸引力的联系人列表视图
应用背景这部电话簿联系应用程序有美丽的布局,与列表视图,搜索表单,多布局和功能。你可以在这个应用程序中开发和添加更多的功能;关键技术使用Java的数据库,好的包装,建立由Eclipse SDK,最小:8
- 2023-02-25 00:10:04下载
- 积分:1
-
影像画廊程式
Android的程式可以对显示在萤幕上的物件做出二种类型的动画效果:Tween animation和Frame animation。这二种动画都叫做View animation。Tween animation是藉由指定动画开始和结束时的物件属性,例如位置,Alpha值(透明度),大小,角度等,以及动画播放的时间长度,Android系统就会自动产生动画播放过程中的所有画面。Frame animation则类似卡通动画的制作过程,我们必须指定每一个影格所播放的影像档和时间长度,Android系统再依照我们的设定播放动画。
- 2022-05-29 10:32:53下载
- 积分:1
-
java分词代码
java分词代码,可下载最精确分词算法前向最大中文分词源代码实现,java版前向最大中文分词源代码实现,java版
- 2022-09-14 17:45:04下载
- 积分:1
-
电子学习矿工
电子学习矿工,以前DŽEMUj是数据挖掘的工具,从电子学习资料。旨在为教师。
- 2022-02-12 16:59:43下载
- 积分:1
-
Java web 的论坛管理系统
采用的是struts2和mysql实现论坛管理,其中附有数据库文件,整个系统的描述建模文件。能实现发帖,回帖,同时具有前台和后台页面。
- 2022-05-23 14:20:24下载
- 积分:1