2013年11月30日

C# 表达式计算器----数据结构

摘要: using System;using System.Collections.Generic;using System.Linq; using System.Text;using System.Collections;namespace ConsoleApplication7{ class Calculator { static void Main(string[] args) { //string exp = "345*2^(4+2*2-1*3)-5"; for (; ; ) { Console.WriteLine("input a values:"); 阅读全文

posted @ 2013-11-30 23:04 小马哥~程序之美 阅读(1021) 评论(0) 推荐(0) 编辑

C# 测试单词的完美度

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; using System.Text; 4 namespace wordperfecTest 5 { 6 class Program 7 { 8 static void Main(string[] args) 9 { 10 Console.WriteLine("game specification:"); 11 Console.WriteLine("F... 阅读全文

posted @ 2013-11-30 22:42 小马哥~程序之美 阅读(180) 评论(0) 推荐(0) 编辑

导航