代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/205824/5020770
cc reader.cc
/*
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative license as permitted in the SGI Free
** Software License B, Version 1.1 (the "License")
www.eeworm.com/read/205824/5021384
c reader.c
/*
* WINE RTF file reader
*
* Portions Copyright 2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GN
www.eeworm.com/read/202840/5045026
java reader.java
package mypackage;
import java.util.Date;
public class Reader
{
String readerID = null;
String readerName = null;
Date regdate = null;
int sex = 0;
int maxnum = 0;
public R
www.eeworm.com/read/192915/5149573
h reader.h
/*------------------------------------------------------------------------------
* Copyright (C) 2003-2006 Jos van den Oever
*
* Distributable under the terms of either the Apache License (Version 2.
www.eeworm.com/read/191759/5162240
js reader.js
/**
* class for reading character from a string.
* @public
* @constructor
* @author jindw
*/
function Reader(value){
this.value = value;
this.position = 0;
this.line = 0;
}
/**
www.eeworm.com/read/191759/5162447
js reader.js
function Reader(value) {this.value = value;this.position = 0;this.line = 0;}Reader.prototype.read = function () {var c = this.value.charAt(this.position++);if (c == "\n") {if (this.isNextEnd) {this.li
www.eeworm.com/read/191759/5162463
js reader.js
$JSI.addCacheScript('js/io/reader.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function Reader(value) {this.value = value;this.position = 0;this.line = 0;}Reader.prototyp
www.eeworm.com/read/190666/5180963
java reader.java
/* Reader.java -- base class of classes that read input as a stream of chars
Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free sof
www.eeworm.com/read/189320/5197790
cpp reader.cpp
// reader.cpp,v 4.8 2006/02/22 17:33:13 olli Exp
#include "ace/DEV_Addr.h"
#include "ace/DEV_Connector.h"
#include "ace/TTY_IO.h"
ACE_RCSID(reader, reader, "reader.cpp,v 4.8 2006/02/22 17:33:13 olli