代码搜索:f-i

找到约 1 项符合「f-i」的源代码

代码结果 1
www.eeworm.com/read/117695/14908594

txt 复数运算.txt

#include "stdio.h" #include "math.h" typedef struct{ float x; float y; }num; void menu(){ printf("*****************请选择功能*****************\n"); printf("* 1.生成复数 *\