摘要: 码一下 [算法]Huffman树(哈夫曼树) 阅读全文
posted @ 2022-05-12 19:14 xhy666 阅读(27) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; const int N = 110; const double eps = 1e-8; int n; double a[N][N]; int gauss(){ int r,c; for(r=0,c=0;c<n; 阅读全文
posted @ 2022-05-12 15:19 xhy666 阅读(69) 评论(0) 推荐(0)