摘要: 1 void calc_probability(int num) 2 { 3 int i = 0, j = 0 , k = 0; 4 #define SIZE_NUM 8 5 int *array_num = NULL; 6 int *remember_num = NULL; 7 char (**array_detail)[SIZE_NUM] = NULL; //数组指针 8 int len_array = 0; 9 int count_num = 0;10 int count = 0;11 12 len_arr... 阅读全文
posted @ 2013-09-27 10:39 kongmeng 阅读(1169) 评论(0) 推荐(0) 编辑