基于 AngularJS 的 UI 框架 Suave UI

码农软件 · 软件分类 · CSS框架 · 2019-04-21 10:57:31

软件介绍

Suave UI 是一个基于 AngularJS 开发的 Web UI 框架,包含 CSS 定义、NG 指令和服务用于快速高效的开发界面。

使用方法很简单:

<link rel="stylesheet" href="suave-ui/dist/styles.min.css" />
<script src="js/angular.min.js"></script>
<script src="suave-ui/dist/app.min.js"></script>

<script>
    angular.element(document).ready(function () {
        angular.bootstrap(document, ['your-app', 'suave-ui']);
    });
</script>

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

Heuristic Search

Heuristic Search

Stefan Edelkamp、Stefan Schrodl / Morgan Kaufmann / 2011-7-15 / USD 89.95

Search has been vital to artificial intelligence from the very beginning as a core technique in problem solving. The authors present a thorough overview of heuristic search with a balance of discussio......一起来看看 《Heuristic Search》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具