代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/180019/9322442
dsw 10_85.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "10_85"=".\10_85.dsp
www.eeworm.com/read/180019/9322443
cpp 10_85.cpp
#include
#include
class words
{
int len;
char *str;
public:
int getlen(){return len;}
words(char *s)
{
str=new char[strlen(s)+1];
strcpy(str,s);
len=strlen
www.eeworm.com/read/180019/9322445
cpp 10_81.cpp
#include
#include
class rational
{
int numerator,denominator;
void optimization();
public:
rational(int x=0,int y=1); //声明带默认值的构造函数
void print();
friend rational ope
www.eeworm.com/read/180019/9322464
cpp 10_88.cpp
#include
const double PI=3.1416;
class shape
{
protected:
double r;
public:
shape(double x){r=x;}
virtual double area()
{
cout
www.eeworm.com/read/180019/9322493
cpp 3_10.cpp
# include
# include
const int row=5;
bool Fun(int prime)//判断素数函数
{
int i=2;
bool f=1;
while (i
www.eeworm.com/read/180019/9322566
ncb 10_87.ncb
www.eeworm.com/read/180019/9322568
plg 10_87.plg
Build Log
--------------------Configuration: 10_87 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/180019/9322571
cpp 10_87.cpp
#include
struct element
{ //定义节点结构
int val; //数据元素域
element *next; //链指针域
};
class list
{ //list类定义
element *elems; //elems为当前标识指针
public:
list(){elems=0;}
~list(); /
www.eeworm.com/read/180019/9322573
opt 10_87.opt
www.eeworm.com/read/180019/9322576
dsp 10_87.dsp
# Microsoft Developer Studio Project File - Name="10_87" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con