摘要:
相信细心的程序员们早就发现了.net环境下默认舍入算法的是“四舍六入”的算法。从小学我们就学过“四舍五入”算法,但是更加科学的舍入办法应该是“四舍六入”,也就是今天我们要讨论的“银行家舍入”。 大家可以做一个Demo。 C#环境下 1: class Program 2: { 3: static vo 阅读全文
摘要:
原文地址:http://www.jppinto.com/2009/03/install-cdonts-mail-component-and-smtp-on-windows-server-2008/CDONTS is mail component used to send messages from ... 阅读全文