摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 15:22 真勇士王小山 阅读(202) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 15:21 真勇士王小山 阅读(231) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 15:20 真勇士王小山 阅读(187) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 15:20 真勇士王小山 阅读(164) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 15:18 真勇士王小山 阅读(265) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 14:51 真勇士王小山 阅读(173) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 14:50 真勇士王小山 阅读(147) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 14:49 真勇士王小山 阅读(129) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 ty 阅读全文
posted @ 2017-10-08 14:48 真勇士王小山 阅读(154) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 14:48 真勇士王小山 阅读(183) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 14:47 真勇士王小山 阅读(118) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d 阅读全文
posted @ 2017-10-08 14:46 真勇士王小山 阅读(289) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 ty 阅读全文
posted @ 2017-10-08 14:45 真勇士王小山 阅读(961) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 14:44 真勇士王小山 阅读(685) 评论(0) 推荐(0)
摘要: #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#de 阅读全文
posted @ 2017-10-08 14:43 真勇士王小山 阅读(951) 评论(0) 推荐(0)
摘要: gcc[ option| filename ]... 1,描述.c C 源程序; 预处理, 编译, 汇编.C C++源程序; 预处理, 编译, 汇编.cc C++源程序; 预处理, 编译, 汇编.cxx C++源程序; 预处理, 编译, 汇编.m Objective-C 源程序; 预处理, 编译, 阅读全文
posted @ 2017-10-08 10:22 真勇士王小山 阅读(310) 评论(0) 推荐(0)
摘要: 1,取模:%:取余数. 结果的符号取决于被模数 int i3 = 12 % (-5); //2 int i4 = -12 % (-5); //-2 System.out.println(i3); System.out.println(i4);2,short s = 10; ************* 阅读全文
posted @ 2017-10-08 10:19 真勇士王小山 阅读(228) 评论(0) 推荐(0)