JavaScript 语音命令库 VoixJS
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://pazguille.github.io/voix/
- 软件文档: https://github.com/pazguille/voix
软件介绍
Voix.JS 是一个 JavaScript 库,可为你的网站、应用和游戏增加了语音命令的功能,目前只支持 Chrome 浏览器。
示例代码:
<script src="voix.js"></script>
var voix = new Voix('en-US');
voix.setCommand('play', playVideo);
voix.start();
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
