代码搜索结果

找到约 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

/*************************************************/ /* FMPIANO */ /***********************************************/ #include #include #include

5-5.m

%例程55 计算随机信号的自相关函数 % e.g.5-5.m for example5-5; % to test function of xcorr; clear all; N=10^3; n=[0:N-1]; Fs=500; t=n/Fs; Mlag=100; % Generate signal plus noise x1=sin(2*pi*10*t)+0.7*ra

5_5.txt

;TIMER IN MOD 3 ORG 0000H AJMP STRT ORG 000BH AJMP T0_ISR ORG 001BH AJMP T1_ISR ORG 0100H STRT: MOV TMOD, #33H MOV TH0,#06D MOV TL0,#38H MOV TL1,#00H MOV TH1,#00H MOV IE,#8AH SETB TR0

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.cpp

#include using namespace std; class ZRF {public: int den; //公有成员具有局部作用域 ZRF(int n=0, int d=1) : num(n), den(d) { } //带默认参数值的构造函数 void disp() { cout

5-5.c

#include struct student { int number; char name[20]; char sex; int age; char addr[30]; }; void print_struct(struct student *p) { p->age ++; printf("%d,%s,%c,%d,%s\n",

5-5.c

/*************************************************/ /* FMPIANO */ /***********************************************/ #include #include #include