代码搜索:Assertion
找到约 1,246 项符合「Assertion」的源代码
代码结果 1,246
www.eeworm.com/read/385155/8816051
h assertion.h
/*----------函数声明--------------------------------------------------------*/
//void display();
void initial();
void cpu();
void destory(link p);
link schedul(link r);
Status block();
Status awake
www.eeworm.com/read/276599/7073010
java assertion.java
package corejava;
/**
A class for assertion checking
@version 1.00 10 Oct 1998
@author Cay Horstmann
*/
public class Assertion
{
/**
Check an assertion
@par
www.eeworm.com/read/459685/7268571
png assertion.png
www.eeworm.com/read/455033/7379072
hpp assertion.hpp
#ifndef ASSERTION_HPP_
#define ASSERTION_HPP_
// to compile all assertion
//#define ASSERTION
// to remove all the assert
//#define NDEBUG
#ifndef ASSERTION
#define ASSERTION(i) ((void ) 0)
#else
www.eeworm.com/read/143207/12889172
assertion_arbre
/*******************************/
/*** ARBRE GENEALOGIQUE ***/
/*******************************/
individu(ind1,Mihaly,Bagyi,11/04/1955,Cristur,Roumanie)->;
individu(ind2,Iren,Bagyi,24/0
www.eeworm.com/read/316867/13515744
java assertion.java
package corejava;
/**
A class for assertion checking
@version 1.00 10 Oct 1998
@author Cay Horstmann
*/
public class Assertion
{
/**
Check an assertion
@par