行云

行至水穷处,坐看云起时。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年8月24日

摘要: #include <stdio.h>#include <string.h>#include <stdlib.h>#include <limits.h>void swap(unsigned char *a, unsigned char *b);/* @brief reverse an array, whose index is equal and larger than lo, and equal and smaller then high*/void reverse(unsigned char array[], int lo, int high) 阅读全文
posted @ 2011-08-24 10:33 windflying 阅读(1081) 评论(0) 推荐(0) 编辑