好文档 - 专业文书写作范文服务资料分享网站

matlab常见错误中英文对照表

天下 分享 时间: 加入收藏 我要投稿 点赞

下面是编译错误代码中英对照 错误代码及错误信息错误释义 error1:Outofmemory内存溢出 error2:Identifierexpected缺标识符 error3:Unknownidentifier未定义的标识符 error4:Duplicateidentifier重复定义的标识符 error5:Syntaxerror语法错误

error6:Errorinrealconstant实型常量错误 error7:Errorinintegerconstant整型常量错误

error8:Stringconstantexceedsline字符串常量超过一行 error10:Unexpectedendoffile文件非正常结束 error11:Linetoolong行太长

error12:Typeidentifierexpected未定义的类型标识符 error13:Toomanyopenfiles打开文件太多 error14:Invalidfilename无效的文件名 error15:Filenotfound文件未找到 error16:Diskfull磁盘满

error17:Invalidcompilerdirective无效的编译命令 error18:Toomanyfiles文件太多

error19:Undefinedtypeinpointerdef指针定义中未定义类型 error20:Variableidentifierexpected缺变量标识符 error21:Errorintype类型错误

error22:Structuretoolarge结构类型太长 error23:Setbasetypeoutofrange集合基类型越界

error24:Filecomponentsmaynotbefilesorobjectsfile分量不能是文件或对象 error25:Invalidstringlength无效的字符串长度 error26:Typemismatch类型不匹配

error27:error27:Invalidsubrangebasetype无效的子界基类型 error28:Lowerboundgreaterthanupperbound下界超过上界 error29:Ordinaltypeexpected缺有序类型 error30:Integerconstantexpected缺整型常量 error31:Constantexpected缺常量

error32:Integerorrealconstantexpected缺整型或实型常量 error33:PointerTypeidentifierexpected缺指针类型标识符 error34:Invalidfunctionresulttype无效的函数结果类型 error35:Labelidentifierexpected缺标号标识符 error36:BEGINexpected缺BEGIN error37:ENDexpected缺END

error38:Integerexpressionexpected缺整型表达式 error39:Ordinalexpressionexpected缺有序类型表达式 error40:Booleanexpressionexpected缺布尔表达式 error41:Operandtypesdonotmatch操作数类型不匹配 error42:Errorinexpression表达式错误 error43:Illegalassignment非法赋值 error44:Fieldidentifierexpected缺域标识符 error45:Objectfiletoolarge目标文件太大

error46:Undefinedexternal未定义的外部过程与函数 error47:Invalidobjectfilerecord无效的OBJ文件格式 error48:Codesegmenttoolarge代码段太长 error49:Datasegmenttoolarge数据段太长 error50:DOexpected缺DO

error51:InvalidPUBLICdefinition无效的PUBLIC定义 error52:InvalidEXTRNdefinition无效的EXTRN定义 error53:ToomanyEXTRNdefinitions太多的EXTRN定义 error54:OFexpected缺OF

error55:INTERFACEexpected缺INTERFACE

error56:Invalidrelocatablereference无效的可重定位引用 error57:THENexpected缺THEN

error58:TOorDOWNTOexpected缺TO或DOWNTO error59:Undefinedforward提前引用未经定义的说明 error61:Invalidtypecast无效的类型转换 error62:Divisionbyzero被零除 error63:Invalidfiletype无效的文件类型

error64:Cannotreadorwritevariablesofthistype不能读写此类型变量 error65:Pointervariableexpected缺指针类型变量 error66:Stringvariableexpected缺字符串变量 error67:Stringexpressionexpected缺字符串表达式 error68:Circularunitreference单元UNIT部件循环引用 error69:Unitnamemismatch单元名不匹配 error70:Unitversionmismatch单元版本不匹配 error71:Internalstackoverflow内部堆栈溢出 error72:Unitfileformaterror单元文件格式错误

error73:IMPLEMENTATIONexpected缺IMPLEMENTATION error74:Constantandcasetypesdonotmatch常量和CASE类型不匹配 error75:Recordorobjectvariableexpected缺记录或对象变量 error76:Constantoutofrange常量越界

error77:Filevariableexpected缺文件变量 error78:Pointerexpressionexpected缺指针表达式

error79:Integerorrealexpressionexpected缺整型或实型表达式 error80:Labelnotwithincurrentblock标号不在当前块内 error81:Labelalreadydefined标号已定义

error82:Undefinedlabelinprecedingstatementpart在前面未定义标号 error83:Invalid@argument无效的@参数 error84:UNITexpected缺UNIT error85:\缺“;” error86:\缺“:” error87:\缺“,” error88:\缺“(” error89:\缺“)” error90:\缺“=” error91:\缺“:=”

error92:\缺“[”或“(.” error93:\缺“〕”或“.)” error94:\缺“.” error95:\缺“..”

error96:Toomanyvariables变量太多

error97:InvalidFORcontrolvariable无效的FOR循环控制变量 error98:Integervariableexpected缺整型变量

error99:Filesandproceduretypesarenotallowedhere该处不允许文件和过程类型 error100:Stringlengthmismatch字符串长度不匹配 error101:Invalidorderingoffields无效域顺序 error102:Stringconstantexpected缺字符串常量

error103:Integerorrealvariableexpected缺整型或实型变量 error104:Ordinalvariableexpected缺有序类型变量 error105:INLINEerrorINLINE错误

error106:Characterexpressionexpected缺字符表达式 error107:Toomanyrelocationitems重定位项太多 error108:Overflowinarithmeticoperation算术运算溢出 error112:CASEconstantoutofrangeCASE常量越界 error113:Errorinstatement表达式错误

error114:Cannotcallaninterruptprocedure不能调用中断过程 error116:Mustbein8087modetocompilethis必须在8087模式编译 error117:Targetaddressnotfound找不到目标地址

error118:Includefilesarenotallowedhere该处不允许INCLUDE文件

matlab常见错误中英文对照表

下面是编译错误代码中英对照错误代码及错误信息错误释义error1:Outofmemory内存溢出error2:Identifierexpected缺标识符error3:Unknownidentifier未定义的标识符error4:Duplicateidentifier重复定义的标识符error5:Syntaxerror语法错误error6:Errorinrealc
推荐度:
点击下载文档文档为doc格式
3pxef9rfsn3z01x0bcnd
领取福利

微信扫码领取福利

微信扫码分享