FullHTML

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 13:13:27

软件介绍

The FullHTML plugin allows you to access the HTML code of an element, including the element itself. This plugin is read-only - you cannot set the full html of an object, only read it.

An example is, with the following code:
<div id="myDiv"><b>some</b><i>text</i></div>

Using the built-in html() you would be presented with:
<b>some</b><i>text</i>

With this plugin, fullhtml() you would be presented with:
<div id="myDiv"><b>some</b><i>text</i></div>

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

马尔可夫链:模型、算法与应用

马尔可夫链:模型、算法与应用

Wai-Ki Ching、Ximin Huang / 陈曦 / 清华大学出版社 / 2015-6 / 39

《马尔可夫链:模型、算法与应用 应用数学译丛》讲述了马尔可夫链模型在排队系统、网页重要性排名、制造系统、再制造系统、库存系统以及金融风险管理等方面的最新应用进展.全书共安排8章内容,第1章介绍马尔可夫链、隐马尔可夫模型和马尔可夫决策过程的基本理论和方法,其余7章分别介绍马尔可夫链模型在不同领域中的应用. 《马尔可夫链:模型、算法与应用 应用数学译丛》可作为自动化、工业工程、统计学、应用数学以及管理......一起来看看 《马尔可夫链:模型、算法与应用》 这本书的介绍吧!

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

HTML 编码/解码

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

RGB CMYK 互转工具

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

HEX HSV 互换工具