摘要:
1 #include "iostream" 2 #include "iomanip" 3 #include "time.h" 4 using namespace std; 5 6 #define num 13 7 8 struct Bnode{ 9 int data;10 Bn... 阅读全文
posted @ 2015-12-04 21:49
指间ゝ繁华初逝的格调
阅读(245)
评论(0)
推荐(0)
摘要:
简单顺序查找,有序表的二分查找,索引顺序表的查找 1 #include "iostream" 2 #include "iomanip" 3 #include "time.h" 4 #include "stdlib.h" 5 using namespace std; 6 7 #defi... 阅读全文
posted @ 2015-12-04 17:50
指间ゝ繁华初逝的格调
阅读(203)
评论(0)
推荐(0)
摘要:
1 #include "iostream" 2 #include "iomanip" 3 #include "time.h" 4 using namespace std; 5 6 #define num 28 7 typedef int type;//type类型为int 8 9 /*10 *... 阅读全文
posted @ 2015-12-04 12:04
指间ゝ繁华初逝的格调
阅读(221)
评论(0)
推荐(0)
摘要:
1 #include "iostream" 2 #include "vector" 3 #include "time.h" 4 #include "iomanip" 5 using namespace std; 6 7 #define num 25 8 typedef int t... 阅读全文
posted @ 2015-12-04 10:32
指间ゝ繁华初逝的格调
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号