-
短文本聚类
使用各类算法进行短文本聚类,包括K-mean、DBSCAN等,可以对微博、短信等文本进行聚类,然后进行数据挖掘
- 2022-10-13 12:50:06下载
- 积分:1
-
求数组平均值
应用背景在Java环境下运行该程序,
public interface Average { //定义接口
public abstract double average(String[] table);
}
class D{
public static void main(String args[]){
A a=new A();
a.average(args);
B b=new B();
b.average(args);
C c=new C();
c.average(args);
}
关键技术用三种方法求数组的平均值,第一种所有数值相加求数组平均值,第二种去掉最大值和最小值求数组平
- 2022-02-03 16:12:44下载
- 积分:1
-
psopt-SourceCode
PSOpt is a program to demonstrate the optimization process of particle
swarm optimization. A two-dimensional objective function is visualized
by levels of grey: the lighter the color, the higher the function value.
The particles are shown as red circles, their trajectory as red lines.
The global memory (best point found up to now by the whole swarm) is shown
as a blue cross-hair, the local memory (best points found by each of the
particles) as small blue crosses. To run the program, first choose one of
the example functions, then create a particle swarm, and finally start the
optimization.
- 2015-03-23 14:06:17下载
- 积分:1
-
asmack-android-6.jar
smack是一套很好的开源即时通讯api,是基于Xmpp协议的实现,而在Android,则提供了一个asmack的jar包,其功能以及用法跟smack一致。(Smack is a good open source instant messaging api, based on the implementation of Xmpp protocol, while Android provides an asmack jar package, which functions and uses the same as smack.)
- 2020-06-17 22:20:01下载
- 积分:1
-
Binary Tree in C++
它是java语言中的二叉树。每个节点有两个子节点。在这个树中,我们可以插入、删除和显示数据。
- 2022-04-30 03:15:52下载
- 积分:1
-
学生信息系统
这是管理学生纪律的注册表信息的代码。管理课程,学分,学期GPA,注册会计师,...
此代码是用Java语言编写的数量,使用Eclipse软件的注册。在使用中读取文件功能,
从文件中读取信息,并记录学生在ZIP文件do.Ngoai还设有定期更新指向学生的主体的注册信息,
根据每个主题的代码,加到1文本文件。在控制台上运行的代码,呈现简单,使用方便尝试捕捉
在Java函数来捕获异常。代码分为7运行在包括主文件1包文件,文件信息的学生,学期信息,...
- 2022-06-18 06:27:48下载
- 积分:1
-
DrawListView
关于Android操作ListView时,Item过长导致的Position无法正确计算. 此例子解决这个需求.(About Android operating ListView, Item too long caused Position can not be calculated correctly. Examples to address this demand.)
- 2012-11-06 21:17:00下载
- 积分:1
-
打地鼠 Java
应用背景一个简单的打地鼠游戏,希望能帮助大家学到一点Java的基础。关键技术希望能给大家带来一点收获吧。不同于其他的代码。
- 2023-01-29 07:50:04下载
- 积分:1
-
命令行文件管理器
运用面向对象程序设计思想,基于Java文件管理和I/O框架,实现命令行下的文件管理器
- 2022-09-13 07:40:02下载
- 积分:1
-
slidingmenu
SlidingMenu菜单源码,android 左右滑动菜单。Android滑动菜单左右滑动风格。(SlidingMenu menu source, android slide left menu. Android sliding menu style sliding around.)
- 2013-10-08 17:25:18下载
- 积分:1