思考:与ISX对比后能得出什么结论


原理解析:

We proposed the XBW-transform that mimics on trees the nice structural properties of the Burrows-and-Wheeler Trasform on strings.

这里也有排序,针对Spi,故有了BWT的味道。

Encoding:

   

0为首,1为尾。

例如:XBW的第二到四行。

Slast S Spi  
0 b AC CA下的第一个node(孩子结点)
0 a AC CA下的第二个node(孩子结点)
1 D AC CA下的第三个node(中间结点)

如此一来,Slast 更容易压缩。

Decoding:

  

Features:

C->Spi -> C C C

S列中的B A B在树的C(root)的下一层,且是保序的

两个B(BB)如何区分?

B-> 四对 "B C" -> 两对 "0 1" -> 将两个B的所属内容分开

最新文章

  1. 在开发中到底要不要用var?
  2. 关于mysql数据库插入数据,不能插入中文和出现中文乱码问题
  3. MVP之V和P的交互
  4. xmpp push篇一 广播消息
  5. p ython笔记第一天
  6. 通过Maven搭建Mybatis项目
  7. Github在windows7环境下使用入门
  8. Appium 小白从零安装 ,Appium连接真机测试。
  9. CSS3 @font-face使用实例
  10. C#对文件的操作
  11. 智能指针std::weak_ptr
  12. 想了解SAW,BAW,FBAR滤波器的原理?看这篇就够了!
  13. golang函数
  14. 查看linux空间大小
  15. base64编码的作用【转】
  16. HTTPClient实现免登陆请求(带cookie请求)
  17. 下拉刷新和UITableView的section headerView冲突的原因分析与解决方案
  18. long 与int 比较问题
  19. php无wsdl webservice服务用法
  20. this,super,和继承

热门文章

  1. URL中可以出现的字符
  2. VMware workstation12 密匙
  3. Linux 下建立 Git 与 GitHub 的连接
  4. iOS for MachineLearning
  5. mongodb.mongoose维护内嵌数组元素
  6. 根据 train_test.prototxt文件生成 deploy.prototxt文件
  7. centos 7下独立的python 2.7环境安装
  8. How to make PostgreSQL functions atomic?
  9. Hadoop2.2.0分布式安装配置详解[1/3]
  10. 基于Centos搭建 Discuz 论坛