代码搜索:Reader
找到约 10,000 项符合「Reader」的源代码
代码结果 10,000
www.eeworm.com/read/132665/14081212
py reader.py
#!/usr/bin/python -u
# -*- coding: ISO-8859-1 -*-
#
# this tests the basic APIs of the XmlTextReader interface
#
import libxml2
import StringIO
import sys
# Memory debug specific
libxml2.debugMemory(
www.eeworm.com/read/110058/15458509
c reader.c
#include "defs.h"
#include "mstring.h"
/* The line size must be a positive integer. One hundred was chosen */
/* because few lines in Yacc input grammars exceed 100 characters. */
/* Note that if
www.eeworm.com/read/112649/15480407
dcu reader.dcu
www.eeworm.com/read/112649/15480415
ddp reader.ddp
www.eeworm.com/read/112649/15480438
dfm reader.dfm
object ReaderForm: TReaderForm
Left = 116
Top = 77
Width = 633
Height = 445
Caption = #35835#32773#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clW
www.eeworm.com/read/112649/15480439
pas reader.pas
unit Reader;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
TReaderForm = class(TForm)
GroupBox3: TG
www.eeworm.com/read/111866/15501384
php reader.php
Display Output
The following information was retrieved from the file.
www.eeworm.com/read/110110/15541783
txt reader.txt
www.eeworm.com/read/110053/15542613
c reader.c
#include "defs.h"
#include "mstring.h"
/* The line size must be a positive integer. One hundred was chosen */
/* because few lines in Yacc input grammars exceed 100 characters. */
/* Note that if
www.eeworm.com/read/108330/15588479
c reader.c
/*
* Read in makefile
*/
#include "h.h"
int lineno;
/*
* Syntax error handler. Print message, with line number, and exits.
*/
void
error(msg, a1, a2, a3)
char * msg