在c环境下的对数据结构进行讲解,包含有例题及答案

源代码在线查看: arg.cpp

软件大小: 199 K
上传用户: zhousiqi420
关键词: 环境 数据结构
下载地址: 免注册下载 普通下载 VIP

相关代码

				//arg.cpp
				// Illustrate the use of each of the complex friend functions.
				#include   // This also includes iostream.h.
				#include 
				void main(void)
				{
				   complex z(3.1, 4.2);
				   cout 				   cout 				   cout 				   cout 				
				   double mag = sqrt(norm(z));
				   double ang = arg(z);
				
				   cout 				   cout 				
				   cout 				   cout 				   cout 				   getch();
				}
				
							

相关资源