摘要:
出编程题目的过程中,经常遇到数据的生成,很多时候需要大量的数据,要自己写太麻烦,所以想到了写一个数据生成器,不过写的有些简陋,哈哈,有共同困难的一起讨论下写个更完善的。下面是代码:View Code #include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#define MAX_LENGTH 1000#define MAX_LENGTH_MAT 200int choice( );void select( int ch );void Integer( );vo 阅读全文
posted @ 2012-09-04 00:16
曾经的风
阅读(466)
评论(0)
推荐(0)
浙公网安备 33010602011771号