出错提示中英文对照
C语言常见错误提示信息的英汉对照
常见错误提示信息的英汉对照Ambiguous operators need parentheses : 不明确的运算需要用括号括起Ambiguous symbol ’xxx’ : 不明确的符号Argument list syntax error : 参数表语法错误Array bounds missing : 丢失数组界限符Array size toolarge : 数组尺寸太大Bad character in paramenters :参数中有不适当的字符Bad file name format in include directive :包含命令中文件名格式不正确Bad ifdef directive synatax :编译预处理ifdef有语法错Bad undef directive syntax :编译预处理undef有语法错Bit field too large :位字段太长Call of non-function :调用未定义的函数Call to function with no prototype :调用函数时没有函数的说明Cannot modify a const object :不允许修改常量对象Case outside of switch: 漏掉了case 语句Case syntax error :Case 语法错误Code has no effect 代码不可述不可能执行到Compound statement missing{ 分程序漏掉"{"Conflicting type modifiers 不明确的类型说明符Constant expression required 要求常量表达式Constant out of range in comparison 在比较中常量超出范围Conversion may lose significant digits 转换时会丢失意义的数字Conversion of near pointer not allowed 不允许转换近指针Could not find file ’xxx’ 找不到XXX文件Declaration missing ; 说明缺少";"Declaration syntax error 说明中出现语法错误Default outside of switch Default 出现在switch语句之外Define directive needs an identifier 定义编译预处理需要标识符Division by zero 用零作除数Do statement must have while Do-while语句中缺少while部分Enum syntax error 枚举类型语法错误Enumeration constant syntax error 枚举常数语法错误Error directive :xxx 错误的编译预处理命令Error writing output file 写输出文件错误Expression syntax error 表达式语法错误Extra parameter in call 调用时出现多余错误File name too long 文件名太长Function call missing ) 函数调用缺少右括号Fuction definition out of place 函数定义位置错误Fuction should return a value 函数必需返回一个值Goto statement missing label Goto语句没有标号Hexadecimal or octal constant too large 16进制或8进制常数太大Illegal character ’x’ 非法字符xIllegal initialization 非法的初始化Illegal octal digit 非法的8进制数字Illegal pointer subtraction 非法的指针相减Illegal structure operation 非法的结构体操作Illegal use of floating point 非法的浮点运算Illegal use of pointer 指针使用非法Improper use of a typedefsymbol 类型定义符号使用不恰当In-line assembly not allowed 不允许使用行间汇编Incompatible storage class 存储类别不相容Incompatible type conversion 不相容的类型转换Incorrect number format 错误的数据格式Incorrect use of default Default使用不当Invalid indirection 无效的间接运算Invalid pointer addition 指针相加无效Irreducible expression tree 无法执行的表达式运算Lvalue required 需要逻辑值0或非0值Macro argument syntax error 宏参数语法错误Macro expansion too long 宏的扩展以后太长Mismatched number of parameters in definition 定义中参数个数不匹配Misplaced break 此处不应出现break语句Misplaced continue 此处不应出现continue语句Misplaced decimal point 此处不应出现小数点Misplaced elif directive 不应编译预处理elif Misplaced else 此处不应出现elseMisplaced else directive 此处不应出现编译预处理else Misplaced endif directive 此处不应出现编译预处理endif Must be addressable 必须是可以编址的Must take address of memory location 必须存储定位的地址No declaration for function ’xxx’ 没有函数xxx的说明No stack 缺少堆栈No type information 没有类型信息Non-portable pointer assignment 不可移动的指针(地址常数)赋值Non-portable pointer comparison 不可移动的指针(地址常数)比较Non-portable pointer conversion 不可移动的指针(地址常数)转换Not a valid expression format type 不合法的表达式格式Not an allowed type 不允许使用的类型Numeric constant too large 数值常太大Out of memory 内存不够用Parameter ’xxx’ is never used 能数xxx没有用到Pointer required on left side of -> 符号->的左边必须是指针Possible use of ’xxx’ before definition 在定义之前就使用了xxx(警告)Possibly incorrect assignment 赋值可能不正确Redeclaration of ’xxx’ 重复定义了xxx Redefinition of ’xxx’ is not identical xxx的两次定义不一致Register allocation failure 寄存器定址失败Repeat count needs an lvalue 重复计数需要逻辑值Size of structure or array not known 结构体或数给大小不确定Statement missing ; 语句后缺少";"Structure or union syntax error 结构体或联合体语法错误Structure size too large 结构体尺寸太大Sub scripting missing ] 下标缺少右方括号Superfluous & with function or array 函数或数组中有多余的"&"Suspicious pointer conversion 可疑的指针转换Symbol limit exceeded 符号超限Too few parameters in call 函数调用时的实参少于函数的参数Too many default cases Default太多(switch语句中一个)Too many error or warning messages 错误或警告信息太多Too many type in declaration 说明中类型太多Too much auto memory in function 函数用到的局部存储太多Too much global data defined in file 文件中全局数据太多Two consecutive dots 两个连续的句点Type mismatch in parameter xxx 参数xxx类型不匹配Type mismatch in redeclaration of ’xxx’ xxx重定义的类型不匹配Unable to create output file ’xxx’ 无法建立输出文件xxx Unable to open include file ’xxx’ 无法打开被包含的文件xxx Unable to open input file ’xxx’ 无法打开输入文件xxx Undefined label ’xxx’ 没有定义的标号xxx Undefined structure ’xxx’ 没有定义的结构xxx Undefined symbol ’xxx’ 没有定义的符号xxx Unexpected end of file in comment started on line xxx 从xxx行开始的注解尚未结束文件不能结束Unexpected end of file in conditional started on line xxx 从xxx 开始的条件语句尚未结束文件不能结束Unknown assemble instruction 未知的汇编结构Unknown option 未知的操作Unknown preprocessor directive: ’xxx’ 不认识的预处理命令xxx Unreachable code 无路可达的代码Unterminated string or character constant 字符串缺少引号User break 用户强行中断了程序Void functions may not return a value Void类型的函数不应有返回值Wrong number of arguments :调用函数的参数数目错‘xxx’ not an argument :xxx不是参数‘xxx’ not part o f structure xxx不是结构体的一部分xxx statement missing ( xxx语句缺少左括号xxx statement missing ) xxx语句缺少右括号xxx statement missing ; xxx缺少分号xxx’ declared but never used 说明了xxx但没有使用xxx’ is assigned a value which is never used 给xxx赋了值但未用过。
开机出错英文提示大全
20.hard disk lnstall railure 硬盘安装失败不正确,coms不正确
21.seeondary slave hard fail 检查从盘失败,把IDE接口设为自动
22.floppy disk fail或floppy disk (s)fail80或floppy disk(s)fail40 无法驱动软驱,重新在COMS中把它弄没有了,F1跳过
3.no rom baslc system halt 没有固化BASLC系统,系统停机,这个错误出现在486及以前的一些早期的电脑中出现问题
4.Non-system disk or disk error replace and press any key when ready 非系统盘或磁盘错误,重新换盘后按任意键,可能是BPB表坏了,即用软盘启动后硬盘不能正确的读写,可以用NDD修复,如果BPB表完好,只需要SYS C:传送系统就可引导了
16.error llading oerating system 装入操作系统出错
s bateery failed coms电池失效
s eheck sun error—–dofavlts loaded coms检验错误
19.press esc to skiiip rnemory test 按ESC健跳过内存自检
ERROR:CWorld.Clock End of World time. Recycle 这种情况会在服务器运行了50天后发生一次。
What is unsure is if the timer resets on a server shutdown or if it holds it’s timer setting (maybe in the world file)
开机错误提示英文翻译及解释
◆CMOS battery failed翻译:CMOS 电池失效。
解析:这表是CMOS 电池的电力已经不足,请更换电池。
◆CMOS checksum error-Defaults loaded翻译:CMOS 执行整和检查时发现错误,因此载入预设的系统设定值。
解析:通常发生这种状况都是因为电池电力不足所造成,因此建议先换电源看看。
如果此情形依然存在,那就有可能是CMOS RAM 有问题,而因为CMOS RAM 我们个人是无法维修的,所以建议送回原厂处理。
◆Display switch is set incorrectly翻译:显示开关配置错误。
解析:较旧型的主机板上有Jumper 可设定萤幕为单色或彩色,而此讯息表示主机板上的设定和BIOS 里的设定不一致,所以只要判断主机板和BIOS谁为正确,然后更新错误的设定即可。
◆Press ESC to skip memory test翻译:在内存测试中,可按下ESC 略过。
解析:如果你在BIOS 内并没有设定快速测试的话,那么开机就会执行电脑零件的测试,如果你不想等待,可按ESC 略过或到BIOS 内开启Quick Power On Self Test一劳永逸◆HARD DISK initizlizing 【Please wait a moment...】翻译:正在对硬盘做起始化( Initizlize ) 动作。
解析:这种讯息在较新的硬盘上根本看不到。
但在较旧型的硬盘上,其动作因为较慢,所以就会看到这个讯息。
◆HARD DISK INSTALL FAILURE翻译:硬盘安装失败。
解析:遇到这种事,请先检查硬碟的电源线、硬盘线是否安装妥当?或者硬盘Jumper 是否设错?( 例如两台都设为Master 或Slave。
)◆Primary master hard disk fail翻译:POST 侦测到Primary master IDE 硬盘有错误。
解析:遇到这种事,请先检查硬盘的电源线、硬盘线是否安装妥当?或者硬盘Jumper 是否设错?( 例如两台都设为Master 或Slave。
C语言出错提示英汉对照
C语言出错提示英汉对照转载自:王者之心转载于:今天 20:07 | 分类:个人日记阅读:(1) 评论:(0)错误信息说明:Turbo C 的源程序错误分为三种类型:致命错误、一般错误和警告。
其中,致命错误通常是内部编译出错;一般错误指程序的语法错误、磁盘或内存存取错误或命令行错误等;警告则只是指出一些得怀疑的情况,它并不防止编译的进行。
下面按字母顺序A~Z分别列出致命错误及一般错误信息,英汉对照及处理方法:(一)、致命错误英汉对照及处理方法:A-B致命错误Bad call of in-line function (内部函数非法调用)分析与处理:在使用一个宏定义的内部函数时,没能正确调用。
一个内部函数以两个下划线(__)开始和结束。
Irreducable expression_r tree (不可约表达式树)分析与处理:这种错误指的是文件行中的表达式太复杂,使得代码生成程序无法为它生成代码。
这种表达式必须避免使用。
Register allocation failure (存储器分配失败)分析与处理:这种错误指的是文件行中的表达式太复杂,代码生成程序无法为它生成代码。
此时应简化这种繁杂的表达式或干脆避免使用它。
(二)、一般错误信息英汉照及处理方法#operator not followed by maco argument name(#运算符后没跟宏变元名) 分析与处理:在宏定义中,#用于标识一宏变串。
“#”号后必须跟一个宏变元名。
'xxxxxx' not anargument ('xxxxxx'不是函数参数)分析与处理:在源程序中将该标识符定义为一个函数参数,但此标识符没有在函数中出现。
Ambiguous symbol 'xxxxxx' (二义性符号'xxxxxx')分析与处理:两个或多个结构的某一域名相同,但具有的偏移、类型不同。
在变量或表达式中引用该域而未带结构名时,会产生二义性,此时需修改某个域名或在引用时加上结构名。
报警信息中英文对照
发那科报警信息中英文对照表T WORD ERROR (T 码错误)LOW OIL LEVEL (油位低)SPINPLE FAULT (主轴故障)SPINDLE ALARM (主轴报警)EXTERNAL EMG STOP (急停按钮被按下)AC NOT READY (交流盘未准备好)SPINPLE LUBE FAULT (主轴润滑故障)T CODE ERROR (T代码出错,非法T代码)M CODE ERROR (M代码出错,非法M代码)SERVO NOT READY (伺服未准备好)NC NOT READY(NC没准备好)TURRET FAULT (转塔故障)TURRET LIMIT (转塔限位)DC 24V OPEN (直流24断开)+24V NOT READY(+24V没准备好)GRAR DRIFT (档位漂移)PLEASE AXIS RETURN HOME(轴未回零)PLEASE DRUM RETURN HOME(刀库未回零)AIRPRESSFAILURE(气压故障)UNCL TOOL FALL(松刀失败)AIR PRESSURE DROP (压缩空气压力过低)CLAMP TOOL FALL(夹刀失败)DRUM NOT PARKED(刀库未在原值)X ZERO POINT NOT REACHED (X 轴未回零)Y ZERO POINT NOT REACHED (Y 轴未回零)Z ZERO POINT NOT REACHED (Z 轴未回零)4TH ZERO POINT NOT REACHED (第4轴未回零)X AXIS OVERTRAVL(X轴超限)Y AXIS OVERTRAVL (Y轴超限)Z AXIS OVERTRAVL (Z轴超限)COUNTER SWITCH REEOR (计数开关故障)MASTERT RANSFER OVER TEMP (主变压器过热)Z AXIS NOT AT FIRST REF POSITION (Z轴未在第一参考点)SPINDLE ORIENTATION FALLURE (主轴定向失败)TOOL DESENT OR TOOL DATA REEOR (刀具数据错误)PLEASE UNLOAD THE TOOL ON SPRINELK (请卸下主轴上的刀)PLEASE LOAD TOOL ON APINDLE (请装上主轴上的刀)A AXIS UNCLAMP FAIL (A 轴松开失败)A AXIS CLAMP FAIL (A 轴夹紧失败)DRUM OUT TO APRONDLEIS FALL (刀库摆向换刀位失败)MG SWING OVERLOAD(刀库摆动过载)DRUM BACK PARK IS FALL (刀库摆回原始位失败)TURRENT MOTOR1 OVERLOAD (刀库移动电机过载)COOLANT MOTOR OVERLOAD (冷却泵过载)DRUM ATC FAULT (自动换刀失败)TOOLS UNLOCKED (刀具未锁紧)BATTERY ALARM (电池报警)DRUM POSITION SWITCH ERROR (刀库位置检测开关故障)DRUM NOW NOT AT PARK (刀库未在原始位置)IT DANGOU TO MOVE DRUM (刀库禁动)POT UO FAILOR POT NOT AT UP POSITION (刀套未在水平位)POT DOWN FAIL (刀套翻下动作失败)IT IS DANGOUR TO MOVE ARM (机械手禁动)THE SPINDLE STATU IS ERROR (主轴状态错误)ARM MOTOR OR ARM SWITCH FALL (机械手或机械手开关故障)CENTRE LUBRICATION FALL (中心润滑故障)THE WORK NOT CLAMPED (工件未夹紧)AUTO TOOL CHANGE FAULT (自动换刀失败)TOOL DATA OUT OF RANGE (指令刀具号超出范围)THE ORDER TOOL NOW IN SPINDLE (目标刀具在主轴上)THE THREE SPINDLE SWITCH FAULT (主轴上的接近开关)THE CENTRE COOLANT IS LOWER (刀具内冷泵液位过低)DRUM RETURN 1# POSITION FAULT (刀库自动回零失败)SPINDLE OVERLOAD (主轴过载)TURRENT MOTOR OVERLOAD (刀盘转动电机过载)CHIP CONVEYER OVERLOAD (拉屑器过载)HARD LIMIT OR SERVO ALARM (硬限位或伺服报警)NO LUB OIL (无润滑油)INDEX HEAD UNLOCKED (分度头未锁紧)MT NOT READY(机床没准备好)MG OVERLOAD (刀库过载)LUB EMPTY(润滑无油)AIR PRESSURE(气压不足)COOLANT NOT READY(冷却没准备好)LUBE EMPTY(油雾油位低,润滑油位低)LUB PRESSURE LOW(润滑压力低)CONVEY VERLOAD(排屑过载)LUB OVERLOAD(润滑过载)LUBE PRESSURE LOW(油雾压力低)SERIAL SPINDLE ALARM (串行主轴报警)NC BATTERY LOW ALARM(NC电池低报警)MAGAZINE MOVE LIMIT SWITCH ERROR(刀库移动限位开关故障)SPINDLE TOOL UNLAMP POSITION LIMIT SWITCH ERROR(主轴刀具UNLAMP位置限位开关故障)MAGAZINE NOT IN POSITION OR SENSOR ERROR(刀库不在位或传感器错误)AIR PRESSURE LOW ALARM(气压低报警)MOTOR OVERLOAD(电机过载)T CODE > MAGAZINE TOOLST CODE < 1 ERROR5TH AXIS HARDWARE OVERTRAVER LIMIT ERRORDOOR IS OPENED(开门)LUB PRESSURE SWITCH ERROR(油压开关错误)SPINDLE OIL COOLANT UNIT ERRORSPINDLE LOAD ABNORMAL(主轴负荷异常)TRANSDUCER ALARM(传感器报警)BED-HEAD LUBRICATE OFF(床头润滑关闭)EMG OFFHYDRAULIC CHUCK PRESS LOW(液压夹头压力低)HYDRAULIC TAIL PRESS LOW(液压尾座压力低)LUB 0IL LOW(油压低)TURRET CODE ERROR(转塔码错误)TURRET RUN OVERTIME(转塔运行超时)MANUAL HANDLE INTERRUPTTRY TO RUN SPINDLE WHILE CHUCK NOT LOCKTRY TO RUN SPINDLE WHILE TAIL NOT LOCKSPINDLE NEUTRAL GEARMAGAZINE ADJUSTHYDRAULIC NOT RUNSAFETY DOOR BE OPENEDSAFETY DOOR NOT CLOSENOT ALL AXIS HAVE GONE BACK REFIN ADJUST,IGNORE GOING BACK REFAFTER EXCHANGE TOOL,CYCLE STARTATC MOTOR QF16 OFFX AXIS IS LOCKED(X 轴被锁定)Y AXIS IS LOCKED(Y 轴被锁定)Z AXIS IS LOCKED(Z 轴被锁定)A AXIS IS LOCKED(A 轴被锁定)SPINDLE MOTOR FAN QF26 OFF(主轴电机风扇QF26关闭) SPINDLE ORIENTATION INCOMPLETE(主轴定位不完全)M FUNCTION NOT COMPLETE(M 功能无法完成)SPINDLE NOT IN GEAR POSITION(齿轮不在主轴位置)SPINDLE NOT CHANGED TO LOW GEAR(主轴没有变为低档)SPINDLE NOT CHANGED TO HIGH GRAR(主轴没有变为高档)MAG NOT BACKWARDSPINDLE TOOL NOT CLAMPSPINDLE TOOL NOT UNCLAMPMAG NOT IN POSITIONMAG DOES NOT ROTATEMAG DOES NOT STOP RUNNINGA AXIS HAVE NOT CLAMPEDA AXIS HAVE NOT UNCLAMPEDSET D499=1,"MAG.JOG" SWITCH ONHYDRAULIC MOTOR QF7 OFF(液压马达QF7关闭)HYDRAULIC TEMPRETURE HIGH(液压使用温度高)HYDRAULIC FILTER BLOCKED(液压过滤器阻止)HYDRAULIC OIL LEVEL LOW(液压油位低)HYDRAULIC FAN QF8 OFF(液压风扇QF8关闭)HELIX CONYER QF9 OR QF10 OFFCHAIN CONYER QF11 OFFCOOLANT MOTOR QF12 OFF(冷却液电机QF12关闭)COOLNT LEVEL LOW,CYCLE STOP AFTER 20 MINUTESINNER COOLANT BLOCK(内冷却堵塞)SPINDLE COOLANT MOTOR QF14 OFF(主轴冷却液电机QF14关闭)INNER COOLANT QF13 OFF(内冷却液QF13关闭)MAG MOTOR QF15 OFFCABINET COOLANT EQUIP QF20 OFFOIL GATHER QF24 OFFAIR PRESSURE LOW(低气压)SPINDLE COOLANT MOTOR FAULT(主轴冷却液电机故障)LUB.OIL IS LOW(润滑油低)DOOR OPEN(门打开)FRONT DOOR(R) OPEN(前门打开)LEFT DOOR OPEN(左门打开)LUBRICATION OIL QF23 OFF(润滑油QF23关闭)LUBRICATION PRESS LOW(润滑油位低)IN ADJUST,MAG CAN'T EXCHANGE T(在调整,刀库不能交换T)NOT ALL DOOR CLOSED(门没有全部关闭)IN M06,MAG NOT READY(在M06,刀库未准备好)MAGAZINE NOT READY(刀库未准备好)POCKET NOT HORIZANTALIN M06,Z NOT BACK TO 2ND REFIN M06,Z AXIS NOT IN PSW1ATC NOT IN ZERO POSITIONSPINDLE ORIENTATION UNCOMPLETEPOCKET NOT HOR./MAG NOT BCKWRDPOCKET NOT VER./MAG NOT FORWRDUNCLAMP TOOL HAS NOT COMPLETEDCLAMP TOOL HAS NOT COMPLETEDAIM TOOL NO. IS WRONGMAG NOT BACKWARDAFTER RETRACT,SET R.T.BACK OFFZ NOT IN PSW2,FORBID ATC RUNNINGD499 EQUAL 1MAG.JOG SOFT SWITCH IS ONZ NOT IN PSW2,FORBID MAG FORWARDCHEKE SPINDLE MODULE ALARMOIL WATER SEPARATOR QF24 OFFSET THE SOFT SWITCH MAG.JOG OFFSET D499 TO 0 设定D499为0K PARAM ABOUT MAG SET IS WRONG 关于MAG的K参数设定错误MECHANICAL BRAKE NOT RELEASED机床抱闸没有松开MECHANICAL BRAKE IS WRONG 机床抱闸错误PLEASE ADD LUB.OIL 请加润滑油PROBE BATTERY VOLTAGE IS LOW 探头电池电压低PROBE IS ERR 探头错误PARAMETER WRITE ENABLE(参数写使能)PMC EDIT ENABLE(PMC编辑使能)CHECK LUB ROUTINSPINDLE GEAR SIGNAL MISS 主轴档位信号消失T_CLAMPED_SIGNAL MISS T夹紧信号消失SP OVERRIDE SWITCH DISCONNECTION 主轴倍率开关断路FEED OVERRIDE SWITCH DISCONNECTION 进给倍率开关断路THE TOTAL NUMBER OF POCKETS SET ERRCHANGE T STOPED BECAUSE NO AIR 因为缺少压空交换停止THE COOLANT WATER TOO LOW,ADD COOLANT WATER AT ONCE 冷却水少立即加水COOLANT LEVEL LOW,ADD COOLANT WATER 冷却水液位低PLEASE REPLACE CNC BATTERY QUICKLY 请立即更换CNC电池。
系统出错中英文对照
按F键 不执行有问题的命令,继续下述处理。有时会用到。
[英文提示] Access Denied
[中 文] 拒绝存取
[原 因] 试图打开一个标记为只读、存贮在写保护的磁盘上或锁定在网络上的文件。如果在子目录上使用“Type
[英文提示] Abort,Retry, Ignore,fail?
[中 文] 退出,重试,忽略,取消?
[原 因] 不能识别给出的命令、或发生了使命令不能执行的磁盘或设备错误,可能是磁盘损坏或软驱门没关。
[对 策] 按A键 彻底终止,并回到DOS提示符。
按R键 重复执行该命令。
[对 策] 可以删除一些无用的文件或更换一个大一点的磁盘。
[英文提示] Insufficient memory
[中 文] 内存不足
[原 因] 没有足够内存来处理用户所输入的命令,一般指基本内存。
[对 策] 应删去一些内存驻留的文件或对内存做优化管理。还可以给系统增加更多的内存,以适应应用程序。
[原 因] 超过系统规定的打开文件数目。
[对 策] 应在Config.sys文件中用Files命令增加最大数目,并重新引导计算机。
[英文提示] Unrecognized command in CONFIG.SYS
[中 文] config.sys中有不可辨认的命令
[中 文] 驱动器X未准备好
[原 因] 在指定的驱动器中没有盘或门没关。
[对 策] 插入磁盘到指定驱动器或关上驱动器门。
[英文提示] Program too big to fit in memory
[中 文] 重新太大不能载入内存
电脑各种中英文信息对照及错误信息总汇 系统出错信息及解决方案
A20 hardware error. Contact technical support to identify the problem 地址线A20错误。联系技术支持来识别该问题
Type the name of the Command Interpreter (e.g., C:\WINDOWS\) Press any key to continue… 请输入命令解释器的文件名(如:C:\WIN DOWS\)后,按任意键继续
Press Esc now to cancel MS-DOS mode and restart Windows 98... 按Esc退出MS-DOS 模式,重新启动Windows 98…
There is an unrecognized command in your CONFIG.SYS file 在你的CONFIG.SYS文件中有不可识别的命令
$False$
sp; 说明
Invalid system disk 无效的系统盘
Disk I/O error, Replace the disk and press any key. 磁盘I/O错误,替换磁盘后按任意键(当C盘系统文件丢失或被破坏时出现该提示信息。这时可能SYS C:为修复系统文件)
Starting Windows 98... 正在启动Windows 98……
Windows 98 is now starting your MS-DOS-based program Windows 98正在启动基于MS-DOS的程序
警报中英文对照
1.重新调整参数 2.检查电子尺 3.重新更新系统 4.更换电子感应开关
9.Mould safety time 模具保护时间未响应
1.锁模位置设置不好 2.系统出错 3.机器故障 4.电子尺故障
1.重新调整参数 2.检查调整参数 3.锁模系统不正常 4.检查电子尺
10.No holding pressure (stroke time pressure) 无保压压力(行程时间压力) 11.Nozzle guard not closed 喷嘴安全坏 2.计时器开关坏记电器 3.传感器坏 4.无输出信号
1.更换开关 2.检查线路各输出点
20.Rotation transducer defective 转速传感器失效
1.机器无动作 2.I/O板成线路故障
1.无信号输出 2.检查线路
21.Safety door end svitch problem 2S,2-S2 安全门开关2-S1,2-S2故障
1.安全门未关好 2.行程开关坏 3.线路断路
1.重新关好门 2.更换开关 3.排查线路
22.Sscrew back not reached 螺杆退回不到位
1.料筒无料 2.位置设定不合理 3.背压过大
1.料斗加料 2.调整位置 3.减少背压
23.2SH9 defective 2SH9失效 24.3-B1 not active or defective 3-B1 未触发或失效
1.重新调整参数 2.更换电子尺 3.维修机器
5.Hydr mould safety problem 模保故障
1.位置设置不正确 2.模具有异物
1.重新调整速度压力位置 2.检查模具是否正常
6.Motor overload 马达过载
C语言出错信息中英文对照表
C语⾔出错信息中英⽂对照表Ambiguous operators need parentheses 不明确的运算需要⽤括号括起Ambiguous symbol ’’xxx’’不明确的符号Argument list syntax error参数表语法错误Array bounds missing丢失数组界限符Array size toolarge数组尺⼨太⼤Bad character in paramenters参数中有不适当的字符Bad file name format in include directive 包含命令中⽂件名格式不正确Bad ifdef directive synatax编译预处理ifdef有语法错Bad undef directive syntax编译预处理undef有语法错Bit field too large位字段太长Call of non-function调⽤未定义的函数Call to function with no prototype调⽤函数时没有函数的说明Cannot modify a const object不允许修改常量对象Case outside of switch漏掉了case 语句Case syntax errorCase 语法错误Code has no effect代码不可述不可能执⾏到Compound statement missing{分程序漏掉"{"Conflicting type modifiers不明确的类型说明符Constant expression required要求常量表达式Constant out of range in comparison 在⽐较中常量超出范围Conversion may lose significant digits 转换时会丢失意义的数字Conversion of near pointer not allowed 不允许转换近指针Could not find file ’’xxx’’找不到XXX⽂件Declaration missing ;说明缺少";"Declaration syntax error说明中出现语法错误Default outside of switchDefault 出现在switch语句之外Define directive needs an identifier定义编译预处理需要标识符Division by zero⽤零作除数Do statement must have whileDo-while语句中缺少while部分Enum syntax error枚举类型语法错误Enumeration constant syntax error枚举常数语法错误Error directive :xxx错误的编译预处理命令Error writing output file写输出⽂件错误Expression syntax error表达式语法错误Extra parameter in call调⽤时出现多余错误File name too long⽂件名太长Function call missing )函数调⽤缺少右括号Fuction definition out of place函数定义位置错误Fuction should return a value函数必需返回⼀个值Goto statement missing labelGoto语句没有标号Hexadecimal or octal constant too large 16进制或8进制常数太⼤Illegal character ’’x’’⾮法字符xIllegal initialization⾮法的初始化Illegal octal digit⾮法的8进制数字Illegal pointer subtraction⾮法的指针相减Illegal structure operation⾮法的结构体操作Illegal use of floating point⾮法的浮点运算Illegal use of pointer指针使⽤⾮法Improper use of a typedefsymbol 类型定义符号使⽤不恰当In-line assembly not allowed不允许使⽤⾏间汇编Incompatible storage class存储类别不相容Incompatible type conversion不相容的类型转换Incorrect number format错误的数据格式Incorrect use of defaultDefault使⽤不当Invalid indirection⽆效的间接运算Invalid pointer addition指针相加⽆效Irreducible expression tree⽆法执⾏的表达式运算Lvalue required需要逻辑值0或⾮0值Macro argumentsyntax error宏参数语法错误Macro expansion too long宏的扩展以后太长Mismatched number of parameters in definition 定义中参数个数不匹配Misplaced break此处不应出现break语句Misplaced continue此处不应出现continue语句Misplaced decimal point此处不应出现⼩数点xxx’’ is assigned a valueMisplaced else此处不应出现elseMisplaced else directive此处不应出现编译预处理elseMisplaced endif directive此处不应出现编译预处理endifMust be addressable必须是可以编址的Must take address of memory location必须存储定位的地址No declaration for function ’’xxx’’没有函数xxx的说明No stack缺少堆栈No type information没有类型信息Non-portable pointer assignment不可移动的指针(地址常数)赋值Non-portable pointer comparison不可移动的指针(地址常数)⽐较Non-portable pointer conversion不可移动的指针(地址常数)转换Not a valid expression format type不合法的表达式格式Not an allowed type不允许使⽤的类型Numeric constant too large数值常太⼤Out of memory内存不够⽤Parameter ’’xxx’’ is never used能数xxx没有⽤到Pointer required on left side of ->符号->的左边必须是指针Possible use of ’’xxx’’ before definition 在定义之前就使⽤了xxx(警告)Possibly incorrect assignment赋值可能不正确Redeclaration of ’’xxx’’重复定义了xxxRedefinition of ’’xxx’’ is not identical xxx的两次定义不⼀致Register allocation failure寄存器定址失败Repeat count needs an lvalue重复计数需要逻辑值Size of structure or array not known结构体或数给⼤⼩不确定Statement missing ;语句后缺少";"Structure or union syntax error结构体或联合体语法错误Structure size too large结构体尺⼨太⼤Sub scripting missing ] 下标缺少右⽅括号Superfluous & with function or array函数或数组中有多余的"&"Suspicious pointer conversion可疑的指针转换Symbol limit exceeded符号超限Too few parameters in call函数调⽤时的实参少于函数的参数不Too many default casesDefault太多(switch语句中⼀个)Too many error or warning messages错误或警告信息太多Too many type in declaration说明中类型太多Too much auto memory in function函数⽤到的局部存储太多Too much global data defined in file⽂件中全局数据太多Two consecutive dots两个连续的句点Type mismatch in parameter xxx参数xxx类型不匹配Ty pe mismatch in redeclaration of ’’xxx’’xxx重定义的类型不匹配Unable to create output file ’’xxx’’⽆法建⽴输出⽂件xxxUnable to open include file ’’xxx’’⽆法打开被包含的⽂件xxxUnable to open input file ’’xxx’’⽆法打开输⼊⽂件xxxUndefined labe l ’’xxx’’没有定义的标号xxxUndefined structure ’’xxx’’没有定义的结构xxxUndefined symbol ’’xxx’’没有定义的符号xxxUnexpected end of file in comment started on line xxx 从xxx⾏开始的注解尚未结束⽂件不能结束Unexpected end of file in conditional started on line xxx 从xxx 开始的条件语句尚未结束⽂件不能结束Unknown assemble instruction未知的汇编结构Unknown option未知的操作Unknown preprocessor directive: ’’xxx’’不认识的预处理命令xxxUnreachable code⽆路可达的代码Unterminated string or character constant字符串缺少引号User break⽤户强⾏中断了程序Void functions may not return a valueVoid类型的函数不应有返回值Wrong number of arguments调⽤函数的参数数⽬错’’xxx’’ not an argumentxxx不是参数’’xxx’’ not part of structurexxx不是结构体的⼀部分xxx statement missing (xxx语句缺少左括号xxx statement missing )xxx语句缺少右括号xxx statement missing ;xxx缺少分号’’xxx’’ declared but never used说明了xxx但没有使⽤’’xxx’’ is assigned a value which is never used 给xxx赋了值但未⽤过Zero length structure结构体的长度为零Ambiguous symbol "xxx"不明确的符号Argument list syntax error参数表语法错误Array bounds missing丢失数组界限符Array size toolarge数组尺⼨太⼤Bad character in paramenters参数中有不适当的字符Bad file name format in include directive 包含命令中⽂件名格式不正确Bad ifdef directive synatax编译预处理ifdef有语法错Bad undef directive syntax编译预处理undef有语法错Bit field too large位字段太长Call of non-function调⽤未定义的函数Call to function with no prototype调⽤函数时没有函数的说明Cannot modify a const object不允许修改常量对象Case outside of switch漏掉了case 语句Case syntax errorCase 语法错误Code has no effect代码不可述不可能执⾏到Compound statement missing{分程序漏掉"{"Conflicting type modifiers不明确的类型说明符Constant expression required要求常量表达式Constant out of range in comparison在⽐较中常量超出范围Conversion may lose significant digits 转换时会丢失意义的数字Conversion of near pointer not allowed 不允许转换近指针Could not find file "xxx"找不到XXX⽂件Declaration missing ;说明缺少";"Declaration syntax error说明中出现语法错误Default outside of switchDefault 出现在switch语句之外Define directive needs an identifier 定义编译预处理需要标识符Division by zero⽤零作除数Do statement must have whileDo-while语句中缺少while部分Enum syntax error枚举类型语法错误Enumeration constant syntax error枚举常数语法错误Error directive :xxx错误的编译预处理命令Error writing output file写输出⽂件错误Expression syntax error表达式语法错误Extra parameter in call调⽤时出现多余错误File name too long⽂件名太长Function call missing )函数调⽤缺少右括号Fuction definition out of place函数定义位置错误Fuction should return a value函数必需返回⼀个值Goto statement missing labelGoto语句没有标号Hexadecimal or octal constant too large 16进制或8进制常数太⼤Illegal character "x"⾮法字符xIllegal initialization⾮法的初始化Illegal octal digit⾮法的8进制数字Illegal pointer subtraction⾮法的指针相减Illegal structure operation⾮法的结构体操作Illegal use of floating point⾮法的浮点运算Illegal use of pointer指针使⽤⾮法 Improper use of a typedefsymbol 类型定义符号使⽤不恰当In-line assembly not allowed不允许使⽤⾏间汇编Incompatible storage class存储类别不相容Incompatible type conversion不相容的类型转换Incorrect number format错误的数据格式Incorrect use of defaultDefault使⽤不当Invalid indirection⽆效的间接运算Invalid pointer addition指针相加⽆效Irreducible expression tree⽆法执⾏的表达式运算Lvalue required需要逻辑值0或⾮0值 Macro argumentsyntax error宏参数语法错误Macro expansion too long宏的扩展以后太长Mismatched number of parameters in definition 定义中参数个数不匹配Misplaced break此处不应出现break语句Misplaced continue此处不应出现continue语句Misplaced decimal point此处不应出现⼩数点xxx" is assigned a valueMisplaced else此处不应出现elseMisplaced else directive此处不应出现编译预处理elseMisplaced endif directive此处不应出现编译预处理endifMust be addressable必须是可以编址的Must take address of memory location必须存储定位的地址No declaration for function "xxx"没有函数xxx的说明No stack缺少堆栈No type information没有类型信息Non-portable pointer assignment不可移动的指针(地址常数)赋值Non-portable pointer comparison不可移动的指针(地址常数)⽐较Non-portable pointer conversion不可移动的指针(地址常数)转换Not a valid expression format type不合法的表达式格式Not an allowed type不允许使⽤的类型Numeric constant too large数值常太⼤Out of memory内存不够⽤Parameter "xxx" is never used能数xxx没有⽤到Pointer required on left side of ->符号->的左边必须是指针Possible use of "xxx" before definition 在定义之前就使⽤了xxx(警告)Possibly incorrect assignment赋值可能不正确Redeclaration of "xxx"重复定义了xxxRedefinition of "xxx" is not identical xxx的两次定义不⼀致Register allocation failure寄存器定址失败Repeat count needs an lvalue重复计数需要逻辑值Size of structure or array not known结构体或数给⼤⼩不确定Statement missing ;语句后缺少";"Structure or union syntax error结构体或联合体语法错误Structure size too large结构体尺⼨太⼤ Sub scripting missing ] 下标缺少右⽅括号Superfluous & with function or array函数或数组中有多余的"&"Suspicious pointer conversion可疑的指针转换Symbol limit exceeded符号超限Too few parameters in call函数调⽤时的实参少于函数的参数Too many default casesDefault太多(switch语句中⼀个)Too many error or warning messages错误或警告信息太多Too many type in declaration说明中类型太多Too much auto memory in function函数⽤到的局部存储太多Too much global data defined in file⽂件中全局数据太多Two consecutive dots两个连续的句点Type mismatch in parameter xxx参数xxx类型不匹配Type mismatch in redeclaration of "xxx" xxx重定义的类型不匹配Unable to create output file "xxx"⽆法建⽴输出⽂件xxxUnable to open include file "xxx"⽆法打开被包含的⽂件xxxUnable to open input file "xxx"⽆法打开输⼊⽂件xxxUndefined label "xxx"没有定义的标号xxxUndefined structure "xxx"没有定义的结构xxxUndefined symbol "xxx"没有定义的符号xxxUnexpected end of file in comment started on line xxx从xxx⾏开始的注解尚未结束⽂件不能结束Unexpected end of file in conditional started on line xxx 从xxx 开始的条件语句尚未结束⽂件不能结束Unknown assemble instruction未知的汇编结构Unknown option未知的操作Unknown preprocessor directive: "xxx"不认识的预处理命令xxxUnreachable code⽆路可达的代码Unterminated string or character constant字符串缺少引号User break⽤户强⾏中断了程序Void functions may not return a valueVoid类型的函数不应有返回值Wrong number of arguments调⽤函数的参数数⽬错"xxx" not an argumentxxx不是参数"xxx" not part of structurexxx不是结构体的⼀部分xxx statement missing (xxx语句缺少左括号xxx statement missing )xxx语句缺少右括号xxx statement missing ;xxx缺少分号"xxx" declared but never used说明了xxx但没有使⽤"xxx" is assigned a value which is never used 给xxx赋了值但未⽤过Zero length structure结构体的长度为零。
系统出错提示(中英对照及对策)
系统出错提示(中英对照及对策)最近一些朋友一见到系统出错提示英文时,是一筹莫展,现介绍一些中英对照及对策,供朋友们在学习中参考。
[英文提示] Abort,Retry, Ignore,fail?[中文] 退出,重试,忽略,取消?[原因] 不能识别给出的命令、或发生了使命令不能执行的磁盘或设备错误,可能是磁盘损坏或软驱门没关。
[对策] 按A键彻底终止,并回到DOS提示符。
按R键重复执行该命令。
按I键继续处理,忽略错误,非常冒险,建议不要采用按F键不执行有问题的命令,继续下述处理。
有时会用到。
[英文提示] Access Denied[中文] 拒绝存取[原因] 试图打开一个标记为只读、存贮在写保护的磁盘上或锁定在网络上的文件。
如果在子目录上使用“Type”命令,或在文件上使用“CD(chdir)”命令,也会产生这个信息。
[对策] 应该用“Attrib”命令删除文件的只读状态或从磁盘中去掉写保护,然后再试试。
[英文提示] Bad Command or file name[中文] 错误的命令或文件名[原因] 不能识别输入的命令[对策] 应该检查以确保输入命令的正确性确认在指定目录或用Path命令指定的搜索路径上能找到命令文件。
[英文提示] Boot error[中文] 引导错误[原因] 在引导时检测不到应该的外设。
[对策] 应该检查计算机的设置参数,如用户自己不能解决这个问题,请找专门维修人员。
[英文提示] Cannot find system files[中文] 不能找到系统文件[原因] 试图从没有包含系统文件的驱动器上装入操作系统。
[对策] 应该用sys命令将系统文件复制到根目录中。
除非真的是不能恢复系统文件了,才可用Format/s命令重新格式化磁盘。
[英文提示] Cannot load command,system halted[中文] 不能加载command,系统中止[原因] 应用程序覆盖了内存中的所有或部分。
FREE_PASCAL出错信息对照表(中英文对照)
FREE PASCAL出错信息对照表一、编译时的出错信息1.Out of memory [内存溢出]2.Identifier expected [缺标识符]3.Identifier not found [标识符未找到]*如:Identifier not found INTEGR [标识符INTEGER未找到]4.Duplicate identifier [重复说明]*如:Duplicate identifier N [变量N重复说明]5.Syntax error [语法错误]*6.Error in real constant [实型常量错]7.Error in integer constant [整型常量错]8.String constant exceeds line [字符串常量跨行]9.Too many nested file [文件嵌套过多]10.Unexpected end of file [非正常文件结束]11.Line to long [行过长]12.Type Identifier expected [缺类型标识符]13.Too many open file [打开文件过多]14.Invalid file name [无效文件名]15.File not found [文件未找到]*16.Disk full [磁盘满]17.Invalid compiler directive [无效编译指示]18.Too many file [文件过多]19.Undefined type in pointer definition [指针定义中未定义类型]20.Variable identifier expected [缺变量标识符]21.Error in type definition [类型错误说明]*22.Stucture too large [结构过长]23.Set base type out of range [集合基类型越界]24.File components may not be files or object [FILE分量不能为文件或对象]25.Invalid string length [无效字符串长度]26.Type mismatch [类型不匹配]*27.Invalid subrange base type [无效子界基类型]28.Lower bound greater than upper bound [下界大于上界]29.Ordinal type expected [缺有序类型]30.Integer constant expected [缺整型常数]31.Constant expected [缺常量]32.Integer or real constant expected [缺整型或实型常量]33.Pointe type identifier expected [缺指针类型标识符]34.Invalid function result type [无效的函数结果类型]bel identifier expected [缺标号标识符]36.Begin expected [缺BEGIN]*37.End expected [缺END]*38.Integer expression expected [缺整型表达式]39.Ordinal expression expected [缺有序表达式]40.Boolean expression expected [缺布尔表达式]41.Operand type do not match operator [操作数与操作符不匹配]42.Error in expression [表达式错]43.Illegal expression [非法赋值]*44.Field identifier expected [缺域标识符]45.Object file too large [目标文件过大]46.Undefined external [未定义外部标识符]47.Invalid object file record [无效OBJ文件记录]48.Code segment too large [代码段过长]49.Data segment too large [数据段过长]*50.Do expected [缺DO]*51.Invalid PUBLIC definition [无效PUBLIC定义]52.Invalid EXTRN definition [无效EXTRN定义]53.Too many EXTRN definition [EXTRN定义过多]54.Of extected [缺0F]*55.INTERFACE expected [缺INTERFACE]56.Invalid relocatable reference [无效重定位引用]57.THEN expected [缺THEN]*58.TO (DOWNTO) expected [缺T0或DOWNTO]*59.Undefined forward [提前引用未定义的说明]60.Too many procedures [过程过多]61.Invalid typecast [无效类型转换]62.Division by zero [被零除]63.Invalid typecast [无效文件类型]64.Cannot Read or Write variable of this type [不能读写该类型的变量]*65.Ponter variable expected [缺指针变量]66.String variable expected [缺字符串变量]67.String expression expected [缺字符串表达式]68.Circular unit reference [单元循环引用]69.Unit name mismatchg [单元名不匹配]70.Unit version mismatch [单元版本不匹配]71.Duplicate unit name [单元重名]72.Unit file format error [单元文件格式错误]73.Implementation expected [缺IMPLEMENTATl0N]74.constant and case types do not match [常数与CASE类型不相匹配]75.Record variable expected [缺记录变量]76.Constant out of range [常量越界]77.File variable expected [缺文件变量]78.Pointer extression expected [缺指针变量]79.Integer or real expression expected [缺整型或实型表达式]ble not within current block [标号不在当前块中]ble already defined [标号已定义]82.Undefined lable in preceding statement part [在前面语句中标号未定义]83.Invalid @ argument [无效的@参数]84.Unit expected [缺UNIT]85. “;” expected [缺“;”]*86. “:” expected [缺“:”]*87. “,” expected [缺“,”]*88. “(” expected [缺“(”)*89. “)” expected [缺“]” ]*90. “=” expected [缺“=”]*91. “:=” expected [缺“:=”]*92. “[” or “(” expected [缺“[”或“(”)*93. “]” or “)” expected [缺“]”或“)”]*94. “..” expected [缺“.”]*95. “..” expected [缺“..”]*96.Too many variable [变量过多]97.Invalid FOR control variable [无效FOR控制变量]98.Integer variable expected [缺整型变量]99.File and procedure types are not allowed here [此处不允许用文件和过程类型]100.Srting length mismatch [字符串长度不匹配]101.Invalid ordering of fields [无效域顺序]102.String constant expected [缺字符串常量]103.Integer or real variable expected [缺整型或实型变量]104.Ordinal variable expected [缺顺序变量]105.INLINE error [INLINE错]106.Character expression expected [缺字符表达式]107.Too many relocation items [重定位项过多]112.Case constant out of range [CASE常量越界]113.Error in statement [语句错]114.Can’t call an interrupt procedute [不能调用中断过程]116.Must be in 8087 mode to complie this [必须在8087方式下编译] 117.Target address not found [未找到目标地址]118.Include files are not allowed here [此处不允许包含INCLUDE文件] 120.NIL expected [缺NIL]121.Invalid qualifier [无效限定符]122.Invalid variable reference [无效变量引用]123.Too many symbols [符号过多]124.Statement part too large [语句部分过长]126.Files must be var parameters [文件必须为变量参数]127.Too many conditional directive [条件符号过多]128.Misplaced conditional directive [条件指令错位]129.ENDIF directive missing [缺少ENDIF 指令]130.Error in initial conditional defines [初始条件定义错]131.Header does not match previous definition [过程和函数头与前面定义的不匹配]132.Critical disk error [严重磁盘错误]133.Can’t evalute this expression [不能计算该表达式]*如:Can’t evalu te constart expression [不能计算该常量表达式] 134.Expression incorrectly terminated [表达式错误结束]135.Invaild format specifier [无效格式说明符]136.Invalid indirect reference [无效间接引用]137.Structed variable are not allowed here [此处不允许结构变量] 138.Can’t evalute without system u nit [无SYSTEM单元不能计算]139.Can’t access this symbols [不能存取该符号]140.Invalid floating –point operation [无效浮点运算]141. Can’t compile overlays to memory [不能将覆盖模块编译至内存] 142.Procedure or function variable expected [缺过程和函数变量]143.Invalid procedure or function reference. [无效过程或函数引用] 144.Can’t overlay this unit [不能覆盖该单元]147.Object type expected [缺对象类型]148.Local object types are not allowed [不允许局部对象类型]149.VIRTUAL expected [缺VIRTUAL]150.Method identifier expected [缺方法标识符]151.Virtual constructor are not allowed [不允许虚拟构造方法]152.Constructor Identifier expected [缺构造函数标识符]153.Destructor Identifier expected [缺析构函数标识符]154.Fail only allowed within constructors [FAIL标准过程只允许在构造方法内使用]155.Invalid combination of opcode and operands [无效的操作符和操作数组合]156.Memory reference expected [缺内存引用]157.Can’t add or subtrace relocatable symbols [不能加减可重定位符号] 158.Invalid register combination [无效寄存器组合]159.286/287 Instructions are not enabled [未激活286/287指令]160.Invalid symbol reference [无效符号引用]161.Code generation error [代码生成错]162.ASM expected [缺ASM]二、运行错误运行错误将显示错误信息,并终止程序的运行。
Tribon错误提示中英对照
0103 Error in object structure, missing element
0104 Error in object structure, unexpected empty list
0331 Too many objects are already locked
0332 Object has invalid format
0333 Object already exists in data bank
0334 No room in data bank
0335 Unsupported object structure
0417 Data missing in input for subpictures
0418 Set of rules is not initiated
0419 Number for placing rules is not found for specific parameter
0501 Empty component
0321 Invalid logical data bank unit
0322 Logical data bank unit already in use
0323 Data bank table full
0324 Lock entry found instead of object
0325 Logical data bank unit not connected
0413 Data missing in input for component
0414 Data missing in input for subcomponent
Tribon错误提示中英对照
0409 Erroneous term - violates input syntax
0410 Unexpected component element
0411 Unexpected subcomponent element
0412 Syntax error in input
0349 Attempt to lock an object in a sequential db directory
0350 Open failure of data file
0351 Close failure of data file
0352 Record not found in the data file
0258 Error in parameter No. 8
0259 Error in parameter No. 9
0260 Error in parameter No. 10
0261 Error in parameter No. 11
0262 Error in parameter No. 12
0263 Error in parameter No. 13
0264 Error in parameter No. 14
0265 Error in parameter No. 15
0266 Error in parameter No. 16
0267 Error in parameter No. 17
0268 Error in parameter No. 18
0321 Invalid logical data bank unit
0322 Logical data bank unit already in use
C语言出错信息中英文对照表
Macro argument syntax error
宏参数语法错误
Macro expansion too long
宏扩展太长
Mismatch number of parameters in definition
定义中参数个数不匹配
Misplaced break
break位置错误
Initialize syntax error
初始化语法错误
Invalid indirection
无效的间接运算
Invalid macro argument separator
无效的宏参数分隔符
Invalid pointer addition
无效的指针相加
Invalid use of dot
case出现在switch之外
Case statement missing
漏掉了case语句
Case syntax error
Case 语法错误
Character constant too long
字符常量太长
Code has no effect
代码不可述不可能执行到
Misplaced continue
continue位置错误
Misplaced decimal point
十进制小数点位置错误
Misplaced else
else位置错误
Misplaced else directive
else指令位置错误
Misplaced endif directive
For statement missing ;
for语句缺少";"
中英文故障对照表
故障代码中文解释Err000无错误(* No error *) Err001变频器检测电网掉电(* Grid Loss detected by power converter *) (* 6*)Err002保留(* Reserve *) (* 0*)Err003保留(* Reserve *) (* 0*)Err004变频器复位超时(* Timeout occurred converter reset *) (* 0*)Err005PLC软件ID不正确(* Plc software identification number not correct *) (* 0*)Err006变桨软件版本不正确(* Pitch software versions not correct *) (* 0*)Err007偏航软件版本不正确(* Yaw software version not correct *) (* 0*)Err008初始化时,轮毂未达到停止状态(* In initialization, hub doesn't reach state stop *) (* 0*)Err009变频器软件版本不正确(* Converter software version not correct *) (* 0*)Err010检测不到机舱零位置(* Zero position nacelle can't be found *) (* 0*)Err011SS-0 熔丝熔断 (* SS-0: Fuse melted *) (* 3*)Err012SS-1 急停按钮 (* SS-1: Emergency button *) (* 3*)Err013SS-5 发电机超速 (* SS-5: Generator over speed *) (* 2*)Err014SS-6 振动传感器 (* SS-6: Vibration sensor *) (* 2*)Err015SS-7 转子超速 (* SS-7: Rotor over speed *) (* 5*)Err016SS-8 看门狗 (* SS-8: Watchdog *) (* 2*)Err017SS-9 制动器位置 (* SS-9: Brake position *) (* 2*)Err018SS-10 超出工作位置 (* SS-10: Working position exceeded *) (* 2*)Err019SS-11 轮糓驱动 (* SS-11: Hub drives *) (* 2*)Err020SS-12 存储继电器未复位(* SS-12: Storage relay not reset *) (* 2*)Err021柜内24V熔丝(* Fuse 24V internal cabinet *) (* 0*)Err022柜外24V熔丝(* Fuse 24V external cabinet *) (* 0*)Err023功率变频器未连接CAN总线(* Power converter not at the CANbus *) (* 6*)Err024功率变频器检查到故障(* Error detected by power converter *) (* 6*)Err025实际功率与要求功率不同(* Actual power differes to demanded *) (* 0*)Err026风速风向仪24V熔丝(* Fuse 24V anemometer *) (* 0*)Err027数字模块10未与CAN总线连接(* Digital module 10 not at bus *) (* 2*)中英文故障对照表英文Err028模拟模块未与总线连接(* Analogue module not at bus *) (* 0*)Err029690V电流接触器侧熔丝(* Fuse line side contactor 690V *) (* 0*) Err03024V辅助电源熔丝(* Fuse 24V auxiliaries *) (* 0*)Err031变桨1通讯(* Communication pitch1 *) (* 2*)Err032变桨2通讯(* Communication pitch2 *) (* 2*)Err033变桨3通讯(* Communication pitch3 *) (* 2*)Err034SS-2制动器转子过速(* SS-2: over speed rotor for brake *) (* 5*) Err035SS-3 三个叶片故障(* SS-3: All three blades error *) (* 5*)Err036SS-4 制动器存储继电器(* SS-4: Brake storage relays *) (* 5*)Err037保留(* Reserve *) (* 0*)Err038变桨1停止超时(* Pitch 1 timeout Stop *) (* 0*)Err039变桨1基准位置超时(* Pitch 1 timeout Reference *) (* 0*)Err040变桨1合理性(* Pitch 1 plausibility *) (* 2*)Err041变桨2停止超时(* Pitch 2 timeout Stop *) (* 0*)Err042变桨2基准位置超时(* Pitch 2 timeout Reference *) (* 0*)Err043变桨2合理性(* Pitch 2 plausibility *) (* 2*)Err044变桨3停止超时(* Pitch 3 timeout Stop *) (* 0*)Err045变桨3基准位置超时(* Pitch 3 timeout Reference *) (* 0*)Err046变桨3合理性(* Pitch 3 plausibility *) (* 2*)Err047保留(* Reserve *) (* 0*)Err048变桨1手动操作盒连接(* Pitch 1 service box connected *) (* 2*) Err049变桨1驱动错误(* Pitch 1 drive error *) (* 2*)Err050保留(* Reserve *) (* 0*)Err051变桨2手动操作盒连接(* Pitch 2 service box connected *) (* 2*) Err052变桨2驱动错误(* Pitch 2 drive error *) (* 2*)Err053保留(* Reserve *) (* 0*)Err054变桨3手动操作盒连接(* Pitch 3 service box connected *) (* 2*) Err055变桨3驱动错误(* Pitch 3 drive error *) (* 2*)Err056变桨1位置延时故障(* Pitch1 position error delayed *) (* 0*) Err057变桨2位置延时故障(* Pitch2 position error delayed *) (* 0*)Err058变桨3位置延时故障(* Pitch3 position error delayed *) (* 0*)Err059变桨位置没有同步变慢(* Pitch positions not synchronous slow *) (* 0*)Err060变桨位置没有同步变快(* Pitch positions not synchronous fast *) (* 0*)Err061轮毂速度未设置为最大速度(* Maximum hub speed not set to the rated maximum *) (* 2*)Err062变桨1基准位置错误(* Pitch1 reference positioning error *) (* 0*)Err063变桨2基准位置错误(* Pitch2 reference positioning error *) (* 0*)Err064变桨3基准位置错误(* Pitch3 reference positioning error *) (* 0*)Err065变桨1限位开关未在初始状态(* Pitch 1 limiting switch not active in stop_ok state *) (* 2*) Err066变桨2限位开关未在初始状态(* Pitch 2 limiting switch not active in stop_ok state *) (* 2*) Err067变桨3限位开关未在初始状态(* Pitch 3 limiting switch not active in stop_ok state *) (* 2*) Err068变桨1限位开关未在安全状态(* Pitch 1 limiting switch not active in safety_ok state *) (* 2*) Err069变桨2限位开关未在安全状态(* Pitch 2 limiting switch not active in safety_ok state *) (* 2*) Err070变桨3限位开关未在安全状态(* Pitch 3 limiting switch not active in safety_ok state *) (* 2*) Err071快速停止超时-高速(* Fast stop timeout high speed *) (* 2*)Err072快速停止超时-低速(* Fast stop timeout low speed *) (* 2*)Err073完全停止超时-高速(* Full stop timeout high speed *) (* 2*)Err074完全停止超时-高速(* Full stop timeout low speed *) (* 2*)Err075安全链停止超时-高速(* Safety chain stop timeout high speed *) (* 5*)Err076安全链停止超时-低速(* Safety chain stop timeout low speed *) (* 2*)Err077网侧变频器电流测量(* LSC current measurement *) (* 0*)Err078发电机侧变频器电流测量(* GSC current measurement *) (* 0*)Err079直流母线连接网电压预充电(* DC bus to Line voltage in precharge *) (* 0*)Err080发电机编码器反馈(* Generator encoder feedback *) (* 0*)Err081滑环编码器反馈(* Hub slipring encoder feedback *) (* 0*)Err082轮毂速度波动误差限度(* Hub speed fluctuation error limit *) (* 0*)Err083保留(* Reserve *) (* 0*)Err084保留(* Reserve *) (* 0*)Err085保留(* Reserve *) (* 0*)Err086保留(* Reserve *) (* 0*)Err087保留(* Reserve *) (* 0*)Err088保留(* Reserve *) (* 0*)Err089保留(* Reserve *) (* 0*)Err090保留(* Reserve *) (* 0*)Err091保留(* Reserve *) (* 0*)Err092无油泵时齿轮箱压力(* Gearbox pressure at no pumping *) (* 0*)Err093齿轮箱加热超时(* Timeout gearbox heating *) (* 0*)Err094电池充电超时(* Timeout battery charging *) (* 0*)Err095偏航超时(* Timeout yawing *) (* 0*)Err096转速与转子速度信号有差异(* Speed difference rotor speed signals *) (* 0*)Err097速度继电器1电缆切断(* Wire cut rotor speed relais 1 *) (* 2*)Err098速度继电器2电缆切断(* Wire cut rotor speed relais 2 *) (* 2*)Err099保留(* Reserve *) (* 0*)Err100保留(* Reserve *) (* 0*)Err101保留(* Reserve *) (* 0*)Err102保留(* Reserve *) (* 0*)Err103NCC310柜急停按钮(* NCC310 cabinet emergency stop button *) (* 3*)Err104TBC300齿轮箱急停按钮(* CTB300 Gearbox emergency stop button *) (* 3*)Err105TBC100急停按钮(* TBC100 emergency stop button *) (* 3*)Err106机舱电池柜电压过高或者无连接(* Nacelle battery extremly high or not connected *) (* 0*) Err107高压变压器温度(* HV Transformer temperature *) (* 0*)Err108发电机传感器PT100悬空(* PT100 sensor generator overhang *) (* 0*)Err109发电机传感器PT100悬空(* PT100 sensor generator overhang *) (* 0*)Err110发电机传感器PT100悬空(* PT100 sensor generator overhang *) (* 0*)Err111发电机轴驱动侧传感器PT100(* PT100 sensor generator bearing drive *) (* 0*)Err112发电机轴非驱动侧传感器PT100(* PT100 sensor generator bearing non drive *) (* 0*)Err113齿轮箱轴传感器PT100(* PT100 sensor gearbox bearing *) (* 0*)Err114齿轮箱油温传感器PT100(* PT100 sensor gearbox oil *) (* 0*)Err115机舱电池柜电压过低或者无连接(* Nacelle battery extremly low or not connected *) (* 0*) Err116机舱温度高(* Nacelle temperature high *) (* 0*)Err117机舱温度传感器缺失(* Nacelle temperature sensor defect *) (* 0*)Err118转子扼流圈温度高(* Rotor choke temperature high *) (* 0*)Err119网侧变频器滤波熔丝(* Fuse for filter at line side converter *) (* 0*)Err120未达到偏航额定转速(* Yaw rated speed not reached *) (* 0*)Err121环境温度太高(* Environment temperature too high *) (* 0*)Err122发电机内温度(* Temperature generator overhang *) (* 0*)Err123发电机轴温(* Temperature generator bearing *) (* 0*)Err124齿轮箱油温(* Temperature gearbox oil *) (* 0*)Err125机舱柜温度(* Temperature nacelle cabinet *) (* 0*)Err126齿轮箱轴温(* Temperature gearbox bearing *) (* 0*)Err127刹车垫磨损大于2mm(* Brake pad wear > 2 mm *) (* 0*)Err128制动泵无压力(* Brake pump no pressure *) (* 0*)Err129安全链没有检测到制动器关闭(* Closed brake not detected by safety chain *) (* 2*) Err130齿轮箱油位太低(* Gearbox oil level too low *) (* 0*)Err131齿轮箱油温高于90°(* Gearbox oil temperature > 90鳦 *) (* 0*)Err132制动泵断路器(* Circuit breaker brake pump *) (* 0*)Err133接地故障保护限制低(* Ground fault protection limit low *) (* 0*)Err134接地故障保护限制低(* Ground fault protection limit high *) (* 6*)Err135电池检测失败三次,低电压(* Battery test failed three times, low voltage *) (* 0*) Err136保留(* Reserve *) (* 0*)Err137接地故障保护信号切断(* Ground fault protection signal cut *) (* 0*)Err138竖立时,机舱位置变化(* Nacelle position change during stand still *) (* 0*) Err139自动制动调节(* Automatic brake adjust *) (* 0*)Err140机舱位置超出(* Nacelle position exceeded *) (* 0*)Err141偏航变频器熔丝(* Fuse yaw converter *) (* 0*)Err142熔丝或直流电源接地(* Fuse or earth current DC supply *) (* 0*)Err143制动器位置不够(* Brake open position not reached *) (* 0*)Err144齿轮箱断路器-高速(* Circuit breaker gearbox high speed *) (* 0*)Err145转子开关未设定在自动模式(* Rotor lock switch not set in automatic mode *) (* 2*) Err146制动阀缺失(* Brake valve defect *) (* 2*)Err147400V中断(* 400V interuption *) (* 0*)Err148电池接地故障(* Battery earth fault *) (* 0*)Err149齿轮箱泵低速运行断路器(* Circuit breaker gearbox low speed *) (* 0*)Err150轮毂速度过低(* Speed difference small rotor speed *) (* 0*)Err151发电机转速过低(* Speed difference generator speed too small *) (* 4*)Err152超速级别高(* Over speed level high *) (* 4*)Err153超速级别低(* Over speed level low *) (* 4*)Err154齿轮箱高速泵无压力(* Gearbox high speed pump no pressure *) (* 0*)Err155电池检测电网掉电(* Grid loss detected by battery *) (* 0*)Err156机舱位置变化太小(* Position change in nacelle position is too small *) (* 0*)Err157电池检测时电压变化小(* Too small voltage difference battery test *) (* 0*)Err158检测到发电机过速(* over speed by generator signal *) (* 4*)Err159变频器不同步(* Converter did not synchronise *) (* 0*)Err160风速风向仪测量错误(* Anemometer measurement error. *) (* 0*)Err161保留(* Reserve *) (* 0*)Err162风速在0m/s超过9小时(* winspeed signal zero for 9h *) (* 0*)Err163风速计通讯错误(* Anemometer communication error *) (* 0*)Err164PT100传感器电池温度(* PT100 sensor battery temperature *) (* 0*)Err165电池温度过低(* Battery too low temperature *) (* 0*)Err166保留(* Reserve *) (* 0*)Err167在备用或更新单元电池电压过低(* Battery voltage too lowstandby or refresh state *) (* 0*)Err168与偏航变频器连接的手动操作箱(* Service box yaw converter connected *) (* 0*)Err169功率消耗 > 30 KW(* Power consumption > 30 kW *) (* 0*)Err170偏航变频器没有连接到CAN总线上(* Yaw converter not on CAN-BUS *) (* 0*)Err171偏航时机舱位置无变化(* No change in the nacelle positionmoving of yaw *) (* 0*)Err172230V偏航制动器熔丝(* Fuse yaw brake 230V *) (* 0*)Err173水泵的断路器(* Circuit breaker water pump *) (* 0*)Err174变频柜入水口水压阀断路器(* Circuit breaker water valve at converter cabinet inlet *) (* 0*) Err175变浆制动器熔丝230V(* Fuse pitch brake 230V *) (* 0*)Err176保留(* Reserve *) (* 0*)Err177保留(* Reserve *) (* 0*)Err178变频器CAN数据复用器不工作(* Converter CAN data multiplexer not OK *) (* 0*)Err179保留(* Reserve *) (* 0*)Err180保留(* Reserve *) (* 0*)Err181保留(* Reserve *) (* 0*)Err182保留(* Reserve *) (* 0*)Err183保留(* Reserve *) (* 0*)Err184保留(* Reserve *) (* 0*)Err185保留(* Reserve *) (* 0*)Err186保留(* Reserve *) (* 0*)Err187保留(* Reserve *) (* 0*)Err188保留(* Reserve *) (* 0*)Err189保留(* Reserve *) (* 0*)Err190保留(* Reserve *) (* 0*)Err191保留(* Reserve *) (* 0*)Err192保留(* Reserve *) (* 0*)Err193保留(* Reserve *) (* 0*)Err194保留(* Reserve *) (* 0*)Err195保留(* Reserve *) (* 0*)Err196保留(* Reserve *) (* 0*)Err197保留(* Reserve *) (* 0*)Err198保留(* Reserve *) (* 0*)Err199保留(* Reserve *) (* 0*)Err200保留(* Reserve *) (* 0*)Err201保留(* Reserve *) (* 0*)Err202保留(* Reserve *) (* 0*)Err203保留(* Reserve *) (* 0*)Err204保留(* Reserve *) (* 0*)Err205变频器CROWBAR安全检查(* Health check converter crowbar *) (* 0*)Err206DC bus电压,变浆,电池电压的自检(* Health check difference DC bus voltage pitch and batterie voltage *) (* 0*) Err207自检变浆到设定位置的工作时间(* Health check timeout pitch move to demanded position *) (* 0*)Err208在安全链打开的情况下,桨叶不向回移动(* Health check pitch not move back at open safety chain *) (* 5*) Err209安全检查时制动器没有关闭(* Health check brake not closed *) (* 0*)Err210安全检查时制动器压力(* Health check brake pressure *) (* 0*)Err211安全检查时风速风向仪不正确(* Health check anemometer not plausible *) (* 0*)Err212安全检查时电池无法使变浆回位(* Health check pitch not moved back by battery *) (* 0*)Err213安全检查时电池没有检测到电网掉电(* Health check batteries didn't detect grid loss *) (* 0*)Err214安全检查轴承摩擦太大(* Health check friction bearing too high *) (* 0*)Err215不间断电源完全放电, 电流接触器(* Battery UPS total discharging, contactor *) (* 0*)Err216不间断电源测试启动, 电流接触器(* Battery UPS test activation, contactor *) (* 0*)Err217400V不间断电源 电流接触器1(* Battery UPS 400V contactor1 *) (* 0*)Err218400V不间断电源 电流接触器2(* Battery UPS 400V contactor2 *) (* 0*)Err219直流电源500V电流接触器没关闭(* Contactor supply 500V DC not closed *) (* 0*)Err220柜风扇熔断器(* Fuse cabinet fans *) (* 0*)Err221230V 电源接口继电器熔丝(* Fuse interface relays 230V supply *) (* 0*)Err222滤波板温度(* Filter plate temperature *) (* 0*)Err223自动加热器熔丝(* Fuse thermostat heating *) (* 0*)Err224偏航变频器温度(* Yaw converter error *) (* 0*)Err225制动泵接触器(* Brake pump contactor *) (* 0*)Err226塔筒通信失败看门狗显示(* Tower base communication failure watchdog *) (* 0*)Err227保留(* Reserve *) (* 0*)Err228保留(* Reserve *) (* 0*)Err229变频器阻流其温度(* Converter choke temperature *) (* 0*)Err230齿轮箱风扇接触器(* Gearbox fan contactor *) (* 0*)Err231水泵接触器(* Water pump contactor *) (* 0*)Err232从站PLC检测从站通讯错误(* Slave communication failure detected by slave PLC *) (* 2*)Err233主站PLC检测主站通讯错误(* Slave communication failure detected by master PLC *) (* 2*) Err234齿轮箱低速泵接触器(* Gearbox low speed pump contactor *) (* 0*)Err235齿轮箱高速泵接触器(* Gearbox high speed pump contactor *) (* 0*)Err236驱动侧振动AC加速度传感器(* Acceleration sensor AC drive side *) (* 0*)Err237非驱动侧振动AC加速度传感器(* Acceleration sensor AC non-drive side *) (* 0*)Err238保留(* Reserve *) (* 0*)Err239保留(* Reserve *) (* 0*)Err240保留(* Reserve *) (* 0*)Err241驱动列摇摆(* Drive train swinging *) (* 4*)Err242塔架移动驱动侧(* Tower movement drive side *) (* 4*)Err243塔架移动非驱动侧(* Tower movement non-drive side *) (* 4*)Err244齿轮箱压力传感器(* Gearbox pressure sensor *) (* 0*)Err245驱动侧振动DC加速度传感器(* Acceleration sensor DC drive side *) (* 0*)Err246非驱动侧振动DC加速度传感器(* Acceleration sensor DC non-drive side *) (* 0*)Err2471000秒内机舱摆动警告3次(* 3 nacelle swinging warning in 1000s *) (* 0*)Err248一分钟内定子电流过滤值太高(* Stator current filtered in 1min too high *) (* 0*)Err249一分钟内总电流过滤值过高(* Total current filtered in 1min too high *) (* 0*)Err250偏航定位系统-左/右位被转换(* Yaw position system - Left/Right bit inverted *) (* 0*) Err251电网功率10分钟内过滤值过高(* Grid power filtered in 10min too high *) (* 0*)Err252电网功率1分钟内过滤值过高(* Grid power filtered in 1min too high *) (* 0*)Err253电网功率10秒内过滤值过高(* Grid power filtered in 10s too high *) (* 0*)Err254移动时偏航功率低于错误极限值(* Yaw power below error limit at moving *) (* 0*)Err255保留(* Reserve *) (* 0*)*) (* 0*)。
电脑常出现的英文翻译
11 Press TAB to show POST screen 中文:按TAB键可以切换屏幕显示。解释:有的OEM厂商会以自己设计的显示画面来取代BIOS预设的开机显示画面,我们可以按TAB键,来在BIOS预设的开机画面与厂商的自定义画面之间进行切换。
4 Keyboard error or no keyboard present 中文:键盘错误或者未接键盘。解释:检查一下键盘的连线是否松动或者损坏。
5 Hard disk install failure 中文:硬盘安装失败。解释:这是因为硬盘的电源线或数据线可能未接好或者硬盘跳线设置不当。你可以检查一下硬盘的各根连线是否插好,看看同一根数据线上的两个硬盘的跳线的设置是否一样,如果一样,只要将两个硬盘的跳线设置得不一样即可(一个设为Master,另一个设为Slave)。
[对 策] 应该重新引导计算机,检查被应用程序修改过的数据是否完整,如必要可将复制到子目录,这样退出应用程序时DOS可在这儿找到。
[英文提示] Cannot read file allocation table
[中 文] 不能读到文件分配表
[原 因] 文件分配表已坏。
8 Hard disk(s) diagnosis fail 中文:执行硬盘诊断时发生错误。解释:出现这个问题一般就是说硬盘本身出现故障了,你可以把硬盘放到另一台机子上试一试,如果问题还是没有解决,只能去修一下了。
电脑各种错误信息中英文对照
一、BIOS中的提示信息提示信息说明Drive A error 驱动器A错误System halt 系统挂起Keyboard controller error 键盘控制器错误Keyboard error or no keyboard present 键盘错误或者键盘不存在BIOS ROM checksum error BIOS ROM 校验错误Single hardisk cable fail 当硬盘使用Cable选项时硬盘安装位置不正确FDD Controller Failure BIOS 软盘控制器错误HDD Controller Failure BIOS 硬盘控制器错误Driver Error 驱动器错误Cache Memory Bad, Do not Enable Cache 高速缓存Cache损坏,不能使用Error: Unable to control A20 line 错误提示:不能使用A20地址控制线Memory write/Read failure 内存读写失败Memory allocation error 内存定位错误CMOS Battery state Low CMOS没电了Keyboard interface error 键盘接口错误Hard disk drive failure 加载硬盘失败Hard disk not present 硬盘不存在Floppy disk(s) fail (40) 软盘驱动器加载失败,一般是数据线插反,电源线没有插接,CMOS内部软驱设置错误CMOS checksum error-efaults loaded. CMOS校验错误,装入缺省(默认)设置二、BIOS刷新失败后,Bootblock启动时出现的提示信息提示信息说明Detecting floppy drive A media... 检测软驱A的格式Drive media is : 1.44Mb1.2Mb 720Kb 360K 驱动器格式是1.44Mb、12Mb、720kb、360kb的一种DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER 磁盘引导失败,插入系统盘后按任意键继续三、MBR主引导区提示信息提示信息说明Invalid partition table 无效的分区表Error loading operating sy stem 不能装入引导系统Missing operating system 系统引导文件丢失说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。
电脑各种错误信息中英文对照
一、BIOS中的提示信息提示信息说明Drive A error 驱动器A错误System halt 系统挂起Keyboard controller error 键盘控制器错误Keyboard error or no keyboard present 键盘错误或者键盘不存在BIOS ROM checksum error BIOS ROM 校验错误Single hardisk cable fail 当硬盘使用Cable选项时硬盘安装位置不正确FDD Controller Failure BIOS 软盘控制器错误HDD Controller Failure BIOS 硬盘控制器错误Driver Error 驱动器错误Cache Memory Bad, Do not Enable Cache 高速缓存Cache损坏,不能使用Error: Unable to control A20 line 错误提示:不能使用A20地址控制线Memory write/Read failure 内存读写失败Memory allocation error 内存定位错误CMOS Battery state Low CMOS没电了Keyboard interface error 键盘接口错误Hard disk drive failure 加载硬盘失败Hard disk not present 硬盘不存在Floppy disk(s) fail (40) 软盘驱动器加载失败,一般是数据线插反,电源线没有插接,CMOS内部软驱设置错误CMOS checksum error-efaults loaded. CMOS校验错误,装入缺省(默认)设置二、BIOS刷新失败后,Bootblock启动时出现的提示信息提示信息说明Detecting floppy drive A media... 检测软驱A的格式Drive media is : 1.44Mb1.2Mb 720Kb 360K 驱动器格式是1.44Mb、12Mb、720kb、360kb的一种DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER 磁盘引导失败,插入系统盘后按任意键继续三、MBR主引导区提示信息提示信息说明Invalid partition table 无效的分区表Error loading operating sy stem 不能装入引导系统Missing operating system 系统引导文件丢失说明:如果在计算机启动过程中,在硬件配置清单下方(也就时在平时正常启动时出现Starting Windows 98…的地方)出现不可识别字符,此时可判断硬盘分区表损坏。
系统出错提示(中英对照及对策)
。
[对 策] 检查内存中的其它程序或不再使用此程序。
[英文提示] Drive Not Ready Error
格式化,或格式化成非DOS系统。
[对 策] 应该重新格式化磁盘。
[英文提示] Incorrect DOS version
[中 文] DOS版本不符
[原 因] 输入了一个不同版本的外部命令。
[原 因] 在指定的驱动器中没有盘或门没关。
[对 策] 插入磁盘到指定驱动器或关上驱动器门。
[英文提示] Program too big to fit in memory
[中 文] 重新太大不能载入内存
[原 因] 见Insufficient memory
[英文提示] Bad Command or file name
[中 文] 错误的命令或文件名
[原 因] 不能识别输入的命令
[对 策] 应该检查以确保输入命令的正确性
确认在指定目录或用Path命令指定的搜索路径上能找到命令文件。
[英文提示] Boot error
[英文提示] Access Denied
[中 文] 拒绝存取
[原 因] 试图打开一个标记为只读、存贮在写保护的磁盘上或锁定在网络上的文件。如果在子目录上使用“Type”命令,或在文件上使用“CD(chdir)”命令,也会产生这个信息。
[对 策] 应该用“Attrib”命令删除文件的只读状态或从磁盘中去掉写保护,然后再试试。
[对 策] 用setver设置版本或者使用正确的可执行文件。
英文提示] Insufficient Disk Space
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Ambiguous operators need parentheses -----------不明确的运算需要用括号括起Ambiguous symbol ''xxx'' ----------------不明确的符号Argument list syntax error ----------------参数表语法错误Array bounds missing ------------------丢失数组界限符Array size toolarge -----------------数组尺寸太大Bad character in paramenters ------------------参数中有不适当的字符Bad file name format in include directive --------------------包含命令中文件名格式不正确Bad ifdef directive synatax ------------------------------编译预处理ifdef有语法错Bad undef directive syntax ---------------------------编译预处理undef有语法错Bit field too large ----------------位字段太长Call of non-function -----------------调用未定义的函数Call to function with no prototype ---------------调用函数时没有函数的说明Cannot modify a const object ---------------不允许修改常量对象Case outside of switch ----------------漏掉了case 语句Case syntax error ------------------ Case 语法错误Code has no effect -----------------代码不可述不可能执行到Compound statement missing{ --------------------分程序漏掉"{"Conflicting type modifiers ------------------不明确的类型说明符Constant expression required ----------------要求常量表达式Constant out of range in comparison -----------------在比较中常量超出范围Conversion may lose significant digits -----------------转换时会丢失意义的数字Conversion of near pointer not allowed -----------------不允许转换近指针Could not find file ''xxx'' -----------------------找不到XXX文件Declaration missing ; ----------------说明缺少";"Declaration syntax error -----------------说明中出现语法错误Default outside of switch ------------------ Default 出现在switch语句之外Define directive needs an identifier ------------------定义编译预处理需要标识符Division by zero ------------------用零作除数Do statement must have while ------------------ Do-while语句中缺少while部分Enum syntax error ---------------------枚举类型语法错误Enumeration constant syntax error -----------------枚举常数语法错误Error directive :xxx ------------------------错误的编译预处理命令Error writing output file ---------------------写输出文件错误Expression syntax error -----------------------表达式语法错误Extra parameter in call ------------------------调用时出现多余错误File name too long ----------------文件名太长Function call missing -----------------函数调用缺少右括号Fuction definition out of place ------------------函数定义位置错误Fuction should return a value ------------------函数必需返回一个值Goto statement missing label ------------------ Goto语句没有标号Hexadecimal or octal constant too large ------------------16进制或8进制常数太大Illegal character ''x'' ------------------非法字符xIllegal initialization ------------------非法的初始化Illegal octal digit ------------------非法的8进制数字Illegal pointer subtraction ------------------非法的指针相减Illegal structure operation ------------------非法的结构体操作Illegal use of floating point -----------------非法的浮点运算Illegal use of pointer --------------------指针使用非法Improper use of a typedefsymbol ----------------类型定义符号使用不恰当In-line assembly not allowed -----------------不允许使用行间汇编Incompatible storage class -----------------存储类别不相容Incompatible type conversion --------------------不相容的类型转换Incorrect number format -----------------------错误的数据格式Incorrect use of default --------------------- Default使用不当Invalid indirection ---------------------无效的间接运算Invalid pointer addition ------------------指针相加无效Irreducible expression tree -----------------------无法执行的表达式运算Lvalue required ---------------------------需要逻辑值0或非0值Macro argument syntax error -------------------宏参数语法错误Macro expansion too long ----------------------宏的扩展以后太长Mismatched number of parameters in definition ---------------------定义中参数个数不匹配Misplaced break ---------------------此处不应出现break语句Misplaced continue ------------------------此处不应出现continue语句Misplaced decimal point --------------------此处不应出现小数点Misplaced elif directive --------------------不应编译预处理elifMisplaced else ----------------------此处不应出现Misplaced else directive ------------------此处不应出现编译预处理elseMisplaced endif directive -------------------此处不应出现编译预处理endifMust be addressable ----------------------必须是可以编址的Must take address of memory location ------------------必须存储定位的地址No declaration for function ''xxx'' -------------------没有函数xxx的说明No stack ---------------缺少堆栈No type information ------------------没有类型信息Non-portable pointer assignment --------------------不可移动的指针(地址常数)赋值Non-portable pointer comparison --------------------不可移动的指针(地址常数)比较Non-portable pointer conversion ----------------------不可移动的指针(地址常数)转换Not a valid expression format type ---------------------不合法的表达式格式Not an allowed type ---------------------不允许使用的类型Numeric constant too large -------------------数值常太大Out of memory -------------------内存不够用Parameter ''xxx'' is never used ------------------能数xxx没有用到Pointer required on left side of -> -----------------------符号->的左边必须是指针Possible use of ''xxx'' before definition -------------------在定义之前就使用了xxx(警告)Possibly incorrect assignment ----------------赋值可能不正确Redeclaration of ''xxx'' -------------------重复定义了xxxRedefinition of ''xxx'' is not identical ------------------- xxx的两次定义不一致Register allocation failure ------------------寄存器定址失败Repeat count needs an lvalue ------------------重复计数需要逻辑值Size of structure or array not known ------------------结构体或数给大小不确定Statement missing ; ------------------语句后缺少";"Structure or union syntax error --------------结构体或联合体语法错误Structure size too large ----------------结构体尺寸太大Sub scripting missing ] ----------------下标缺少右方括号Superfluous & with function or array ------------------函数或数组中有多余的"&" Suspicious pointer conversion ---------------------可疑的指针转换Symbol limit exceeded ---------------符号超限Too few parameters in call -----------------函数调用时的实参少于函数的参数不Too many default cases ------------------- Default太多(switch语句中一个)Too many error or warning messages --------------------错误或警告信息太多Too many type in declaration -----------------说明中类型太多Too much auto memory in function -----------------函数用到的局部存储太多Too much global data defined in file ------------------文件中全局数据太多Two consecutive dots -----------------两个连续的句点Type mismatch in parameter xxx ----------------参数xxx类型不匹配Type mismatch in redeclaration of ''xxx'' ---------------- xxx重定义的类型不匹配Unable to create output file ''xxx'' ----------------无法建立输出文件xxxUnable to open include file ''xxx'' ---------------无法打开被包含的文件xxxUnable to open input file ''xxx'' ----------------无法打开输入文件xxxUndefined label ''xxx'' -------------------没有定义的标号xxxUndefined structure ''xxx'' -----------------没有定义的结构xxxUndefined symbol ''xxx'' -----------------没有定义的符号xxxUnexpected end of file in comment started on line xxx ----------从xxx行开始的注解尚未结束文件不能结束Unexpected end of file in conditional started on line xxx ----从xxx 开始的条件语句尚未结束文件不能结束Unknown assemble instruction ----------------未知的汇编结构Unknown option ---------------未知的操作Unknown preprocessor directive: ''xxx'' -----------------不认识的预处理命令xxxUnreachable code ------------------无路可达的代码Unterminated string or character constant -----------------字符串缺少引号User break ----------------用户强行中断了程序Void functions may not return a value ----------------- Void类型的函数不应有返回值Wrong number of arguments -----------------调用函数的参数数目错''xxx'' not an argument ----------------- xxx不是参数''xxx'' not part of structure -------------------- xxx不是结构体的一部分xxx statement missing ( -------------------- xxx语句缺少左括号xxx statement missing ) ------------------ xxx语句缺少右括号xxx statement missing ; -------------------- xxx缺少分号xxx'' declared but never used -------------------说明了xxx但没有使用xxx'' is assigned a value which is never used ----------------------给xxx赋了值但未用过Zero length structure ------------------结构体的长度为零仅供参考版权不归我所有~。