摘要:
向量空间: https://zh.wikipedia.org/wiki/%E5%90%91%E9%87%8F%E7%A9%BA%E9%97%B4 给定域F,F上的向量空间V是一个集合,其上定义了两种二元运算: 向量加法 + : V × V → V,把V中的两个元素 u 和 v 映射到V中另一个元素, 阅读全文
摘要:
Implementing the Singleton Pattern in C#原文:http://www.yoda.arachsys.com/csharp/singleton.htmlThe singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton i... 阅读全文