文件中集合了常用的一些算法的C实现

源代码在线查看: 2cdiv0.c

软件大小: 177 K
上传用户: ABC258369000
关键词: 算法
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				  #include "stdio.h"
				  #include "2cdiv.c"
				  main()
				  { double e,f;
				    cdiv(-1.3,4.5,7.6,-3.6,&e,&f);
				    printf("\n");
				    printf(" e+jf=%10.7f +j %10.7f",e,f);
				    printf("\n");
				  }
				
							

相关资源