代码搜索结果

找到约 10,000 项符合 5 的代码

5-5.cpp

#include #include void main() { int i,j,k; int a[4][3],b[3][5],c[4][5]; cout

5-5.c

#include typedef char datatype; typedef struct node{ datatype data; struct node *next; } listnode; typedef listnode *linklist; listnode *p; linklist createlist(void)

5_5.cpp

//5_5.cpp #include using namespace std; class Point //Point类定义 { public: //外部接口 Point(int xx=0, int yy=0) {X=xx;Y=yy;countP++;} //构造函数 Point(Point &p); //拷贝构造函数 ~Point(){ countP

5-5.c

#include typedef char datatype; typedef struct node{ datatype data; struct node *next; } listnode; typedef listnode *linklist; listnode *p; linklist createlist(void)

vtb5_5

function vtb5_5(ma,m,ca,ka,k,rfin) %VTB5_5 Normalized amplitude of the primary mass for a %damped vibration absorber design. % VTB5_5(ma,m,ca,ka,k,rfin) plots the normalized amplitude % for a sys

5-5.txt

/* 范例:5-5 */ #include void main(void) { printf("13>>1=%d\n",13>>1); /* 将13的二进制表示式向右位移1个位 */ printf("13

5_5.cpp

#include class Point //Point类定义 { public: //外部接口 Point(int xx=0, int yy=0) {X=xx;Y=yy;countP++;} //构造函数 Point(Point &p); //拷贝构造函数 int GetX() {return X;} int GetY() {return Y;}

5-5.txt

/* 范例:5-5 */ #include void main(void) { printf("13>>1=%d\n",13>>1); /* 将13的二进制表示式向右位移1个位 */ printf("13