代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/377584/2698825
hpp generators.hpp
#ifndef GENERATORS_HPP_
#define GENERATORS_HPP_
namespace ebl {
template
Counter::Counter( const T& firstVal, const T& interval )
:val(firstVal-interval),
interval(interval)
{}
t
www.eeworm.com/read/377584/2698943
h generators.h
#ifndef __GENERATORS_H__
#define __GENERATORS_H__
namespace ebl {
template
class Counter{
typedef T value_type;
value_type val;
value_type interval;
public:
Counter(cons
www.eeworm.com/read/377584/2698947
hpp generators.hpp
#ifndef GENERATORS_HPP_
#define GENERATORS_HPP_
namespace ebl {
template
Counter::Counter( const T& firstVal, const T& interval )
:val(firstVal-interval),
interval(interval)
{}
t
www.eeworm.com/read/375673/2722994
c generators.c
/*
** $Id: generators.c,v 1.8 2003/09/04 06:02:53 weiym Exp $
**
** generators.c: general line, circle, ellipse, arc generators.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002
www.eeworm.com/read/375190/2726182
jam generators.jam
# Copyright Vladimir Prus 2002.
# Copyright Rene Rivera 2006.
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://ww
www.eeworm.com/read/375190/2735064
hpp generators.hpp
// Copyright 2005-2008 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// This
www.eeworm.com/read/375190/2735590
py generators.py
# Copyright (C) 2006 Douglas Gregor .
# Use, modification and distribution is subject to the Boost Software
# License, Version 1.0. (See accompanying file LICENSE_1_0.txt
www.eeworm.com/read/335542/12517178
h generators.h
//: C06:Generators.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/335542/12517224
cpp generators.cpp
//: C06:Generators.cpp {O}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the
www.eeworm.com/read/300492/13909698
h generators.h
//: C06:Generators.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file