代码搜索:range

找到约 10,000 项符合「range」的源代码

代码结果 10,000
www.eeworm.com/read/490329/1201575

cxx ivp_range_manager.cxx

// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved. #include #include IVP_Range_Manager::IVP_Range_Manager(IVP_Environment *env, IVP
www.eeworm.com/read/486923/1244866

h sync_mapping_range.h

#ifndef KAPI_SYNC_MAPPING_RANGE_H #define KAPI_SYNC_MAPPING_RANGE_H #ifdef NO_SYNC_MAPPING_RANGE #include #include #include #include #in
www.eeworm.com/read/482889/1282040

hpp property_iter_range.hpp

// (C) Copyright Fran鏾is Faure, iMAGIS-GRAVIR / UJF, 2001. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boo
www.eeworm.com/read/482889/1283774

hpp insert_range_impl.hpp

#ifndef BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software Lic
www.eeworm.com/read/482889/1283854

hpp insert_range_fwd.hpp

#ifndef BOOST_MPL_INSERT_RANGE_FWD_HPP_INCLUDED #define BOOST_MPL_INSERT_RANGE_FWD_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Vers
www.eeworm.com/read/470917/1441036

s sync_file_range.s

/* Selective file content synch'ing. Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute
www.eeworm.com/read/470917/1441266

c sync_file_range.c

/* Selective file content synch'ing. Copyright (C) 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute
www.eeworm.com/read/250015/4443461

cut-cuts-an-open-range

test $(echo abcd | busybox cut -c -3) = abc
www.eeworm.com/read/250015/4443462

cut-cuts-an-unclosed-range

test $(echo abcd | busybox cut -c 3-) = cd
www.eeworm.com/read/250015/4443463

cut-cuts-a-closed-range

test $(echo abcd | busybox cut -c 1-2) = ab