當前位置:成語大全網 - 新華字典 - 運用c語言編寫壹個英漢字典~ 謝謝啦~先

運用c語言編寫壹個英漢字典~ 謝謝啦~先

原型:

int WINAPI icePub_dictionaryCodeTransfer2(char *strDictionaryFilename,char *strSrc,char *strCode,char *strFenge)

輸入:strDictionaryFilename 字典文件名

strSrc 待處理單詞

strFenge 字典裏單詞和code之間的分隔符字符串

輸出:strCode strSrc對應信息

返回碼:

原型:

int WINAPI icePub_dictionaryAddRecord(char *strDictionaryFilename,char *strSrc,char *strCode,char *strFenge)

輸入:strDictionaryFilename 字典文件名

strSrc 待添加單詞(如果存在則替換)

strCode strSrc對應信息

strFenge 字典裏單詞和code之間的分隔符字符串

輸出:

返回碼:

原型:

int WINAPI icePub_dictionaryDelRecord(char *strDictionaryFilename,char *strSrc,char *strFenge)

輸入:strDictionaryFilename 字典文件名

strSrc 待刪除單詞

strFenge 字典裏單詞和code之間的分隔符字符串

輸出:

返回碼:

百度壹個《icepubdll揭秘》有詳細說明