代码搜索:reader
找到约 10,000 项符合「reader」的源代码
代码结果 10,000
www.eeworm.com/read/347752/11638438
cpp comone.cpp
// ComOne.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "ComOne.h"
#include "reader.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/154491/11950636
c main.c
#include "main.h"
#define STATE_TITLE 0
#define STATE_READER 1
#define STATE_GETFILE 2
#define STATE_SAVEPOINT 3
unsigned char gFunState;
unsigned char PbpPath[256];
unsigned char DirPath
www.eeworm.com/read/249950/12446245
cpp tushuguanguanlixitong.cpp
# include
# include
# include
# include
# include
# include "type.h"
# include "createfile.cpp"
# include "search.cpp"
# include "reader.cpp
www.eeworm.com/read/128880/14273806
c bw_svmsg.c
/* include bw_svmsg1 */
#include "unpipc.h"
void reader(int, int, int);
void writer(int, int);
struct msgbuf *buf;
int totalnbytes, xfersize;
int
main(int argc, char **argv)
{
int i, nloop, cont
www.eeworm.com/read/222227/14700242
cpp comone.cpp
// ComOne.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "ComOne.h"
#include "reader.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/10764/189883
java activitymain.java
package com.rss_reader;
import java.net.URL;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import org.xml.sax.InputSource;
import org.xml.sax.XMLReader;
www.eeworm.com/read/10764/189884
java activityshowdescription.java
package com.rss_reader;
import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.TextView;
import android.content.Intent;
import android.view.
www.eeworm.com/read/492312/1176280
java safebufferedreader.java
package qianqian.p2pchat.io;
import java.io.BufferedReader;
import java.io.Reader;
import java.io.IOException;
//构造一个安全的BufferedReader
public class SafeBufferedReader extends BufferedReader {
www.eeworm.com/read/489181/1226122
java mxgraphviewreader.java
/**
* $Id: mxGraphViewReader.java,v 1.24 2009/04/15 17:22:56 gaudenz Exp $
* Copyright (c) 2007, Gaudenz Alder
*/
package com.mxgraph.reader;
import java.util.ArrayList;
import java.util.Hashtable