摘要: 1 int tolower(int c) 这个函数转换大写字母为小写 2 int toupper(int c) 这个函数转换小写字母为大写 阅读全文
posted @ 2015-07-02 17:21 Vmetrio 阅读(164) 评论(0) 推荐(0)
摘要: 在图形输出窗口中动态绘制四叶草。 1 #include 2 #include 3 #include 4 #define PI 3.1415926535 5 void main(void) 6 { 7 initgraph(640,480); 8 setcolor(GREEN); ... 阅读全文
posted @ 2015-07-02 16:16 Vmetrio 阅读(356) 评论(0) 推荐(0)