代码搜索:BASE
找到约 10,000 项符合「BASE」的源代码
代码结果 10,000
www.eeworm.com/read/393688/2472385
base
# $Id: base,v 1.2.2.2 2002/04/27 15:39:04 erik Exp $
#
include ${ESMF_DIR}/build/${ESMF_ARCH}/base_variables
include ${ESMF_DIR}/build/common
#############
shared: chkopts_basic
-@echo making shar
www.eeworm.com/read/393688/2472393
base
# $Id: base,v 1.3.2.2 2002/04/27 15:39:06 erik Exp $
#
include ${ESMF_DIR}/build/${ESMF_ARCH}/base_variables
include ${ESMF_DIR}/build/common
#########
# This F.f rule ensures that the old *.f file
www.eeworm.com/read/358972/2981667
base
# usbserial device, some options:
#/dev/modem
/dev/ttyHS4
# baud rate
921600
# Debug on/off
#debug
# flatrate => no idle time, but use persistend connection
#idle 300
persist
# reserve device for usi
www.eeworm.com/read/335364/12532770
gif base_base.gif
www.eeworm.com/read/249221/4454173
svn-base iterator_base.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/249221/4454259
svn-base iterator_base.svn-base
/* Copyright (C) 2004 Garrett A. Kajmowicz
This file is part of the uClibc++ Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Gen
www.eeworm.com/read/446555/1711547
svn-base base.h.svn-base
#ifndef _BASE_H_
#define _BASE_H_
//start
class Base {
public:
Base();
void a();
virtual void b() ;
virtual void c(bool condition=true);
virtual ~Base() {}
};
class Derived : pub