資源簡介
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
- 上一篇:SwipeBackLayout.rar
- 下一篇:jsp排課管理系統
評論
共有 條評論