代码搜索:Exception
找到约 10,000 项符合「Exception」的源代码
代码结果 10,000
www.eeworm.com/read/352755/10514930
h exception.h
#ifndef __EXCEPTION_H__
#define __EXCEPTION_H__
#ifdef __cplusplus
extern "C" {
#endif
///////////////////////////
void HaltUndef(void);
void HaltSwi(void);
void HaltPabort(void);
void Ha
www.eeworm.com/read/352754/10516183
h exception.h
/*---------------------------------------------------------------------------+
| exception.h |
|
www.eeworm.com/read/278179/10560508
h exception.h
#ifndef __HZH_Exception__
#define __HZH_Exception__
#define EXCEPTION_MESSAGE_MAXLEN 256
#include "string.h"
class Exception
{
private:
char m_ExceptionMessage[EXCEPTION_MESSAGE_MAXLEN];
publ
www.eeworm.com/read/278179/10560518
h exception.h
#ifndef __HZH_Exception__
#define __HZH_Exception__
#define EXCEPTION_MESSAGE_MAXLEN 256
#include "string.h"
class Exception
{
private:
char m_ExceptionMessage[EXCEPTION_MESSAGE_MAXLEN];
publ
www.eeworm.com/read/350890/10700302
h exception.h
//-< EXCEPTION.H >---------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/276695/10714686
dsp exception.dsp
# Microsoft Developer Studio Project File - Name="Exception" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/276695/10714692
cpp exception.cpp
#include
#include
//【例15.1】编写一个除法函数Div,要求避免除数为零的情况。
//方法一:按照传统处理除数为零的问题,需先判断除数是否为零,若为零告警出错;非零做除法运算,返回结果。
double Div(double a,double b)
{
if (b==0) //除数b为零,出错告警
www.eeworm.com/read/276695/10714698
plg exception.plg
Build Log
--------------------Configuration: Exception - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LbC
www.eeworm.com/read/276695/10714703
dsw exception.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/350392/10745135
h exception.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000 by Embedded and Real-Time Systems Laborat