随笔分类 -  c#

上一页 1 ··· 7 8 9 10 11
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace di3tishulie 8 { 9 class Program 10 { 11 static lo... 阅读全文
posted @ 2017-09-03 16:00 enych 阅读(1210) 评论(0) 推荐(0)
摘要:1 一个for 2 3 static void Main(string[] args) 4 { 5 int x, y, z; 6 for (x = 1; x = 0) 12 { 13 z = 100 - x - y; 14 if (z >= 0) 15 { 16 Console.WriteLine("{0},{1},{2}", x, y, z); 17 } 18 } 19 } 20... 阅读全文
posted @ 2017-09-03 15:41 enych 阅读(247) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Drawing; 3 using System.Windows.Forms; 4 5 namespace 案例演示 6 { 7 public partial class frmlogo : Form 8 { 9 public frmlogo() 10 { 11 InitializeComponent(); 12 }... 阅读全文
posted @ 2017-09-02 13:00 enych 阅读(2375) 评论(7) 推荐(0)

上一页 1 ··· 7 8 9 10 11