KK的技术人生

技术改变世界
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  Snippet

信道容量的迭代算法实现
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include using namespace std; #define FLOAT_MINUS_PRECISION 0.00001 typedef vector VEC_PFLOAT; ... 阅读全文

posted @ 2009-01-31 18:58 KK2038 阅读(4742) 评论(0) 推荐(0) 编辑

唯一可译码与即时码的判决
摘要:专业课上要求做的一个小程序,练练STL编程挺好的该程序比上次增加了另外一个回溯算法,可以在当遇到非唯一可译码码字序列时返回有歧义的序列,即一个序列可以有多种译法. Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include #... 阅读全文

posted @ 2009-01-31 18:29 KK2038 阅读(4712) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示