using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication9 { class Program { static void Main(string[] args) { double realCoord, imagCoord; double realTemp, imagTemp, realTemp2, arg; int iterations; ...
1:java 中有static 定义这样的函数,他是在Main之前运行的 public class LoadTest { static { System.out.println("first!"); } /** * @param args */ public static void main(String[] args) { // TODO 自动生成方法存根 System.out.println("second!"); } } 2:c#有这样的定义? 我意思是说c#中有类似 static { System.out.println(" ...
2008-04-01

c# hello

using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello "); Console.ReadLine(); } } } 分析: (1):这个c# 项目选择新建控制台(console app ...
  • 16:16
  • 浏览 (68)
  • 评论 (0)
  • 分类: c#
beyondsanli
搜索本博客
我的相册
Ed2ef40c-0044-376b-ae87-96fbb4175e76-thumb
未命名2
共 17 张
存档
最新评论