摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication15{ class Program { static void Main(string[] args) { double ub=10; double step = 0.01; do... 阅读全文
posted @ 2011-04-21 20:49 Elitez 阅读(830) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication17{ class Program { static void Main(string[] args) { int n = 5; int k = 250; int c = 2; i... 阅读全文
posted @ 2011-04-21 20:48 Elitez 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-04-21 20:04 Elitez 阅读(155) 评论(0) 推荐(0) 编辑