代码搜索:iOS越狱

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

代码结果 4,141
www.eeworm.com/read/480097/1323069

txt 吴小菁-6分.txt

#include #include #include #include //using namespace std; ofstream out("output.txt"); ifstream in("input.txt",ios::nocreate); //int **c,**b; void
www.eeworm.com/read/233522/4668008

h vcl_iomanip.h

#ifndef vcl_sgi_iomanip_h_ #define vcl_sgi_iomanip_h_ #include #include #define vcl_generic_iomanip_STD /* */ // And now some missing manipulators - PVr : i
www.eeworm.com/read/180222/5288584

cpp supervar.cpp

//: C07:SuperVar.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // A super-variable #include
www.eeworm.com/read/305566/3773003

f fio.f

parameter(nx=100,ny=50,nz=40) real v(nx,ny) ireclv = nx * ny * 4 ivdisk = 30 open(ivdisk,file="/f0/data/stgpzli/vtest.data", 1 form="unformatted",iostat=ios, 2
www.eeworm.com/read/305566/3773305

f fio.f

parameter(nx=100,ny=50,nz=40) real v(nx,ny) ireclv = nx * ny * 4 ivdisk = 30 open(ivdisk,file="/f0/data/stgpzli/vtest.data", 1 form="unformatted",iostat=ios, 2
www.eeworm.com/read/366702/2876258

f90 unf_read_corrupted_1.f90

! { dg-do run } ! Test the error message when an unformatted file has become ! corrupted. program main implicit none integer(kind=4) :: i1, i2 integer :: ios character(len=50) :: msg ! Writ
www.eeworm.com/read/351636/3102314

h vcl_iomanip.h

#ifndef vcl_sgi_iomanip_h_ #define vcl_sgi_iomanip_h_ #include #include #define vcl_generic_iomanip_STD /* */ // And now some missing manipulators - PVr : i
www.eeworm.com/read/258653/4352818

h goom_visual_fx.h

#ifndef _VISUAL_FX_H #define _VISUAL_FX_H /** * File created on 2003-05-21 by Jeko. * (c)2003, JC Hoelt for iOS-software. * * LGPL Licence. * If you use this file on a visual program, * plea
www.eeworm.com/read/113029/15472293

cpp fig14_14.cpp

// Fig. 14.14: fig14_14.cpp // Reading a random access file. #include using std::cout; using std::endl; using std::ios; using std::cerr; using std::left; using std::right; using
www.eeworm.com/read/101563/15825343

cpp fileio.cpp

#include #include #include NTL_START_IMPL void OpenWrite(ofstream& s, const char *name) { s.open(name, ios::out); if (!s) { cerr