首页 c 语言中的英文错误翻译

c 语言中的英文错误翻译

举报
开通vip

c 语言中的英文错误翻译c语言中的英文错误翻译PART(1)"c"notanargumentinfunctionsum该标识符不是函数的参数arrayboundsmissing]infunctionmain缺少数组界限符"]"Arraysizetoolargeinfunctionmain数组规模太大badfilenameformatinincludedirective在包含指令中的文件名格式不正确.Callofnon-functioninfunctionmain调用未经过定义的函数.cannotmodifyaconstobjectinfu...

c 语言中的英文错误翻译
c语言中的英文错误翻译PART(1)"c"notanargumentinfunctionsum该标识符不是函数的参数arrayboundsmissing]infunctionmain缺少数组界限符"]"Arraysizetoolargeinfunctionmain数组规模太大badfilenameformatinincludedirective在包含指令中的文件名格式不正确.Callofnon-functioninfunctionmain调用未经过定义的函数.cannotmodifyaconstobjectinfunctionmain对常量不能进行修改.characterconstanttoolonginfunctionmain字符常量太大constantexpressionrequiredinfuntionmain数组定义的时候,数组大小要求是常数compoundstatmentmissing}infunctionmain复合语句漏掉符号"{"declarationsyntaxerrorinfunctionmain宣告语法错误expressionsyntaxinfunctionmain表达式语法错误extraparameterincalltosuminfunction调用函数时使用了过多的参数13.illegaluseoffloatingpointinfunctionmain浮点数的不合法使用14.illegalpiontersubtractioninfunctionmain不合法的指针相减15.invalidpointeradditioninfunctionmain无效的指针相加16.outofmemoryinfunctionmain内存不足17.statementmissing;infunctionmain语句后面漏掉分号.PART(2)"k"isassignedavaluewhichisneverused定义了一个变量,但程序从来没用过possibiyincorrectassignmentinfunctionmain这样的赋值可能不正确suspiciouspointerconversioninfunctionmain可疑的指针转换codehasnoeffectinfuntionmain代码对程序没效果Ambiguousoperatorsneedparentheses:不明确的运算需要用括号括起Ambiguoussymbol'xxx':不明确的符号Argumentlistsyntaxerror:参数表语法错误Arrayboundsmissing:丢失数组界限符Arraysizetoolarge:数组尺寸太大Badcharacterinparamenters:参数中有不适当的字符Badfilenameformatinincludedirective:包含命令中文件名格式不正确Badifdefdirectivesynatax:编译预处理ifdef有语法错Badundefdirectivesyntax:编译预处理undef有语法错Bitfieldtoolarge:位字段太长Callofnon-function:调用未定义的函数Calltofunctionwithnoprototype:调用函数时没有函数的说明Cannotmodifyaconstobject:不允许修改常量对象Caseoutsideofswitch:漏掉了case语句Casesyntaxerror:Case语法错误Codehasnoeffect:代码不可述不可能执行到Compoundstatementmissing{:分程序漏掉"{"Conflictingtypemodifiers:不明确的类型说明符Constantexpressionrequired:要求常量表达式Constantoutofrangeincomparison:在比较中常量超出范围Conversionmaylosesignificantdigits:转换时会丢失意义的数字Conversionofnearpointernotallowed:不允许转换近指针Couldnotfindfile'xxx':找不到XXX文件Declarationmissing;:说明缺少";"Declarationsyntaxerror:说明中出现语法错误Defaultoutsideofswitch:Default出现在switch语句之外Definedirectiveneedsanidentifier:定义编译预处理需要标识符Divisionbyzero:用零作除数Dostatementmusthavewhile:Do-while语句中缺少while部分Enumsyntaxerror:枚举类型语法错误Enumerationconstantsyntaxerror:枚举常数语法错误Errordirective:xxx:错误的编译预处理命令Errorwritingoutputfile:写输出文件错误Expressionsyntaxerror:表达式语法错误Extraparameterincall:调用时出现多余错误Filenametoolong:文件名太长Functioncallmissing):函数调用缺少右括号Fuctiondefinitionoutofplace:函数定义位置错误Fuctionshouldreturnavalue:函数必需返回一个值Gotostatementmissinglabel:Goto语句没有标号Hexadecimaloroctalconstanttoolarge:16进制或8进制常数太大IIIegalcharacter'x':非法字符xIllegalinitialization:非法的初始化Illegaloctaldigit:非法的8进制数字Illegalpointersubtraction:非法的指针相减Illegalstructureoperation:非法的结构体操作Illegaluseoffloatingpoint:非法的浮点运算Illegaluseofpointer:指针使用非法Improperuseofatypedefsymbol:类型定义符号使用不恰当In-lineassemblynotallowed:不允许使用行间汇编Incompatiblestorageclass:存储类别不相容Incompatibletypeconversion:不相容的类型转换Incorrectnumberformat:错误的数据格式IncorrectuseofdefaultDefault使用不当Invalidindirection无效的间接运算Invalidpointeraddition指针相加无效Irreducibleexpressiontree无法执行的表达式运算Lvaluerequired需要逻辑值0或非0值Macroargumentsyntaxerror宏参数语法错误Macroexpansiontoolong宏的扩展以后太长Mismatchednumberofparametersindefinition定义中参数个数不匹配Misplacedbreak此处不应出现break语句Misplacedcontinue此处不应出现continue语句Misplaceddecimalpoint此处不应出现小数点Misplacedelifdirective不应编译预处理elifMisplacedelse此处不应出现elseMisplacedelsedirective此处不应出现编译预处理elseMisplacedendifdirective此处不应出现编译预处理endifMustbeaddressable必须是可以编址的Musttakeaddressofmemorylocation必须存储定位的地址Nodeclarationforfunction'xxx'没有函数xxx的说明Nostack缺少堆栈Notypeinformation没有类型信息Non-portablepointerassignment不可移动的指针(地址常数)赋值Non-portablepointercomparison不可移动的指针(地址常数)比较Non-portablepointerconversion不可移动的指针(地址常数)转换Notavalidexpressionformattype不合法的表达式格式Notanallowedtype不允许使用的类型Numericconstanttoolarge数值常太大Outofmemory内存不够用Parameter'xxx'isneverused能数xxx没有用至卩Pointerrequiredonleftsideof->符号->的左边必须是指针Possibleuseof'xxx'beforedefinition在定义之前就使用了xxx(警告)Possiblyincorrectassignment赋值可能不正确Redeclarationof'xxx'重复定义了xxxRedefinitionof'xxx'isnotidenticalxx的两次定义不一致Registerallocationfailure寄存器定址失败Repeatcountneedsanlvalue重复计数需要逻辑值Sizeofstructureorarraynotknown结构体或数给大小不确定Statementmissing;语句后缺少";"StructureorunionsyntaxerrorX构体或联合体语法错误Structuresizetoolarge结构体尺寸太大Subscriptingmissing]下标缺少右方括号Superfluous&withfunctionorarray函数或数组中有多余的"&"Suspiciouspointerconversion可疑的指针转换Symbollimitexceeded符号超限Toofewparametersincall函数调用时的实参少于函数的参数不ToomanydefaultcasesDefault太多(switch语句中一个)Toomanyerrororwarningmessages错误或警告信息太多Toomanytypeindeclaration说明中类型太多Toomuchautomemoryinfunction函数用至的局部存储太多Toomuchglobaldatadefinedinfile文件中全局数据太多Twoconsecutivedots两个连续的句点Typemismatchinparameterxxx数xxx类型不匹配Typemismatchinredeclarationof'xxx'xx重定义的类型不匹配Unabletocreateoutputfile'xxx'无法建立输出文件xxxUnabletoopenincludefile'xxx'无法打开被包含的文件xxxUnabletoopeninputfile'xxx'无法打开输入文件xxxUndefinedlabel'xxx'没有定义的标号xxxUndefinedstructure'xxx'没有定义的结构xxxUndefinedsymbol'xxx'没有定义的符号xxxUnexpectedendoffileincommentstartedonlinexxx从xxx行开始的注解尚未结束文件不能结束Unexpectedendoffileinconditionalstartedonlinexxx从xxx开始的条件语句尚未结束文件不能结束Unknownassembleinstruction未知的汇编结构Unknownoption未知的操作Unknownpreprocessordirective:'xxx'不认识的预处理命令xxxUnreachablecode无路可达的代码Unterminatedstringorcharacterconstant字符串缺少引号Userbreak用户强行中断了程序VoidfunctionsmaynotreturnavalueVoid类型的函数不应有返回值Wrongnumberofarguments调用函数的参数数目错'xxx'notanargumentxxx不是参数'xxx'notpartofstructurexxx不是结构体的一部分xxxstatementmissing(xx语句缺少左括号xxxstatementmissing)xxx语句缺少右括号xxxstatementmissing;xxx缺少分号xxx'declaredbutneverused说明了xxx但没有使用xxx'isassignedavaluewhichisneverused给xxx赋了值但未用过Zerolengthstructure结构体的长度为零
本文档为【c 语言中的英文错误翻译】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
个人认证用户
lizheng
暂无简介~
格式:doc
大小:14KB
软件:Word
页数:6
分类:建筑/施工
上传时间:2022-11-10
浏览量:2