2013年7月4日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace Viterbi{ class Program { //Weather states static String HEALTHY = "Healthy"; static String FEVER = "Fever"; //Dependable actions (observations) static String DIZZY = ... 阅读全文
posted @ 2013-07-04 11:57 武胜-阿伟 阅读(676) 评论(0) 推荐(0)