91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.05MB
    文件類型: .rar
    金幣: 2
    下載: 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


評論

共有 條評論