代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/125811/6022230
h ttraster.h
/*******************************************************************
*
* ttraster.h v 1.4
*
* The FreeType glyph rasterizer.
*
* Copyright 1996
www.eeworm.com/read/125280/6031543
h ircomm_tty_attach.h
/*********************************************************************
*
* Filename: ircomm_tty_attach.h
* Version:
* Description:
* Status: Experimental.
*
www.eeworm.com/read/124745/6040753
c rlm_attr_rewrite.c
/*
* rlm_attr_rewrite.c
*
* Version: $Id: rlm_attr_rewrite.c,v 1.21 2004/05/02 12:57:33 kkalev Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/124745/6040979
c rlm_checkval.c
/*
* rlm_checkval.c
*
* Version: $Id: rlm_checkval.c,v 1.10 2004/02/26 19:04:28 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/124745/6041243
h modpriv.h
/* modpriv.h: Stuff needed by both modules.c and modcall.c, but should not be
* accessed from anywhere else.
*
* Version: $Id: modpriv.h,v 1.3 2004/02/26 19:04:19 aland Exp $ */
#include "radiusd.h
www.eeworm.com/read/124399/6049516
c insmult.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/124399/6049561
c insquery.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/124399/6049827
bat msgerr.bat
(defclass THINGO
(is-a USER)
(slot x (create-accessor read-write))
(multislot y (create-accessor read-write)))
(defmessage-handler THINGO blah-1 ()
(bind ?self 3))
(defclass A (is-a USER)
www.eeworm.com/read/124399/6049966
exp msgerr.exp
TRUE
CLIPS> (batch "msgerr.bat")
TRUE
CLIPS> (defclass THINGO
(is-a USER)
(slot x (create-accessor read-write))
(multislot y (create-accessor read-write)))
CLIPS> (defmessage-handler THINGO
www.eeworm.com/read/117181/6110518
cc misc.cc
// Test various -*- C++ -*- things.
// ====================== basic C++ types =======================
bool v_bool;
bool v_bool_array[2];
typedef struct fleep fleep;
struct fle