代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/176871/9480705
java errors.java
// FrontEnd Plus for JAD
// DeCompiled : Errors.class
package sms;
public interface Errors
{
public static final int SMPP_ROK = 0;
public static final int SMPP_RINVMSGLEN = 1;
www.eeworm.com/read/372666/9498938
cpp errors.cpp
#include "StdAfx.h"
#include ".\errors.h"
#include
#include "wording.h"
#include
using namespace std;
CErrors::CErrors(CPl0 *p)
{
pl = p;
num = 0;
}
void CErro
www.eeworm.com/read/372666/9498939
h errors.h
#pragma once
#ifndef __ERRORS_H
#define __ERRORS_H
#include "pl0.h"
#define MAX_ERROR_NUM 40
class CErrors
{
public:
CErrors(CPl0 *p);
~CErrors(void);
void Add(int err); //添加错
www.eeworm.com/read/169895/9834035
h errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
// enum of possible errors
typedef enum
{
NO_ERR,
POLL_TIMEOUT,
VERIFY_WRITE,
INVALID_SECTOR,
INVALID_BLOCK,
UNKNOWN_COMMAND,
PROCESS_COMM
www.eeworm.com/read/168054/9940835
h errors.h
const char rb_error_content[28*25]={
"OUT OF MEMORY","ARRAY REDEFINED","OUT OF RANGE","ARRAY UNDEFINED",
"DATA OVERFLOW","SYNTAX ERROR","FOR WITHOUT NEXT","NEXT WITHOUT FOR",
"GOSUB WITHOUT RETURN"
www.eeworm.com/read/363215/9965158
sql errors.sql
--* File Name : Errors.sql
--* Author : DR Timothy S Hall
--* Description : Displays the source line and the associated error after compilation failure.
--* Comments : Essentially the
www.eeworm.com/read/362941/9974086
h errors.h
/* known errors */
#define ERR_ILLCHAR 1
#define ERR_NEEDCHAR 2
#define ERR_NEEDCONST 3
#define ERR_FPCON 4
#define ERR_IDEXPECT 5
#define ERR_IDENTEXPECT 6
#define ERR_UNEX
www.eeworm.com/read/166843/9994896
log errors.log
www.eeworm.com/read/362472/9997693
h errors.h
/*****************************************************************************
*
* Microchip DeviceNet Stack (Error Definitions)
*
*************************************************************
www.eeworm.com/read/166720/10005795
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p