摘要: #include using namespace std; unsigned int GetNotRepeatNum(unsigned int Value) { bool flag = true; unsigned int result = Value; while (flag) { result++; int figure = ... 阅读全文
posted @ 2016-05-20 16:06 ShellHan 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 插入排序: 希尔排序: 阅读全文
posted @ 2016-05-20 14:22 ShellHan 阅读(154) 评论(0) 推荐(0) 编辑