代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/374949/9378233
exe 10_90.exe
www.eeworm.com/read/374949/9378237
cpp 10_90.cpp
#include
#include
class employee
{
protected:
int no;
char *name;
float salary;
static int totalno;
public:
virtual void pay()=0;
virtual void display()=0;
emp
www.eeworm.com/read/374949/9378241
cpp 10_82.cpp
#include
class point
{
int x,y;
public:
point(){x=y=0;}
point(int i,int j){x=i;y=j;}
point(point &p){x=p.x;y=p.y;} //此语句可省略,想想为什么
~point(){}
void offset(int i,int j){x+=i;
www.eeworm.com/read/374949/9378243
exe 10_82.exe
www.eeworm.com/read/374937/9378666
pdf chap10.pdf
www.eeworm.com/read/374840/9382845
pbl sample10.pbl
www.eeworm.com/read/374840/9382847
pbt sample10.pbt
Save Format v3.0(19990112)
appname "sample10";
applib "sample10.pbl";
liblist "sample10.pbl";
type "pb";
www.eeworm.com/read/178870/9383129
dat h10.dat
www.eeworm.com/read/178870/9383189
dat h10.dat
www.eeworm.com/read/374772/9385198