-
意见挖掘
应用背景这个源代码是关于Java编程语言和暗示的意见挖掘进口推特鸣叫。分析了字的微博看作是积极的还是消极的,然后确定它包含的意见。例如,我喜欢一句话“苹果”有“爱”这个词连接到它,所以,这意味着积极的推。关键技术 ; ; ; ; ; ; ; ; ;我已经的概念k-均值 ;和 ;聚类算法 ;为了分微博集群。在最初的步骤,我已经考虑了两种集群(正、负)的价值在哪里 ;k = 2。现在我认为所有微博作为个人 ; ;集群。现在我已经评估了每个集群和分配到积极或团簇负直到只有一个集群(或k个簇)左。我用这种方式获得所需的结果集。
- 2022-08-10 13:03:11下载
- 积分:1
-
java关于gui代码
java程序中关于collection开发的一个小的测试代码,能够带你入门,是我看尚学堂的视频跟着做的,希望对大家有所帮助,如果大家喜欢的话给我留言,我会陆续上传的
- 2022-01-26 00:42:25下载
- 积分: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
-
struts2_project
Strust2做的网上书店!实现在线支付,购物车,订单管理,及后台管理功能(Strust2 do online bookstore! Achieve online payment, shopping cart, order management, and back office management functions)
- 2014-06-04 18:16:17下载
- 积分:1
-
JSP shopping 首页源码
,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,尚学堂的shopping首页代码,
- 2022-02-14 06:35:24下载
- 积分:1
-
android 常用类源码
android 常用类源码
- 2015-02-25下载
- 积分:1
-
javaee技术开发的房屋短租网站平台
一个月实训完成短租平台,使用java语言开发,涉及ssh框架,ajax、js等技术,直接是MyEclipse工程文件打包上传,包括mysql 5.0数据库的sql脚本,可直接导入工程运行。
- 2022-09-13 13:00:13下载
- 积分:1
-
餐厅点餐系统(源码+文档+数据库+截图)
【实例简介】本系统实现了点餐的基本流程,一个简易的点餐系统,上传文件包含用户操作手册以及数据库文件。
- 2021-09-12 00:31:01下载
- 积分:1
-
TankGame坦克游戏
package TankGame1;
import java.util.Vector;
//一个抽象的坦克类
class Tank{
int x;//表示坦克的坐标
int y;
boolean isAlive=true;
int direct=1;//表示坦克的方向
int speed=5;//坦克的速度
int life=4;//坦克的生命 表示要打几下才能够打死
int lifeDownSpeed=1;
public Tank(int x,int y){
this.x=x;
this.y=y;
- 2022-03-21 17:20:26下载
- 积分:1
-
安卓贪吃蛇游戏
应用背景简单的安卓程序代码,对于安卓的初学者有重要的提示意义。关键技术view类的应用,安卓基本控件的使用,触摸的相应等等
- 2023-08-12 18:00:03下载
- 积分:1