代码搜索:iOS越狱
找到约 4,141 项符合「iOS越狱」的源代码
代码结果 4,141
www.eeworm.com/read/135028/13966578
c usbdbg.c
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
Usbdebug.c
Abstract:
IOS port driver for USB LS-120 drive
Debug functions
Environment:
kernel mode onl
www.eeworm.com/read/135028/13966580
c usbstor.c
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
USBSTOR.c
Abstract:
IOS port driver for USB LS-120 drive
Main module
Environment:
kernel mode only
www.eeworm.com/read/135028/13966582
h usbdebug.h
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
usbdebug.h
Abstract:
IOS port driver for USB LS-120 drive
debug header file
Environment:
kernel mode on
www.eeworm.com/read/132653/14082048
cpp seqin.cpp
#include
#include
#include
#include
#include "seqin.h"
int seqgroup::input()
{
std::ifstream filein("seq",std::ios::in);
char inputbuf[200];
si
www.eeworm.com/read/108717/15578045
c umsspdr.c
/*++
Copyright (c) 1999-2000 Microsoft Corporation
Module Name:
UMSSPDR.C
Abstract:
IOS port driver for USB Mass Storage Sample Driver
Main module
Environment:
k
www.eeworm.com/read/108017/15596258
cpp test.cpp
#include "zfstream.h"
int main() {
// Construct a stream object with this filebuffer. Anything sent
// to this stream will go to standard out.
gzofstream os( 1, ios::out );
// This text i
www.eeworm.com/read/191613/8425948
cpp ex1206.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 12.6, page 279
// Dominating a Data Member and Overriding a Member Function
#include
www.eeworm.com/read/191613/8426856
cpp pr0307.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 3.7 on page 51
// Determining whether one integer is a multiple of another
#include
www.eeworm.com/read/283265/9032459
c usbio.c
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
UsbIo.c
Abstract:
IOS port driver for USB LS-120 drive
I/O module
Environment:
kernel mode only
Not
www.eeworm.com/read/185150/9055101
cpp 11_10.cpp
//11_10.cpp
#include
#include
using namespace std;
void main()
{
char ch;
ifstream tfile("payroll",ios_base::binary);
if (tfile)
{
while (tfile.