代码搜索:iOS越狱

找到约 4,141 项符合「iOS越狱」的源代码

代码结果 4,141
www.eeworm.com/read/396408/2422230

c fivechess.c

// DEMO7_18.CPP Windowed DirectDraw Demo //#define WIN32_LEAN_AND_MEAN // just say no to MFC //#include // include important windows stuff //#include //#include
www.eeworm.com/read/384220/2603000

iosfwd

// -*- C++ -*- I/O forward declaration header. // This file is part of the GNU ANSI C++ Library. #ifndef __IOSFWD__ #define __IOSFWD__ class ios; class streambuf; class istream; class ostream; class
www.eeworm.com/read/366702/2876766

f90 flush_1.f90

! { dg-do run } ! PR 22390 Implement flush statement program flush_1 character(len=256) msg integer ios open (unit=10, access='SEQUENTIAL', status='SCRATCH') write (10, *) 42 flush 1
www.eeworm.com/read/366702/2877166

f90 direct_io_4.f90

! { dg-do run } ! PR 23321 : Running off the end of a file was not detected with direct I/O. program main implicit none integer(kind=1) :: a, b integer :: ios, i a = 42 open (unit=10,status
www.eeworm.com/read/366702/2877454

f90 iostat_1.f90

! { dg-do run } ! PR 23598 - The iostat variable wasn't reset if the previous ! I/O library call had an error. program main implicit none integer :: ios, i open (10, pad='no', status='scratch')
www.eeworm.com/read/351636/3102605

cxx vnl_matlab_read.cxx

// This is core/vnl/vnl_matlab_read.cxx #ifdef VCL_NEEDS_PRAGMA_INTERFACE #pragma implementation #endif //: // \file // \author fsm #include "vnl_matlab_read.h" #include // for v
www.eeworm.com/read/258653/4352778

h ppc_zoom_ultimate.h

/* * ppc_zoom_ultimate.h * Goom * * Created by Guillaume Borios on Sun Dec 28 2003. * Copyright (c) 2003 iOS. All rights reserved. * */ /* Generic PowerPC Code */ void ppc_zoom_generic (in
www.eeworm.com/read/258653/4352800

h ppc_drawings.h

/* * ppc_drawings.h * Goom * * Created by Guillaume Borios on Sun Dec 28 2003. * Copyright (c) 2003 iOS. All rights reserved. * */ /* Generic PowerPC Code */ void ppc_brightness_generic(Pi
www.eeworm.com/read/475959/6771315

cpp 11_22.cpp

#include #include using namespace std; ostream &setup(ostream &stream) //自定义输出操纵符setup { stream.setf(ios::left); stream
www.eeworm.com/read/174213/9602205

iosfwd

// -*- C++ -*- I/O forward declaration header. // This file is part of the GNU ANSI C++ Library. #ifndef __IOSFWD__ #define __IOSFWD__ class ios; class streambuf; class istream; class ostream; class