上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 401 下一页
摘要: https://www.tutorialspoint.com/wcf/wcf_overview.htm WCF stands for Windows Communication Foundation. The elementary feature of WCF is interoperability 阅读全文
posted @ 2015-07-07 17:24 ChuckLu 阅读(243) 评论(0) 推荐(0)
摘要: https://www.tutorialspoint.com/wcf/index.htm WCF Tutorial WCF stands for Windows Communication Foundation. It is a framework for building, configuring 阅读全文
posted @ 2015-07-07 17:21 ChuckLu 阅读(293) 评论(0) 推荐(0)
摘要: 书名:LINQ: The Future of Data Access in C# 3.0 Learn LINQ and the C# 3.0 Features That Support It http://shop.oreilly.com/product/9780596528416.do 具体的章节 阅读全文
posted @ 2015-07-07 15:25 ChuckLu 阅读(308) 评论(0) 推荐(0)
摘要: The most efficient algorithm for determining whether a number is prime involves several optimizations over the basic trial division method. The most w 阅读全文
posted @ 2015-07-07 15:08 ChuckLu 阅读(40118) 评论(0) 推荐(0)
摘要: 1. Two positive integers i and j are considered to be co-prime if there exists no integer greater than 1 that divides them both.Write a function co-p... 阅读全文
posted @ 2015-07-07 14:14 ChuckLu 阅读(1377) 评论(0) 推荐(0)
摘要: Binary to Text (ASCII) ConversionDescription:Write a function that takes in a binary string and returns the equivalent decoded text (the text is ASCII... 阅读全文
posted @ 2015-07-06 19:51 ChuckLu 阅读(1288) 评论(0) 推荐(0)
摘要: Pizza piecesDescriptionIn her trip to Italy, Elizabeth Gilbert made it her duty to eat perfect pizza. One day, she ordered one for dinner. And then so... 阅读全文
posted @ 2015-07-06 19:06 ChuckLu 阅读(321) 评论(0) 推荐(0)
摘要: Description:In this kata you should simply determine, whether a given year is a leap year or not. In case you don't know the rules, here they are:year... 阅读全文
posted @ 2015-07-05 20:14 ChuckLu 阅读(349) 评论(0) 推荐(0)
摘要: Find the capitalsDescription:InstructionsWrite a function that takes a single string (word) as argument. The function must return an ordered list cont... 阅读全文
posted @ 2015-07-05 18:48 ChuckLu 阅读(278) 评论(0) 推荐(0)
摘要: Area of a CircleDescription:Complete the functioncircleAreaso that it will return the area of a circle with the givenradius. Round the returned number... 阅读全文
posted @ 2015-07-05 17:55 ChuckLu 阅读(515) 评论(0) 推荐(0)
上一页 1 ··· 369 370 371 372 373 374 375 376 377 ··· 401 下一页