FXdiv 仅标头库,用于通过定点乘以逆除法 在现代CPU和GPU上,整数除法比乘法要慢几倍。 FXdiv实现了一种算法,用乘法和两次移位替换整数除法。 当应用程序执行相同除数的重复除法时,此算法可提高性能。 产品特点 uint32_t , uint64_t和size_t整数除法 仅标头的库,无需安装或构建 与C99,C ++,OpenCL和CUDA兼容 使用特定于平台的编译器内部函数以获得最佳性能 包含单元测试和微基准测试 例 # include /* Division of array by a constant: reference implementation */ void divide_array_c ( size_t length, uint32_t array[], uint32_t divisor) { for ( size_t i = 0 ; i < length; i++) { array[i] /= divisor; } } /* Division of array by a constant: implementati
2021-02-02 16:37:13 14KB algorithm fixed-point division integer-division
1
官网最新版Antminer-Z9-Mini-fixed-500M-201905171644.tar.gz,谨慎升级
2021-01-28 05:11:05 16.1MB 官网 最新
1
在原bootstrap-table-fixed-columns的基础上,解决了冻结列后,排序失效、列宽错位和合并行失效问题
2020-11-10 18:51:14 3KB bootstrap-table bootstrap-table-
1
帮C友一个忙: 贴子: http://bbs.csdn.net/topics/392215294 博客: http://blog.csdn.net/yenange/article/details/77164587 最终可以用 windows 的计划任务实现定时导出。
2019-12-21 22:10:27 1.05MB 导出EXCEL
1
Fixed table header appropriate with width of columns (table body) and you still can use sort on columns. Scroll down your page and see!
2019-12-21 21:32:47 436KB odoo
1
The Handbook of Fixed Income Securities The Handbook of Fixed Income Securities The Handbook of Fixed Income Securities
2019-12-21 18:56:32 10.98MB Fixed Income Securities
1
Interest Rate Markets - A Practical Approach to Fixed Income
2019-12-21 18:48:18 4.23MB Interest Rate Markets Practical
1