代码搜索:iterators

找到约 759 项符合「iterators」的源代码

代码结果 759
www.eeworm.com/read/162614/5526032

f90 real_do_1.f90

! { dg-do run } ! Test REAL type iterators in DO loops program real_do_1 real x, y integer n n = 0 y = 1.0 do x = 1.0, 2.05, 0.1 ! { dg-warning "REAL DO loop" "" } call check (x, y)
www.eeworm.com/read/134479/5892324

br at_iterator.br

// at_iterator.br // test address-translation code for // getting values of iterators #include // arbitrary large stream sizes #define X_1D 10000 #define ITER_1D_START float4(0,0,0,0) #de
www.eeworm.com/read/117921/14897331

h containeriter.h

/* $Id: ContainerIter.h,v 1.2 1996/05/19 03:59:31 matt Exp $ Generic iterators. Sep 18th 1994 Matt Phillips. */ #ifndef _CONTITER_H #define _CONTITER_H #define ITER_BOUND(p) CHECK(p, "i
www.eeworm.com/read/294317/8242034

cpp doublechain.cpp

// test iterators for doubly-linked list #include #include "DoubleChain.h" void main(void) { DoubleChain L; L.Insert(0,2); L.Insert(1,6); L.Insert(2,8); L.Insert(
www.eeworm.com/read/197407/7998930

cpp double1.cpp

// test iterators for doubly-linked list #include #include "double1.h" void main(void) { Double L; L.Insert(0,2); L.Insert(1,6); L.Insert(2,8); L.Insert
www.eeworm.com/read/136989/5837426

cpp trader.cpp

// Trader.cpp,v 1.69 2003/11/04 08:12:59 dhinton Exp #include "Trader.h" #include "Offer_Iterators_T.h" #include "ace/Thread_Mutex.h" #include "ace/RW_Thread_Mutex.h" #include "ace/OS_NS_string
www.eeworm.com/read/474651/1392315

entries

D/examples//// D/iterators//// /DbSyncTask.java/1.1/Thu Apr 09 09:14:51 2009//Tnew_branch /SchedulerTask.java/1.1/Fri Apr 03 07:44:28 2009//Tnew_branch /Scheduler.java/1.1/Fri Apr 03 07:44:04 2009
www.eeworm.com/read/162614/5525988

f90 array_constructor_12.f90

! Like array_constructor_6.f90, but check integer(8) iterators. ! { dg-do run } program main integer (kind = 8) :: i, l8, u8, step8 integer (kind = 4) :: l4, step4 integer (kind = 8), parameter
www.eeworm.com/read/366702/2876019

f90 array_constructor_12.f90

! Like array_constructor_6.f90, but check integer(8) iterators. ! { dg-do run } program main integer (kind = 8) :: i, l8, u8, step8 integer (kind = 4) :: l4, step4 integer (kind = 8), parameter