论坛


2009年1月1日 星期四

C# 语法练习(8) - 函数

万一| 万一的 Delphi 博客 |21:00:00

无参、无返回值的函数:using System; class MyClass { static void Show() { Console.WriteLine("function"); } static void Main() { Show(); //function Console.ReadKey(); } }参数:using System; class MyC...

C# 语法练习(8): 函数

万一| 万一的 Delphi 博客 |21:00:00

无参、无返回值的函数:using System; class MyClass { static void Show() { Console.WriteLine("function"); } static void Main() { Show(); //function Console.ReadKey(); } }参数:using System; class MyC...

C# 语法练习(7) - 数组

万一| 万一的 Delphi 博客 |16:44:00

字符串数组:using System; class MyClass { static void Main() { string[] arr = new string[3] { "aa", "bb", "cc" }; foreach (string s in arr) Console.WriteLine(s); // aa/bb/cc Console.ReadKey(); } }整数数组:usin...

纯flash界面的《市级气象业务综合工作平台》(含源码)

DELPHI盒子| Delphi盒子 |16:01:00

一、纯flash界面,动感十足。 二、包含delphi源码及flash源码。 三、有声音互动。 四、点击按钮无反应,是因为目标程序不存在,这只是一个shell。