摘要:
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
阅读(205)
评论(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
阅读(273)
评论(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
阅读(185)
评论(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
阅读(243)
评论(0)
推荐(0)