02 2015 档案
C++quickSort
摘要:void QuickSort1(int *s,int left,int right){ int i,j,t,pivot; if(left>right) return; if(left=pivot) j--; //从右向左找第一个比基准数小的数 while(iright) return;... 阅读全文
posted @ 2015-02-06 14:03 叶城宇 阅读(376) 评论(0) 推荐(0)
windows 里面waveOut*接口应用
摘要:#include #include #include /** some good values for block size and count*/#define BLOCK_SIZE 8192#define BLOCK_COUNT 20/** function prototypes*/ stati... 阅读全文
posted @ 2015-02-06 13:30 叶城宇 阅读(475) 评论(0) 推荐(0)