c 返回漢字首字母

2021-05-11 04:50:04 字數 414 閱讀 6007

using system;

namespace sygetpy

byte basc = 64;

string chn = b;

string strchn = "吖,八,嚓,咑,妸,發,旮,鉿,丌,丌,咔,垃,嘸,拏,噢,妑,七,呥,仨,他,屲,屲,屲,夕,丫,帀";

array arrchn = (strchn + "," + chn).split(',');

byte sreturn;

sreturn = 0;

array.sort(arrchn);///陣列排序

foreach (string c in arrchn)

basc++;

}if (sreturn == 64)

else}}

}從sql server 改編

漢字首字母

在很多軟體中,輸入拼音的首寫字母就可以快速定位到某個詞條。比如,在鐵路售票軟體中,輸入 bj 就可以定位到 北京 怎樣在自己的軟體中實現這個功能呢?問題的關鍵在於 對每個漢字必須能計算出它的拼音首字母。gb2312漢字編碼方式中,一級漢字的3755個是按照拼音順序排列的。我們可以利用這個特徵,對常用...

C 取漢字首字母

region 取中文首字母 public static string getfirstletter string paramchinese return strtemp 得到乙個漢字的拼音第乙個字母,如果是乙個英文本母則直接返回大寫字母 單個漢字 單個大寫字母 private static stri...

C 獲取漢字首字母

1 2 在指定的字串列表cnstr中檢索符合拼音索引字串 3 4 漢字字串 5 相對應的漢語拼音首字母串 6public static string getspellcode string cnstr 7 16 17return strtemp 18 1920 21 22 得到乙個漢字的拼音第乙個字...