代码搜索:assertion
找到约 1,246 项符合「assertion」的源代码
代码结果 1,246
www.eeworm.com/read/287324/4024396
java assert.java
//: com:bruceeckel:tools:Assert.java
// Turning off the assertion output
// so you can ship the program.
package com.bruceeckel.tools;
public class Assert {
public final static void is_true(
www.eeworm.com/read/280248/4127388
java assert.java
//: Assert.java
// Turning off the assertion output
// so you can ship the program.
package com.bruceeckel.tools;
public class Assert {
public final static void is_true(boolean exp){}
pub
www.eeworm.com/read/385649/2587073
h sassert.h
#ifndef _SASSERT_H_
#define _SASSERT_H_
/**
* @class sassert
* @brief Implements compile-time assertion checking.
* @author Emery Berger
*
* @code
* sassert
www.eeworm.com/read/383556/2616085
java assert.java
//: Assert.java
// Turning off the assertion output
// so you can ship the program.
package com.bruceeckel.tools;
public class Assert {
public final static void is_true(boolean exp){}
pub
www.eeworm.com/read/155692/5620075
java assert.java
//: Assert.java
// Turning off the assertion output
// so you can ship the program.
package com.bruceeckel.tools;
public class Assert {
public final static void is_true(boolean exp){}
pub
www.eeworm.com/read/233441/6788024
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/294461/8224135
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/335795/12498334
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s
www.eeworm.com/read/147311/12567674
html assert_asserterror.html
Handling an Assertion Error
(Java Developers Almanac Example)
www.eeworm.com/read/247673/12632668
c main1.c
// #include
#include
#include "IntArray.h"
#include "IntArrayRC.h"
/**
**
swap() with IntArray ia1
swap() with IntArrayRC ia2
Assertion failed: ix >= 0 && ix < _s