原创 中文分詞技術

//正向最大匹配分詞算法 ,耗時長,這並不是一個很好的算法,我的這個輸出是逆向輸入的 using System; using System.Collections.Generic; using System.Linq; using Syst

原创 排序算法

//數值排序有大到小 //冒泡 public void BubbleSort(T[]MyArray) { for(int i=0;i<MyArray.lenght-1;i++) {  for(int j=0;MyArray.length-1

原创 中文分詞技術

//正向最大匹配分詞算法 ,耗時長,這並不是一個很好的算法,我的這個輸出是逆向輸入的 using System; using System.Collections.Generic; using System.Linq; using Syst

原创 排序算法

//數值排序有大到小 //冒泡 public void BubbleSort(T[]MyArray) { for(int i=0;i<MyArray.lenght-1;i++) {  for(int j=0;MyArray.length-1