上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: #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) 编辑
摘要: #include <stdio.h> #include <string.h>#include <ctype.h> #include <stdlib.h> #include <io.h> #include <math.h> #include <time.h> #define OK 1#define E 阅读全文
posted @ 2017-10-07 23:11 真勇士王小山 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页