因為有人反應,某些在五筆中可以打出來的詞語在拼音中無法打出來.... 也有一些在拼音中可以打出的詞語在五筆中無法打出來...
這是因為,五筆和拼音編碼時是分別處理的。。所以可能彼此沒有cover到。。因此必須首先提取五筆中沒有的拼音詞條和拼音中沒有的五筆詞條... code如下:
dim rs1 as recordset
dim bm1 as string
dim ci1 as string
dim bm as string
dim ci as string
dim fg as integer, js as long
set rs1 = ado.createrecordset("select * from ys_wb86")
form5.show
form5.label1.caption = "正在處理五筆編碼..."
while rs1.eof = false
fg = 0
bm1 = rs1.fields(0)
ci1 = rs1.fields(1)
set rs = ado.createrecordset("select * from ys_py where [zici] = '" + ci1 + "'")
do while rs.eof = false
bm = rs.fields(0)
ci = rs.fields(1)
if ci1 = ci then
fg = 1
exit do
end if
rs.movenext
loop
if fg = 0 then
print #1, ci1
close #1
end if
js = js + 1: doevents
form5.progressbar1.value = (js / rs1.recordcount) * 100
rs1.movenext
wend
form5.hide
五筆輸入法!
現在回想起來已經用了好幾個五筆輸入法了。注 本人經常想不起來字怎麼寫,經常要切換到拼音。很找以前發現乙個 萬能輸入法 當時頗興趣,號稱 萬能 你會什麼打什麼,不用切換。什麼五筆也行,拼音也行,最絕的是打英文也能出中文。但好象這樣一來。重位元速率還是比較高。實際上,這也不是導至我不用 萬能輸入法 的主...
五筆輸入法
五筆輸入法 橫 g 王旁青頭戔 兼 五一 f 土士二幹十寸雨 d 大犬三羊古石廠 s 木丁西 a 工戈草頭右框七 豎 h 目具上止卜虎皮 j 日早兩豎與蟲依 k 口與川,字根稀 l 田甲方框四車力 m 山由貝,下框幾 撇 t 禾竹一撇雙人立,反文條頭共三一 r 白手看頭三二斤 e 月彡 衫 乃用家衣...
emacs 五筆輸入法
2 配置 3 使用 在.emacs檔案中加入如下配置 add to list load path emacs plugins wubi require wubi wubi load local phrases add user s wubi phrases register input method...