#include <iostram>
using namespace std;
int main()
{
cout<<"i"<<endl;
return 0;
}
阅读全部
|
CooperOne
贴于 2012年1月26日 05:38
hide
bbsi
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
class tongxun//类名
{
public:
tongxun();
string name;//姓名
......................
阅读全部
|
hao136913540
贴于 2011年12月29日 00:45
hide
bbsi
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
class tongxun//类名
{
public:
tongxun();
string name;//姓名
......................
阅读全部
|
hao136913540
贴于 2011年12月29日 00:44
hide
bbsi
dxsafc sad fsvgd sbdfb heNDFHB DHeGBF DJGFA JGHSX,LXK,JN,KXD J,JDfHerH DF,LHFJZXY.ZETJKGjaeJNZHDXYKFMGDXLDMGXDK SRJSFZJKSZKSLZJSK6YRKHZ JSZRJFSJZSKLH hT JZJH JEDUJdfHGHGFJFG
阅读全部
|
hacklaohan
贴于 2011年12月25日 23:34
hide
bbsi
#include<iostream>
#include<iomanip>
#include<string>
#include<fstream>
#include<windows.h>
#include<math.h>
#include<sys\stat.h>
using namespace std;
string strFilePathName3;
const int FilePathLen = 1024;
const int ClassNameLen = 32;
//-------------------------------------
......................
阅读全部
|
qqwer2010
贴于 2011年12月23日 21:44
hide
bbsi
#include<iostream.h>
int prime(int n)
{
int j=2;
while(n%j!=0)
j++;
if(j==n)
return 1;
else
return 0;
}
void main()
......................
阅读全部
|
付冠英
贴于 2011年12月2日 19:51
hide
bbsi
#include<iostream>
using namespace std;
const int MaxArry=10000;
class intArray{
protected: int ar[MaxArry];
int n;
public: intArry(){
ar[0]=0;
n=0;
}
intArry(int n){
......................
阅读全部
|
丁琪
贴于 2011年11月22日 04:56
hide
bbsi
#include<iostream.h>
#include<stdlib.h>
#include<stdio.h>
#include<math.h>
#include<conio.h>
typedef char telemtype;
typedef int status;
typedef struct bitnode
{ telemtype data;
struct bitnode *lchild,*rchild;
}bitnode,*bitree;
bitree t;
......................
阅读全部
|
lovexiang
贴于 2011年11月13日 04:49
hide
bbsi
#define H 40
#define W 80
#define S .1
#define A(x) ((x)*3.1416/180)
#include<iostream>
#include<cstdlib>
#include<cmath>
int main() {
double a=-72,x=0,y=0;
char b[H][W];
int i,j;
......................
阅读全部
|
blue176
贴于 2011年11月3日 17:32
hide
bbsi