把痛苦留给自己

技术改变人生

2008年10月23日

02_09.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _02_09{ class Class_02_09{ public static void Main(String[] args){ ... 阅读全文

posted @ 2008-10-23 20:19 郭兴华 阅读(83) 评论(0) 推荐(0) 编辑
02_08.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _02_08{ class Fraction{ public int numerator; public int denominato... 阅读全文

posted @ 2008-10-23 20:11 郭兴华 阅读(71) 评论(0) 推荐(0) 编辑
02_07.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _02_07{ struct Fractio{ public int numerator; public int denominato... 阅读全文

posted @ 2008-10-23 19:40 郭兴华 阅读(78) 评论(0) 推荐(0) 编辑
02_06.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace 02_06{ public class_02_06{ struct Fraction{ public int numerator; ... 阅读全文

posted @ 2008-10-23 17:30 郭兴华 阅读(139) 评论(0) 推荐(0) 编辑
02_05.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _02_05{ class Class_02_05{ public static void Main(String[] args) {... 阅读全文

posted @ 2008-10-23 16:40 郭兴华 阅读(74) 评论(0) 推荐(0) 编辑
02_04.cs

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; namespace _02_04 { class Class_02_04{ public static void Main(String[] args){... 阅读全文

posted @ 2008-10-23 16:31 郭兴华 阅读(83) 评论(0) 推荐(0) 编辑

2008年10月22日

02_03.cs

摘要: using System; namespace _02_03{ class Class_02_03{ public static void main(String[] args){ float x=3.14159F; double y=3.14159265358979; Console.WriteLine("x={0}",x); Console.WriteLine("y={0}",y); floa... 阅读全文

posted @ 2008-10-22 19:43 郭兴华 阅读(74) 评论(0) 推荐(0) 编辑
02_02.cs

摘要: using System; namespace _02_02{ class Class_02_02{ public static void main(String[] args){ bool x=true; bool y=false; Console.WriteLine("x={0}",x); Console.WriteLine("y={0}",y); x=!x; y=!y; Console.Wr... 阅读全文

posted @ 2008-10-22 19:32 郭兴华 阅读(93) 评论(0) 推荐(0) 编辑

2008年10月21日

C#练习代码

摘要: Code Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; namespace _02_01{ class Class_02_01{ public static void Main(String[]... 阅读全文

posted @ 2008-10-21 13:33 郭兴华 阅读(238) 评论(0) 推荐(0) 编辑