摘要:
#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
午饭要阳光
阅读(416)
评论(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
午饭要阳光
阅读(353)
评论(0)
推荐(0)
浙公网安备 33010602011771号