?? texts.c
字號(hào):
const char *MS_Errors[] ={"Error with %s", "Could not open %s", "Could not exec %s", "You defined NLS but you have no NLSPATH environment var!", "There is no cfg-element named %s", "There are not enough patterns recorded! (min. 2)", "No .earsrc found. Run train_ears first.", "No words file %s found.", "No net file %s found. Did you run train_ears?", "Not enough words in %s (min. 2)", }; const char *MS_Texts[] ={"There are new words. Do you want to record them?", "All necessary recordings made. Do you want to train the available samples?", "All words are said...\nDo you want to save the recognizer?", "Please speak: ", "Do you want to use the digits (0-9) for the word list?", "Ears did not detect its configuration file.\n\ Do you want to create a default $(HOME)/.earsrc ?", "Ears did not detect its directories where data is stored.\n\ Do you want to create $(HOME)/.ears ?", "No", "Yes", "Measuring noise level. Please be silent."};const char **MS[] ={MS_Errors, MS_Texts};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -