数据结构常用算法合集

源代码在线查看: mix_02.cpp

软件大小: 2005 K
上传用户: jellylihui
关键词: 数据结构 算法
下载地址: 免注册下载 普通下载 VIP

相关代码

				 //mix_02.cpp
				 #include 	//cout
				 #include 		//getch()
				 #include 		//sin,cos
				 void main()
				 { float x,y;
				   x=90-25;			//求另一角
				   y=sin(x*3.14/180);
				   cout 				   y=cos(x*3.14/180);
				   cout 				   getch();
				 }
							

相关资源