代码搜索:Readers
找到约 784 项符合「Readers」的源代码
代码结果 784
www.eeworm.com/read/175764/9534360
c readers.c
/*
readers.c: reading input data
copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http://mpg123.de
initially
www.eeworm.com/read/175201/9555697
c readers.c
/*
readers.c: reading input data
copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http://mpg123.de
initially
www.eeworm.com/read/348191/11607786
h readers.h
#ifndef READERS_H
#define READERS_H
#include "reader.h"
#include
#include
#include
using namespace std;
namespace jixia
{
class Readers
{ vector v
www.eeworm.com/read/348191/11607825
obj readers.obj
www.eeworm.com/read/348191/11607868
cpp readers.cpp
#include "readers.h"
namespace jixia
{
void Readers::Open(char fname[])
{ ifstream fin(fname);
while( !fin.eof() )
{ int x1;string x2;
fin>>x1>>x2;
Reader b(x1,x2);
www.eeworm.com/read/348191/11607876
txt readers.txt
1 2 2000 1 1 2000 2 1
2 2 2002 2 2 2002 3 2
3 2 2003 3 3 2003 4 3