-
java版中文分词
mmseg中文分词工具,它可以帮助我们对自己收集到的文本进行分类,目前这是比较评价较好的分词工具,集成度较高。
- 2023-04-14 01:55:04下载
- 积分:1
-
BP算法,经典
经典的神经网络算法中的BP的实现,想学习BP算法的一定要看下,
用的是java实现的,通俗易懂,不可多得
- 2023-03-28 16:50:04下载
- 积分: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-06-21 11:39:55下载
- 积分:1
-
pager-taglib
这是pager-taglib的官方源码,但在采用官方的pager-taglib分页传输中文参数会出现乱码,所以我采用maven新建一个pager-taglib项目对pager-taglib的源码进行小小的改动,是他支持中文传输,更重要的是把源代码提供给大家,以便可以根据需求重构pager-taglib引用,如果熟悉maven可以直接使用maven构建和安装到本地仓库
- 2022-02-26 16:43:11下载
- 积分:1
-
java打印的例子
java打印的例子,希望共同进步。。
java打印的例子,希望共同进步。。
java打印的例子,希望共同进步。。
- 2022-11-29 01:45:03下载
- 积分:1
-
android wifi接口java及调用例子
应用背景
根据网上收集的demo ,修改至项目中应用,不使用android 本身的wifi设置.....使用全屏应用内部各种wifi操作
.........亲测可行项目运行正常.............
关键技术
没有使用android 本身 的 wifi设置...使.用.全.屏.应.用.内.部.各.种.wifi.操作,是.根.据.网.上.收.集.的.demo ,修改.至商业.项目.中.应用,通过实机实际运行测试................
- 2023-05-31 11:10:03下载
- 积分:1
-
Activity跳转动画效果汇总
Activity各种跳转效果汇总,淡入、淡出效果,左滑右滑效果,上下滑动效果,等等有源码,其中XML的动画效果也可以直接拿出去用
- 2022-05-18 00:28:19下载
- 积分:1
-
课程时间表
课程时间表
- 2022-01-25 20:54:40下载
- 积分:1
-
epub reader on android iphone
These codes are for android iphon to open and read the epub documents.
These codes are for android iphon to open and read the epub documents.
These codes are for android iphon to open and read the epub documents.
These codes are for android iphon to open and read the epub documents.
These codes are for android iphon to open and read the epub documents.
- 2022-04-30 07:14:07下载
- 积分:1