上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 399 下一页
摘要: [VS软件版本号定义、规则和相关的Visual Studio插件](http://blog.csdn.net/cnhk1225/article/details/37500593) [assembly: AssemblyTitle("文件说明")][assembly: AssemblyDescript 阅读全文
posted @ 2015-07-02 17:18 ChuckLu 阅读(3282) 评论(0) 推荐(0)
摘要: Application.CommonAppDataPath;win7的路径C:\ProgramData\CompanyName\ProductName\2.0.5.1[assembly: AssemblyCompany("******科技有限公司")][assembly: AssemblyProdu... 阅读全文
posted @ 2015-07-02 14:51 ChuckLu 阅读(720) 评论(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 阅读(845) 评论(0) 推荐(0)
摘要: Complete The Pattern #1Task:You have to write a functionpatternwhich creates the following pattern upto n number of rows.If the Argument is 0 or a Neg... 阅读全文
posted @ 2015-07-01 21:50 ChuckLu 阅读(437) 评论(0) 推荐(0)
摘要: Complete The Pattern #2Description:Task:You have to write a functionpatternwhich creates the following pattern upto n number of rows.If the Argument i... 阅读全文
posted @ 2015-07-01 21:28 ChuckLu 阅读(408) 评论(0) 推荐(0)
摘要: Complete The Pattern #6 - Odd LadderTask:You have to write a functionpatternwhich creates the following pattern (see examples) up to the desired numbe... 阅读全文
posted @ 2015-07-01 18:06 ChuckLu 阅读(431) 评论(0) 推荐(0)
摘要: public static void Method() { double a = 1.991; a = Math.Round(a); Console.WriteLine("a = {0}",a); ... 阅读全文
posted @ 2015-07-01 15:04 ChuckLu 阅读(348) 评论(0) 推荐(0)
摘要: makeBackronym 主要考查的是字符串的处理,大小写转换,以及字符串的Linq处理Description:Definition-back·ro·nymnouna fanciful expansion of an existing acronym or word, such as “port ... 阅读全文
posted @ 2015-06-30 20:27 ChuckLu 阅读(301) 评论(0) 推荐(0)
摘要: Description:Regular Ball Super BallCreate a class Ball.Ball objects should accept one argument for "ball type" when instantiated.If no arguments are g... 阅读全文
posted @ 2015-06-30 18:24 ChuckLu 阅读(730) 评论(0) 推荐(0)
摘要: Debugbinobj*.user*.suo*.vspscc*.scc*.o*.lo*.la*.al.libs*.so*.so.[0-9]**.a*.pyc*.pyo__pycache__*.rej*~#*#.#*.*.swp.DS_Store这部分是新加的Debug bin obj *.user ... 阅读全文
posted @ 2015-06-27 10:46 ChuckLu 阅读(365) 评论(0) 推荐(0)
上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 399 下一页