摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication6{ class Program { static void Main(string[] args) { //输入x,计算关于x的一元多次方程的值 double x, y; Console.Write("x="); x = Convert.ToDoub... 阅读全文
posted @ 2012-09-15 10:24 roytanlu 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace datetoweekend 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 Console.WriteLine("分别输入年、月、日程序告诉你那天是星期几");13 int y, m, d, w;14 ... 阅读全文
posted @ 2012-09-15 00:17 roytanlu 阅读(280) 评论(0) 推荐(0) 编辑