2012年11月13日

WPF/C#学习记录test_obj2计算器

摘要: name: 计算器language: WPF/C#discribe: WPF 实现的计算器程序code: as follow---------------------------------XAML--------------------------------------------<Window x:Class="Calculator.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mi 阅读全文

posted @ 2012-11-13 12:11 清晨光束 阅读(391) 评论(0) 推荐(0)

WPF/C#学习记录test_obj1飞行棋

摘要: 新开始学习.net,看书看视频知识点很快就忘了,还是要勤敲代码,通过程序、例子加深印象。 记录下自己打过的小程序。text-obj1name: 飞行棋language: C#discribe: 控制台游戏. 练习C#基本语法code: as followusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace FlyGame{ //public struct Player //{ // public String name; // public int position 阅读全文

posted @ 2012-11-13 11:52 清晨光束 阅读(487) 评论(3) 推荐(0)

导航