08 2019 档案

摘要:public class ShouldExplicitCall { public struct Point { public int a; public Point() { a=1; } } public Point should = new Point(); publ... 阅读全文
posted @ 2019-08-22 19:41 zwsu 阅读(129) 评论(0) 推荐(0)
摘要:测试代码: 输出: 6|2|10.9717|4|9.97325|3|11.96894|5|12.96613|1|50.86559|6|11.967210|7|15.95748|8|19.946911|9|998.333112|10|1997.045213|11|2996.872814|12|3995 阅读全文
posted @ 2019-08-01 15:33 zwsu 阅读(268) 评论(1) 推荐(0)