2015年12月20日
摘要: ylbtech-Unitity-CS:Indexers1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,// indexer.cs// 参数:indexer.txtusing System;using System.IO;// 将大文件当作字节数组// 访问的类。public class F... 阅读全文
posted @ 2015-12-20 22:54 ylbtech 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-CS:Hello world1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,Hello1.cspublic class Hello1{ public static void Main() { System.Console.WriteLine... 阅读全文
posted @ 2015-12-20 22:50 ylbtech 阅读(241) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-CS:Generics1.A,效果图返回顶部 Unsorted List:Raul:35Alessandro:30Maria:72Hiroyuki:108Alok:9Gunnar:18Sandra:23Li:28Bill:19Franscoise:45Sorted L... 阅读全文
posted @ 2015-12-20 22:45 ylbtech 阅读(232) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-CS:Delegates1.A,效果图返回顶部 Invoking delegate a: Hello, A!Invoking delegate b: Goodbye, B!Invoking delegate c: Hello, C! Goodbye, C!In... 阅读全文
posted @ 2015-12-20 22:40 ylbtech 阅读(198) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-CS:AnonymousDelegates1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System;using System.Collections.Generic;using System.Text;namespace AnonymousD... 阅读全文
posted @ 2015-12-20 22:26 ylbtech 阅读(197) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-CS-Arrays:数组1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System;class DeclareArraysSample{ public static void Main() { // 一维数组 ... 阅读全文
posted @ 2015-12-20 22:19 ylbtech 阅读(268) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-cs:计算阶乘值1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System; namespace Functions { public class Factorial { // “Calc”静态方法为传入的指定整... 阅读全文
posted @ 2015-12-20 22:13 ylbtech 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ylbtech-Unitity-cs:传递的字符串中数字字符的数目1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System; namespace Functions { public class DigitCount { // NumberOfD... 阅读全文
posted @ 2015-12-20 22:09 ylbtech 阅读(235) 评论(0) 推荐(0) 编辑