一个高精度的C#时间类库
一个高精度的C#时间类库,计时单位为秒,可精确到小数点后14位,比.Net里面的DateTime类计时精度高得多。。。用的时候只要添加命名空间Cha。
下载地址
用户评论
没注释,没示例,有点扯 源码如下 [SuppressUnmanagedCodeSecurity,DllImport("kernel32")] privatestaticexternboolQueryPerformanceCounter(reflongPerformanceCount); [SuppressUnmanagedCodeSecurity,DllImport("kernel32")] privatestaticexternboolQueryPerforma
很实用的资料,非常感谢。
非常感谢太有用,时间忠于精确了
挺扯的东西就是封装了下api调用。 [SuppressUnmanagedCodeSecurity,DllImport("kernel32")] privatestaticexternboolQueryPerformanceCounter(reflongPerformanceCount); [SuppressUnmanagedCodeSecurity,DllImport("kernel32")] privatestaticexternboolQueryPerfo
要分太高了,仅有dll,没有说明。还是谢谢了。
下来是个dll文件,木有说明哇
用windowsapi实现的,不错
要分太高!比较实用!
我没有使用此类库,而是上网上找的直接调用api的方法,非常方便。
感觉比较实用。