摘要: #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 真勇士王小山 阅读(195) 评论(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 真勇士王小山 阅读(227) 评论(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 真勇士王小山 阅读(182) 评论(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 真勇士王小山 阅读(161) 评论(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 真勇士王小山 阅读(258) 评论(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 真勇士王小山 阅读(159) 评论(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 真勇士王小山 阅读(140) 评论(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 真勇士王小山 阅读(121) 评论(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 真勇士王小山 阅读(151) 评论(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 真勇士王小山 阅读(175) 评论(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 真勇士王小山 阅读(115) 评论(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 真勇士王小山 阅读(280) 评论(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 真勇士王小山 阅读(940) 评论(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 真勇士王小山 阅读(665) 评论(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 真勇士王小山 阅读(926) 评论(0) 推荐(0) 编辑
摘要: gcc[ option| filename ]... 1,描述.c C 源程序; 预处理, 编译, 汇编.C C++源程序; 预处理, 编译, 汇编.cc C++源程序; 预处理, 编译, 汇编.cxx C++源程序; 预处理, 编译, 汇编.m Objective-C 源程序; 预处理, 编译, 阅读全文
posted @ 2017-10-08 10:22 真勇士王小山 阅读(259) 评论(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 真勇士王小山 阅读(223) 评论(0) 推荐(0) 编辑