-
-
-
math.rar
数据统计,可以计算最大值和最小值,还有平均值。可以删除最大值最小值。可以排序。
-
-
-
-
-
lab501-FIR.rar
... // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
//#include "f2812a.h"
#include"math.h"
#define FIRNUMBER 25
#define SIGNAL1F 1000
#define SIGNAL2F 4500
#define SAMPLEF 10000
#define PI 3. ...
-
-
clock.rar
全屏幕模拟时钟的C源程序
#include<graphics.h>
#include<math.h>
#include<dos.h>
-
-