C/C++ HTML 5解析器 MYHTML

码农软件 · 软件分类 · HTML解析器 · 2019-04-02 17:27:38

软件介绍

Myhtml是一款快速C/C++ HTML 5解析器软件,线程实现就像一个没有外界依赖性的纯C99库。

特性:

  • Asynchronous Parsing, Build Tree and Indexation

  • Fully conformant with the HTML5 specification

  • Two API - high and low-level

  • Manipulation of elements: add, change, delete and other

  • Manipulation of elements attributes: add, change, delete and other

  • Support 34 character encoding by specification encoding.spec.whatwg.org

  • Support detecting character encodings

  • Support Single Mode parsing

  • Support for fragment parsing

  • Support for parsing by chunks

  • No outside dependencies

  • C99 support

  • Passes all tree construction tests from html5lib-tests

本文地址:https://codercto.com/soft/d/2713.html

数据结构

数据结构

严蔚敏、吴伟民 / 清华大学出版社 / 2007-3-1 / 30.0

《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参数教材。 本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。 ......一起来看看 《数据结构》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具