代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/407531/11417809
h error.h
/*
* Author: zhangdi
* Date: 2008-11-10
* Description: error function declaration
*/
#ifndef ERROR_H_INCLUDED
#define ERROR_H_INCLUDED
/* output error message with line number */
void
www.eeworm.com/read/406301/11444862
inc error.inc
;/***********************************************************************
; * Copyright
www.eeworm.com/read/405915/11455137
bmp error.bmp
www.eeworm.com/read/405906/11455153
c error.c
#include "global.h"
error(m)
char *m;
{
fprintf(stderr,"line %d:%s\n",lineno,m);
exit(1);
}
www.eeworm.com/read/404821/11477501
gif error.gif
www.eeworm.com/read/404623/11481361
h error.h
///////////////////////////////////////////////////////////////////////////
//
// NAME
// Error.h -- a simple error handling class
//
// DESCRIPTION
// The CError class is used to throw error
www.eeworm.com/read/403484/11515499
c error.c
void ErrReset()
{
if(cAutoScan==1); //自动扫描标志存在就进行左开始及水平定时器开始,后面就进入
{
//cDirectHorizon=1; //取消方向,由复位RAM保留决定
T0_start();
}
}