代码搜索:reader
找到约 10,000 项符合「reader」的源代码
代码结果 10,000
www.eeworm.com/read/132665/14081203
py reader4.py
#!/usr/bin/python -u
#
# this tests the basic APIs of the XmlTextReader interface
#
import libxml2
import StringIO
import sys
# Memory debug specific
libxml2.debugMemory(1)
def tst_reader(s):
f
www.eeworm.com/read/132665/14081206
py reader7.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
result = ""
www.eeworm.com/read/132665/14081213
py reader6.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
schema="""
www.eeworm.com/read/132665/14081215
py reader5.py
#!/usr/bin/python -u
#
# this tests the Expand() API of the xmlTextReader interface
# this extract the Dragon bibliography entries from the XML specification
#
import libxml2
import StringIO
import sy
www.eeworm.com/read/132665/14081221
py reader8.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Parse a
www.eeworm.com/read/132665/14081241
py reader3.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
docstr="""
www.eeworm.com/read/112844/15475845
c reader1.c
/**
* section: xmlReader
* synopsis: Parse an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
* and dump the informations about the no
www.eeworm.com/read/108377/15587362
exe reader_writer.exe
www.eeworm.com/read/108377/15587363
cpp reader_writer.cpp
#include
#include
#define THREAD_INSTANCE_NUMBER 4 //1,2为写线程,3,4为读线程
int iCounter=0;
HANDLE hMutex;
int SubThreadA(void * pD)
{
int iID=(int)pD;
//在内部打开
HANDL
www.eeworm.com/read/102412/15781716
h pdb reader.h
// PDB Reader.h : main header file for the PDB READER application
//
#if !defined(AFX_PDBREADER_H__13A883D6_766F_11D3_B790_00508B0ACA0E__INCLUDED_)
#define AFX_PDBREADER_H__13A883D6_766F_11D3_B79