摘要: #include#includevoid add_state(float a, float b, float x, float y){ float m = a + x; float n = b + y; if (n > 0) printf("%f+%fi\n", m, n); else pr... 阅读全文
posted @ 2016-03-18 00:46 午饭要阳光 阅读(391) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS 1#include#include#includevoid input(float **p, int x, int y){ for (int i = 0; i < x; i++) { for (int j = 0; j < y; ... 阅读全文
posted @ 2016-03-18 00:40 午饭要阳光 阅读(347) 评论(0) 推荐(0) 编辑