上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 399 下一页
摘要: shorter concat [reverse longer]Description:Given 2 strings,aandb, return a string of the form:shorter+reverse(longer)+shorter.In other words, the shor... 阅读全文
posted @ 2015-07-05 13:46 ChuckLu 阅读(314) 评论(0) 推荐(0)
摘要: Descending OrderDescription:Your task is to make a function that can take any non-negative integer as a argument and return it with it's digits in des... 阅读全文
posted @ 2015-07-05 13:18 ChuckLu 阅读(512) 评论(0) 推荐(0)
摘要: 源自 Difference between String.Join() vs String.Concat() With .NET 4.0, String.Join() uses StringBuilder class internally so it is more efficient.Wherea 阅读全文
posted @ 2015-07-05 13:03 ChuckLu 阅读(1610) 评论(0) 推荐(0)
摘要: 254 shades of greyDescription:Why would we want to stop to only 50 shades of grey? Let's see to how many we can go.Write a function that takes a numbe... 阅读全文
posted @ 2015-07-05 01:39 ChuckLu 阅读(387) 评论(0) 推荐(0)
摘要: Where is Vasya?Vasya stands in line with number of peoplep (including Vasya), but he doesn't know exactly which position he occupies. He can say that ... 阅读全文
posted @ 2015-07-05 00:51 ChuckLu 阅读(348) 评论(0) 推荐(0)
摘要: http://www.codewars.com/kata/54ff3102c1bad923760001f3/solutions/csharp判断给定的字符串有多少个a e i o uusing System;using System.Linq;public static class Kata{ ... 阅读全文
posted @ 2015-07-03 20:56 ChuckLu 阅读(436) 评论(0) 推荐(0)
摘要: Project Euler 85: Investigating the number of rectangles in a rectangular gridNumber of Rectangles in a GridGiven a grid of size m x n, calculate the ... 阅读全文
posted @ 2015-07-03 19:21 ChuckLu 阅读(264) 评论(0) 推荐(0)
摘要: [VS软件版本号定义、规则和相关的Visual Studio插件](http://blog.csdn.net/cnhk1225/article/details/37500593) [assembly: AssemblyTitle("文件说明")][assembly: AssemblyDescript 阅读全文
posted @ 2015-07-02 17:18 ChuckLu 阅读(3287) 评论(0) 推荐(0)
摘要: Application.CommonAppDataPath;win7的路径C:\ProgramData\CompanyName\ProductName\2.0.5.1[assembly: AssemblyCompany("******科技有限公司")][assembly: AssemblyProdu... 阅读全文
posted @ 2015-07-02 14:51 ChuckLu 阅读(722) 评论(0) 推荐(0)
摘要: Factorial 计算阶乘In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to ... 阅读全文
posted @ 2015-07-02 09:21 ChuckLu 阅读(851) 评论(0) 推荐(0)
上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 399 下一页