代码搜索:iOS越狱
找到约 4,141 项符合「iOS越狱」的源代码
代码结果 4,141
www.eeworm.com/read/341021/3262049
cxx uallreduce.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include "mpitestconf.h"
#ifdef HAVE_IOS
www.eeworm.com/read/341021/3262053
cxx uexscan.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include "mpitestconf.h"
#ifdef HAVE_IOS
www.eeworm.com/read/341021/3262055
cxx ureduce.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include "mpitestconf.h"
#ifdef HAVE_IOS
www.eeworm.com/read/341021/3262065
cxx uscan.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include "mpitestconf.h"
#ifdef HAVE_IOS
www.eeworm.com/read/364259/2906874
cpp c13-12.cpp
#include
using namespace std;
int main()
{int a[10],max,i,order;
ifstream infile("f1.dat",ios::in);
if(!infile)
{cerr
www.eeworm.com/read/258653/4352761
c goom_core.c
/**
* file: goom_core.c
* author: Jean-Christophe Hoelt (which is not so proud of it)
*
* Contains the core of goom's work.
*
* (c)2000-2003, by iOS-software.
*/
#include
#include
www.eeworm.com/read/472009/6877776
cpp c13-12.cpp
#include
using namespace std;
int main()
{int a[10],max,i,order;
ifstream infile("f1.dat",ios::in);
if(!infile)
{cerr
www.eeworm.com/read/392962/8317763
cpp zy2_big_problem.cpp
#include "cyio.h"
#include "BigNum_c.h"
class BigProblem{
public:
ifstream in;
ofstream out;
vector m;
BigProblem(char* inf,char* outf){
in.open(inf);
out.open(outf,ios::out
www.eeworm.com/read/113029/15472185
cpp fig20_03.cpp
// Fig. 20.3: fig20_03.cpp
// Using command-line arguments
#include
using std::cout;
using std::endl;
using std::ios;
#include
using std::ifstream;
using std::ofstre
www.eeworm.com/read/113029/15472300
cpp fig14_13.cpp
// Fig. 14.13: fig14_13.cpp
// Writing to a random access file.
#include
using std::cerr;
using std::endl;
using std::cout;
using std::cin;
using std::ios;
#include