c
文章平均质量分 84
bg090721
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bit count in c (1)
=============================运行结果 4296000 -> 10000011000110101000000 a1_bitcount: num of 1=7, time=782 ms a2_bitcount: num of 1=7, time=265 ms a3_bitcount: num of 1=7, time=938 ms a4a_...原创 2012-07-22 19:21:23 · 210 阅读 · 0 评论 -
bit count in c (2) -- precompute
pre Precompute_16bit.c Precompute_8bit.c ------------------------------- Precompute_16bit.c #include <stdio.h> #include <stdlib.h> #include <time.h> #include "../li...原创 2012-07-25 05:54:08 · 173 阅读 · 0 评论
分享