04 2016 档案

摘要:#include <stdio.h>#include <stdlib.h>#include<time.h>struct Arr { int *p_base; int len; int cnt;};void init_arr(Arr * pArr, int length);void sort_arr( 阅读全文
posted @ 2016-04-17 21:49 wowowo1 阅读(205) 评论(0) 推荐(0)
摘要:#include "stdafx.h"int a[] = { 1,2,3,4,5,6,6,5,9,1,2 };int b[] = {5,6};int LEN = sizeof(a) / sizeof(a[0]);void yiwei(int* a,int b) { for (int i = b;i 阅读全文
posted @ 2016-04-13 22:47 wowowo1 阅读(622) 评论(0) 推荐(0)