代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/170603/9796276
c assert.c
#include
#include
#ifndef EXPORT
#define EXPORT
#endif
static char rcsid[] = "$Id: assert.c,v 1.2 2001/06/07 22:30:08 drh Exp $";
EXPORT int _assert(char *e, char *file, int lin
www.eeworm.com/read/248190/12590327
h assert.h
/*
* Assertion - use liberally for debugging. Defining NDEBUG
* turns assertions off.
* assert(exp) where exp is non-zero does nothing, while
* assert(exp) where exp evaluates to zero aborts the p
www.eeworm.com/read/133648/14032024
java assert.java
//: com:bruceeckel:tools:debug:Assert.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Assertion tool for debugging.
package
www.eeworm.com/read/101790/15811323
htm subject_53607.htm
序号:53607 发表者:飞扬的麦子 发表日期:2003-09-21 12:20:05
主题:出现Debug Assertion Failed!该怎么办?
内容:开始编译时全部通过,运行时出现对话框"Debug Assertion Failed!",不能运行.请赐教!万分感谢!
www.eeworm.com/read/101790/15814724
htm subject_65709.htm
序号:65709 发表者:全都有人用? 发表日期:2003-12-19 09:20:06
主题:考虑一下什么原因,指针问题,但怎么能最快找到错误所在?
内容:File: dbgheap.cLine: 1044Expression: _CrtIsValidHeapPointer(pUserData)For information
www.eeworm.com/read/377523/9272647
java testassert.java
//: c05:TestAssert.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrating the assertion tool.
// Comment the followi
www.eeworm.com/read/372070/9523291
h assert.h
/** ###################################################################
**
** (c) Freescale Semiconductor
** 2004 All Rights Reserved
**
**
** (c) Copyright UNIS, spol. s r.o. 1997-2