摘要: static void Main(string[] args) { Console.WriteLine("请输入你的双色球号码:"+"\t"); //string s = Console.ReadLine(); ... 阅读全文
posted @ 2015-04-28 22:38 zhenximeiyitian 阅读(446) 评论(0) 推荐(0) 编辑
摘要: class Program { struct student { public string name; public int code; public int age; pu... 阅读全文
posted @ 2015-04-28 15:35 zhenximeiyitian 阅读(576) 评论(0) 推荐(0) 编辑
摘要: class Program { struct student //定义一个结构体 { public int code; public string name; public int fens... 阅读全文
posted @ 2015-04-28 15:25 zhenximeiyitian 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: drop proc qiuhecreate proc qiuhe --用数据库语言做累加求和@n intas declare @sum int --相当于C#语言里定义变量 declare @i int set @sum=0 --再给变量赋值 ,相当于C#语言里的 int sum=0... 阅读全文
posted @ 2015-04-28 12:22 zhenximeiyitian 阅读(624) 评论(0) 推荐(0) 编辑