摘要: Arraysd的静态方法能够方便的对数组进行操作,每个方法也加了注释 : 程序: import java.util.*;public class Array{ public static void main(String[] args){ int[] arr={1,3,4,2}; System.ou 阅读全文
posted @ 2017-06-09 22:38 狼太白 阅读(271) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>#define OVERFLOW 0#define OK 1#define ERROR 0#define LIST_INIT_SIZE 100 //存储空间初始分配量typedef struct 阅读全文
posted @ 2017-06-09 17:30 狼太白 阅读(3459) 评论(0) 推荐(1) 编辑