摘要: 1 #include 2 #include 3 #include 4 5 #define N 1000//采样点的个数 6 #define M 5//分组 7 8 #define SIZE 10000 9 10 typedef struct 11 { 12 int element; 13 int count; 14 }ATTRI... 阅读全文
posted @ 2017-05-10 23:42 SimonKly 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 1 /***************************************************** 2 copyright (C), 2014-2015, Lighting Studio. Co., Ltd. 3 File name: 4 Author:Jerey_Jobs Version:0.1 Date: 5 Description: 6 F... 阅读全文
posted @ 2017-05-10 23:41 SimonKly 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1 /***************************************************** 2 copyright (C), 2014-2015, Lighting Studio. Co., Ltd. 3 File name: 4 Author:Jerey_Jobs Version:0.1 Date: 5 Description:... 阅读全文
posted @ 2017-05-10 23:40 SimonKly 阅读(1964) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 6 #define NUM (int)pow(2.0,25)+1 7 8 int length=0;//计算长度 9 int data[350000];//存放数据流 10 11 struct node 12 { 13 int data; ... 阅读全文
posted @ 2017-05-10 23:39 SimonKly 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 只是简单理解,代码还有许多不足之处 阅读全文
posted @ 2017-05-10 23:37 SimonKly 阅读(1508) 评论(0) 推荐(0) 编辑