摘要: [attributes] [access-modifiers] interface interface-name [:base-inteface-list] { interface body }各项释义attributes(可选):附加的定义性信息,允许复数。access-modifi... 阅读全文
posted @ 2015-04-06 17:11 月染苏拉格 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 简单的尝试使用类,显然输出stub for DisplayCurrentTime。被注释的行是为了尝试在黑框中读入并输出。。但是显然两个是不能并行的。。运行立刻被弹出并error。。如何直接在运行框中读入?strings;s=Console.ReadLine();Console.WriteLine(... 阅读全文
posted @ 2015-03-30 18:09 月染苏拉格 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1.short x=32767;int y=2147483647;long z=9223372036854775807;对于常数类型的变量个人认为现在面对的问题大多数并不是空间方面的问题,所以并不经常使用short类型的变量来压缩空间,或者说对算法占用空间的常数级变化感官不明显,更多的关注方向在于对... 阅读全文
posted @ 2015-03-23 22:33 月染苏拉格 阅读(190) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;/*namespace hallowword{ class Progra... 阅读全文
posted @ 2015-03-16 22:03 月染苏拉格 阅读(287) 评论(1) 推荐(0) 编辑