編譯選項用英文怎麼說
① 英語編譯程序怎麼翻譯
編譯程序一般翻譯為compiler。
實際上在整個編譯過程中會用到很多的工具,預處理器、編譯器、匯編器、定位/分配器、連接器。
② 摘編 編譯 英文應該怎麼說
編譯: compile
摘編: abstract and edit
僅供參考(以上都當動詞使用)
③ 預編譯程序英文怎麼寫
預編譯程序
[計] precompiler;precompiler program更多釋義>>
[網路短語]
預編譯程序 precompiler program;precompiler;pre-compiler
編譯程序的預編譯程序 compiler-precompiler
④ 編譯程序可選項英文怎麼寫
編譯程序可選項
翻譯:Compiler options
⑤ gcc 的編譯選項 -MD 是什麼意思
MD 是一個參數.
gcc提供了大量的警告選項,對代碼中可能存在的問題提出警 告,通常可以使用-Wall來開啟以下警告:
-Waddress -Warray-bounds (only with -O2) -Wc++0x-compat
-Wchar-subscripts -Wimplicit-int -Wimplicit-function-declaration
-Wcomment -Wformat -Wmain (only for C/ObjC and unless
-ffreestanding) -Wmissing-braces -Wnonnull -Wparentheses
-Wpointer-sign -Wreorder -Wreturn-type -Wsequence-point
-Wsign-compare (only in C++) -Wstrict-aliasing -Wstrict-overflow=1
-Wswitch -Wtrigraphs -Wuninitialized (only with -O1 and above)
-Wunknown-pragmas -Wunused-function -Wunused-label -Wunused-value
-Wunused-variable
unused-function:警告聲明但是沒有定義的static函數;
unused- label:聲明但是未使用的標簽;
unused-parameter:警告未使用的函數參數;
unused-variable:聲明但 是未使用的本地變數;
unused-value:計算了但是未使用的值;
format:printf和scanf這樣的函數中的格式字元 串的使用不當;
implicit-int:未指定類型;
implicit-function:函數在聲明前使用;
char- subscripts:使用char類作為數組下標(因為char可能是有符號數);
missingbraces:大括弧不匹配;
parentheses: 圓括弧不匹配;
return-type:函數有無返回值以及返回值類型不匹配;
sequence-point:違反順序點的代碼,比如 a[i] = c[i++];
switch:switch語句缺少default或者switch使用枚舉變數為索引時缺少某個變數的case;
strict- aliasing=n:使用n設置對指針變數指向的對象類型產生警告的限製程度,默認n=3;只有在-fstrict-aliasing設置的情況下有 效;
unknow-pragmas:使用未知的#pragma指令;
uninitialized:使用的變數為初始化,只在-O2時有 效;
⑥ 更多設置用英語怎麼說
用英文可以說More settings
雙語例句
1
這些設置包括編譯選項、安全性和部署設置,以及其他更多設置。
These settings include compilation options, security and deployment settings andmuch more.
2
其他調控器有更多設置可用,我們在下一節中討論。
The other governors have additional settings available which we discuss in the nextsection.
3
添加更多自定義設置或單擊「關閉」退出。
Add more custom settings or click close to exit.
⑦ "選項"用英文怎麼說
選項 Option
進階 Advanced
Advanced Setting
⑧ 「全譯,節譯,改譯,編譯,譯要,綜譯」怎麼翻譯成英文啊
1 Full translation
2 Abridged translation
3 semi-translation -- not true translation, but a kind of translation combined with some creation
4 Edition/Compilation-oriented translation
5 譯要(什麼意思?還望告知!)
6 Overview translation
