-
baidunews
功能:
1.自写远程获取CURL参数,提供两种远程获取方式,保证100 获取新闻内容。
2.单页面操作,自动获取百度14个新闻频道最新新闻,
3.软件只有10K左右大小,采用多段式内容获取参数,使内容或调试更精准(Function:
1 Write remote access to CURL parameters, providing two remote access, to ensure that 100 of the news content.
2 single page operation, automatic access to Baidu news channel 14 news,
3 software only about 10K size, the use of multi segment content to obtain parameters, so that the content or debugging more accurate)
- 2020-10-25 21:00:00下载
- 积分:1
-
Javascript 拼图小游戏
资源描述Javascript做的拼图小游戏,可以在任意浏览器上运行,代码简洁有利于阅读和学习,非常适合初学者进行Web前端开发的学习。
- 2023-04-23 13:30:03下载
- 积分:1
-
Jquery仿电子印章在线制作
Jquery仿电子印章在线制作
- 2015-01-26下载
- 积分:1
-
Android-Total(5)
关于android开发技巧总汇系系列5,内容总结的不错,值得参考(Department on android development skills confluence Series 5, the content summary of good, valuable reference)
- 2013-07-12 12:56:58下载
- 积分:1
-
html5_zgxq_v1.0
软件介绍
521YY歪歪网络HTML5中国象棋是一款可以在网站上直接进行对弈的网络象棋。(Software introduction
521YY YY is a network HTML5 China chess can be directly carried out on the website of the network chess game.)
- 2015-12-23 10:00:16下载
- 积分: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
-
文本分类
1.用seg进行分词
输入参数一:输入文本语料所在的文件夹路径。 如 文本文件语料都放在 train//text 文件夹下,则参数为:train//text//* 。 注意:必须每篇文章在一个txt文本中。
输入参数二:输入存储分词后的结果文件所在的文件夹路径:如:result//text。注意:不需要加*
本工具采用了中科院的中文分词工具,ICTCLAS,请自行到ICTCLAS官网下载该工具。并把Data文件夹,Configure.xml,ICTCLAS30.h,ICTCLAS30.lib,ICTCLAS30.dll放在和seg.exe同文件夹下面。
2.getFeature获取特征:输入参数格式如上。
其输入语料为seg分词的结果。
注意:请把ICTCLAS30.dll放在于getFeature.ext同一个文件夹下面
3.getSVMTtrain转化成libSVM的格式
输入参数1:输入文本语料所在的文件夹路径。 如 文本文件语料都放在 train//text 文件夹下,则参数为:train//text//* 。其输入的文件为getFeature后得到的结果。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-15 15:25:33下载
- 积分:1
-
分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码
资源描述分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码分享SprinMVC+Hibernate+Maven+Mysql+Shiro整合完认证授权源码
- 2023-02-19 17:50:03下载
- 积分:1
-
Test_ifnonnull
Test ifnonnull extends DxTestCase.
- 2014-01-10 10:58:07下载
- 积分:1
-
kcfinder-2.32
KCFinder(CKEditor的文件管理器) v2.32
(KCFinder (CKEditor file manager) v2.32)
- 2011-07-18 18:54:46下载
- 积分:1