• 大小: 2.05MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-21
  • 语言: Java
  • 标签: EM  java  源码  

资源简介

EM算法java实现

资源截图

代码片段和文件信息


public class CountHT{
private int hCount=0;
private int tCount=0;

public CountHT(String str){
char[] temp=str.toCharArray();
for(int j=0;j if(temp[j]==‘H‘){
hCount++;
continue;
}
if(temp[j]==‘T‘){
tCount++;
continue;
}
System.out.println(“输入有问题“);
}
}
public int getH(){
return hCount;
}
public int getT(){
return tCount;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    2097558  2010-03-09 10:11  EM-java\runnable jar file\EM.jar

     文件        426  2010-03-07 17:01  EM-java\src\CountHT.java

     文件       2835  2010-03-09 10:15  EM-java\src\Display.java

     文件       3050  2010-03-07 17:00  EM-java\src\EmAlgorithm.java

     文件        417  2010-03-09 10:10  EM-java\src\EMGUI.java

     文件        395  2010-03-07 17:02  EM-java\src\Sub.java

     文件     300193  2010-04-21 23:33  EM-java\the paper of EM algorithm\The EM Algorithm.pdf

     文件      84480  2009-10-30 08:51  EM-java\the report of this program\课程报告.doc

     目录          0  2011-07-04 16:34  EM-java\runnable jar file

     目录          0  2011-07-04 16:34  EM-java\src

     目录          0  2011-07-04 16:34  EM-java\the paper of EM algorithm

     目录          0  2013-02-21 15:22  EM-java\the report of this program

     目录          0  2011-07-04 16:34  EM-java

----------- ---------  ---------- -----  ----

              2489354                    13


评论

共有 条评论